Clone
ixen
committed
on 13 Dec 20
Corrected a few labels in status dialog (CH-368)
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 * Simplified status dialog and adjusted the way copy stats are calculated
14 15
15 16 Other:
16 17 * Task definition xml files now uses human-readable attribute values instead of numeric ones
17 18 * Fixed problem with tray icon being sometimes hidden by system due to tooltip changes
18 19
19 20 Breaking changes:
20 21 * Multiple filters are now separated with semicolon instead of vertical line
21 22 * Removed support for Windows XP and Windows Vista
22 23 * Removed support for outdated html help
23 24
24 25 Development changes:
25 26 * Updated toolsets used to build binaries - InnoSetup to 6.0, Visual Studio to 2019