source: tags/1.4.0/Release notes.txt

Last change on this file was 163, checked in by chronos, 6 years ago
  • Added: Updated necessary files for 1.4.0 version release.
File size: 7.0 KB
Line 
1Version 1.4.0 (2017-11-07)
2==========================
3
4* Added: Status bar to show total number of acronyms and their meanings. Status bar can be hidden.
5* Added: Option to disable auto reopen last file on start.
6* Added: Main window switchable acronym filter by enabled categories.
7* Added: A context menu from main acronym filter list to show selected acronym in Acronyms window for its further management.
8* Added: Allow to disable selected acronym categories so acronyms without any enabled category won't be shown in main acronym search filter.
9* Added: Remember width of list view columns after closing the application.
10* Added: Acronym search filter options also available as toolbar buttons.
11* Added: Option to filter acronyms by same letters case.
12* Added: Search filter in main window can be hidden from View menu.
13* Modified: Show project name without file extension.
14* Modified: About dialog with application icon.
15* Modified: Use CoolBar with mutliple bands instead of one toolbar with separators.
16* Modified: Use more precise term "Same length" rather then "Exact match" for acronym text filtering.
17* Modified: Show project file name at start of application title.
18* Fixed: Error if categories in Categories window are removed.
19* Fixed: Settings dialog buttons position on form resize.
20* Fixed: Allow to manage acronym only if any is selected.
21* Fixed: Update application title in task bar to show which project is currently opened.
22* Fixed: Show hints also for other toolbar buttons then just for ToolBar1.
23* Fixed: Application directory location for Windows installer script.
24
25Version 1.3.1 (2016-11-02)
26==========================
27
28* Added: DPI scaling for icons and toolbars under Windows.
29* Added: Main form hide action to tray icon popup menu.
30* Added: Automatically resize ListView filter column width according ListView column width.
31* Added: Support for acronym category selection in import source format form.
32* Added: Multi select support in category list form.
33* Modified: Optimalized export speed.
34* Modified: Do not initialize all forms at startup to save some memory.
35* Fixed: Characters encoding for string loaded from MS Access database.
36* Fixed: Replace special symbol for non-breaking space by space so trimming such spaces from string works as expected.
37* Fixed: Row height in ListView to respect visual styles.
38* Fixed: Incorrect update of last opened files if the application was started with file name as parameter.
39* Fixed: Add back links from categories to import sources.
40* Fixed: Export to MediaWiki tables was not correctly generated for multi line strings.
41* Fixed: Wrong access to main thread from export jobs causing exception.
42* Fixed: Loading of import source references for acronyms from file was not working due wrong execution sequence.
43
44
45Version 1.3.0 (2016-08-15)
46==========================
47
48* Added: Acronym export action in menu Tools - Export. Supported formats are CSV and MediaWiki list/table.
49* Added: Show from which imports acronym meanings come from. This would easy correcting wrong acronyms directly in source.
50* Added: Dropdown menu for open file icon in main toolbar.
51* Added: Button to open URL in internet browser from source import configuration dialog.
52* Modified: References to categories stored more efficiently in XML project file.
53* Modified: Set focus to filter control if main form is shown.
54* Fixed: Merge categories to new items also for MS Access source import.
55* Fixed: Trim name and meaning imported from MS Access.
56* Fixed: ESC and ENTER keys handling in some dialogs.
57* Fixed: Starting minimalized in system tray.
58* Fixed: Clear filtered acronym list correctly after project is closed.
59* Fixed: Select all text inside acronym name edit field in main form. This will speed up inputing different acronyms.
60* Fixed: Store main form position before form is hidden to be able to restore it on same position.
61* Fixed: Use correct path for language files under Linux.
62
63
64Version 1.2.0 (2016-08-02)
65==========================
66
67* Added: Text filtering in list of import sources.
68* Added: Allow enable/disable import source by context menu in import sources list.
69* Added: Allow to configure application to start automatically on user logon and start minimized to tray.
70* Added: Open example acronyms by default if no other files were openned yet.
71* Added: Internet slang acronym source to Example acronyms.
72* Added: Build profile for 32-bit and 64-bit Linux.
73* Modified: Open dialogs positioned at center of screen.
74* Fixed: Do not sort items in lists if no order is set by clicking to column header.
75* Fixed: Now checkboxes in list of import sources are visible and working for enabling item.
76* Fixed: Update acronym list in main form if some items were changed in acronym list subwindow.
77* Fixed: Set zero imported acronyms count before start of processing import sources.
78* Fixed: Number of acronyms per category was not updated properly after import source was processed.
79* Fixed: Stream for reading web pages was not cleared before each execution.
80* Fixed: Main form was unexpectedly initialized and project reopened if main form was hidden to system tray and user clicked to system tray icon to show it again.
81* Fixed: After click to system tray icon and show of hidden window also put window in front of others.
82
83
84Version 1.1.0 (2016-07-26)
85==========================
86
87* Added: Show how many new acronyms were imported.
88* Added: Remember last import date for import sources.
89* Added: Bottom action toolbar to windows with lists.
90* Added: New pattern action "Remove on start".
91* Added: New import source type "Text parse file" which allows to load and parse acronym from file.
92* Added: Now user name and password can be specified for import sources which require user authentication. Password is not stored in project file for safety reasons. Only Basic authentication is supported.
93* Added: Deb packages build script for Ubuntu/Debian Linux.
94* Modified: More translated strings.
95* Fixed: Set correct tab order of controls on forms.
96* Fixed: Locale autodetection under Linux.
97
98Version 1.0.1 (2016-07-14)
99==========================
100
101* Added: Job progress view for longer processing of all import sources.
102* Added: Another wikipedia example acronyms import source.
103* Modified: Use application icon also for system tray icon.
104* Fixed: Build with cthreads under Linux.
105* Fixed: Do not allow operations with acronym database if file is in closed state.
106* Fixed: Do not show dash symobol if no project is openned.
107* Fixed: Wrong interface translation in case of automatic english language.
108
109Version 1.0.0 (2016-07-13)
110==========================
111
112* Acronym names and meanings management
113* Quick searching by acronym name, meaning or category. Exact or partial match.
114* Acronym categories
115* Database stored as XML project file
116* Configurable import from external web pages (http, https) with custom parsing rules
117* Support for import from MS Access database file
118* Support for interface translation (English, Czech)
119* Allows minimization to system tray
Note: See TracBrowser for help on using the repository browser.