Curtail/CHANGELOG.md

94 lines
2.0 KiB
Markdown
Raw Normal View History

2019-10-08 17:00:34 +03:00
# Change Log
All notable changes to this project will be documented in this file.
2019-10-23 19:16:31 +03:00
## [0.7] - DEV
### Added
- Add a spinner to indicate the progress of the compression.
### Fixed
- Really don't block the UI anymore when performing compression.
2019-10-21 15:10:32 +03:00
## [0.6] - 2019-10-21
2019-10-17 00:47:58 +03:00
### Added
2019-10-17 17:07:58 +03:00
- Add lossy compression features.
- Add options to change compression levels.
2019-10-17 01:07:09 +03:00
- New layout for the preferences dialog.
2019-10-17 00:47:58 +03:00
### Changed
2019-10-18 15:47:13 +03:00
- Don't permit higher resulting size.
- Better displaying of the drag area.
2019-10-17 00:47:58 +03:00
- Update translations.
### Fixed
- Catch errors in subprocess to avoid crashing the app.
2019-10-13 21:41:44 +03:00
## [0.5.2] - 2019-10-13
### Fixed
- Fix build.
2019-10-13 19:24:04 +03:00
## [0.5.1] - 2019-10-13
2019-10-12 20:19:35 +03:00
### Added
- Add Italian translation.
### Changed
- Update translations.
2019-10-13 19:20:25 +03:00
### Fixed
- Fix opening files from file managers.
2019-10-12 12:42:04 +03:00
## [0.5] - 2019-10-12
### Added
- Toggle the suffix entry according to new file option.
- Scroll automatically to last compressed image in the list.
### Changed
- Add save info label also on homepage and displace it at bottom.
### Fixed
- Improve handling of filenames to avoid some errors (e.g., folders).
2019-10-12 12:42:04 +03:00
- Various fixes.
2019-10-11 18:55:13 +03:00
## [0.4] - 2019-10-11
2019-10-11 16:56:02 +03:00
### Added
- Add a setting to change the '-min' suffix.
- Add some explanations of applied settings.
2019-10-11 17:14:00 +03:00
- Add Ctrl+O shortcut to open files.
2019-10-11 17:31:47 +03:00
- Add Dutch and German translations.
- Display translators' names in about dialog.
2019-10-11 16:56:02 +03:00
### Changed
- Don't block the UI anymore when performing compression.
2019-10-11 18:22:24 +03:00
### Fixed
- Fix size of the preferences window.
2019-10-10 16:23:26 +03:00
## [0.3] - 2019-10-10
2019-10-10 13:16:53 +03:00
### Added
- Add a preferences window with new-file and dark-theme options.
2019-10-10 16:03:51 +03:00
### Changed
- Various UI changes.
2019-10-10 11:45:12 +03:00
## [0.2.2] - 2019-10-10
### Added
- Permit to sort results by name or saving ratio.
### Fixed
- Fix a crash when compressing an image with dots in its name.
2019-10-09 15:14:05 +03:00
## [0.2.1] - 2019-10-09
2019-10-09 00:52:45 +03:00
### Changed
- Stick back and forward buttons.
2019-10-09 15:14:05 +03:00
- Change APP id.
2019-10-09 00:52:45 +03:00
2019-10-08 20:09:39 +03:00
## [0.2] - 2019-10-08
2019-10-08 19:25:58 +03:00
### Changed
2019-10-08 19:21:24 +03:00
- Various optimizations.
- Improve error messages.
2019-10-08 19:25:58 +03:00
- Improve some texts.
2019-10-08 20:06:59 +03:00
- Change description.
2019-10-08 19:09:08 +03:00
2019-10-08 17:00:34 +03:00
## [0.1] - 2019-10-08
### Added
- Initial version.