Version: 9.2.1 (2018-10-23)
- optimized the code refreshing QAP menus using new tools offered by the SQLite database
- refresh "Recent folders", "Recent files", "Frequent folders", "Frequent files" and "Drives" menus from a preprocessed field in the database
- refactor the background task collecting recent items to also preprocess "Recent folders", "Recent files", "Frequent folders", "Frequent files" and "Drives" menus
- in "Options", change database options button name in the "More" tab from "Frequent Items database" to "Quick Access Popup database"
- the option to attach dynamic menus to main menu is now true by default ("Settings", "Options" button, "Menu" tab, first check box in second column)
- when refreshing the "Clipboard" menu, reduce the maximum size accepted to handle Windows Clipboard data from 50,000 to 10,000 characters (this could become an option in future release) and display specific messages in "Clipboard" menu if Clipboard is empty, too large or has no path/url
- fix bug when installing SQLite files on 64-bit system when user runs QAP with 32-bit executable
- update to German, Korean, Portuguese, Brazilian Portuguese, Italian, Spanish, Dutch and French language files
IMPORTANT note about the "In the Works" menu: Now that menu refresh time has been optimized, it is now recommended to "attach" the "Recent folders", "Recent files", "Frequent folders" and "Frequent files" menus to the QAP main menu. Make sure the "Attach all dynamic menus to QAP main menu" option is checked ("Settings", "Options" button, "Menu" tab, first check box in second column). For new installations, this option is now checked by default.
About performance: Menu refresh code was seriously optimized in this release. Do not expect huge increases in performance. Moving data collection to a background task speeds up menu refreshing but rebuilding the menu as you request it still takes a minimum amount of time. My goal with this release was to make it as quick as possible and, as important, to deliver stable "show time" regardless of the time Windows sometime takes to reply to queries about recent folders, recent files or disk free space.