Clone
ixen
committed
on 09 Dec 20
Removed progress state from tray icon tooltip to avoid hiding of tray icon due to different icon name detected by system (CH-364)
changelog.txt (+1 -0)
1 1 1.50
2 2 User feedback improvements:
3 3 * Added possibility to define automatic responses to user-feedback dialogs (file already exists, not enough space, error) for fully unattended operations
4 4 * Added possibility to rename file when file already exists
5 5
6 6 Better filtering support:
7 7 * Added regex-based file and path filtering options
8 8 * Added glob-based path filtering options
9 9
10 10 GUI:
11 11 * Simplified task edit and user-feedback dialogs
12 12 * Adjusted the look of mini-view dialog
13 13 * Added context menus to both status dialog and mini-view
14 14
15 15 Other:
16 16 * Task definition xml files now uses human-readable attribute values instead of numeric ones
  17 * Fixed problem with tray icon being sometimes hidden by system due to tooltip changes
17 18
18 19 Breaking changes:
19 20 * Multiple filters are now separated with semicolon instead of vertical line
20 21 * Removed support for Windows XP and Windows Vista
21 22 * Removed support for outdated html help
22 23
23 24 Development changes:
24 25 * Updated toolsets used to build binaries - InnoSetup to 6.0, Visual Studio to 2019