Changeset 115 for trunk/Install
- Timestamp:
- Nov 2, 2016, 9:25:26 AM (8 years ago)
- Location:
- trunk/Install
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/AcronymDecoder.iss
r96 r115 4 4 #define MyAppName "Acronym Decoder" 5 5 #define MyAppNameShort "AcronymDecoder" 6 #define MyAppVersion "1.3. 0"6 #define MyAppVersion "1.3.1" 7 7 #define MyAppPublisher "Chronosoft" 8 8 #define MyAppPublisherShort "Chronosoft" -
trunk/Install/deb/AcronymDecoder/debian/changelog
r103 r115 1 Version 1.3.1 (2016-11-02) 2 ========================== 3 4 * Added: DPI scaling for icons and toolbars under Windows. 5 * Added: Main form hide action to tray icon popup menu. 6 * Added: Automatically resize ListView filter column width according ListView column width. 7 * Added: Support for acronym category selection in import source format form. 8 * Added: Multi select support in category list form. 9 * Modified: Optimalized export speed. 10 * Modified: Do not initialize all forms at startup to save some memory. 11 * Fixed: Characters encoding for string loaded from MS Access database. 12 * Fixed: Replace special symbol for non-breaking space by space so trimming such spaces from string works as expected. 13 * Fixed: Row height in ListView to respect visual styles. 14 * Fixed: Incorrect update of last opened files if the application was started with file name as parameter. 15 * Fixed: Add back links from categories to import sources. 16 * Fixed: Export to MediaWiki tables was not correctly generated for multi line strings. 17 * Fixed: Wrong access to main thread from export jobs causing exception. 18 * Fixed: Loading of import source references for acronyms from file was not working due wrong execution sequence. 19 20 1 21 Version 1.3.0 (2016-08-15) 2 22 ========================== -
trunk/Install/deb/build-deb-amd64.sh
r103 r115 7 7 cat >AcronymDecoder/DEBIAN/control << EOF 8 8 Package: acronym-decoder 9 Version: 1.3. 09 Version: 1.3.1 10 10 Section: custom 11 11 Priority: optional -
trunk/Install/deb/build-deb-i386.sh
r103 r115 7 7 cat >AcronymDecoder/DEBIAN/control << EOF 8 8 Package: acronym-decoder 9 Version: 1.3. 09 Version: 1.3.1 10 10 Section: custom 11 11 Priority: optional
Note:
See TracChangeset
for help on using the changeset viewer.