Releases: Justyna-JustCode/Resto
Version 1.1.0
Fixes:
- Display of release notes is now fixed in the upload dialog not to cut long lines.
- Unintuitive behavior for closing system tray note dialog is now resolved.
- An issue making backups not being created is now fixed.
- A newer C++17 standard used.
- The lastest Qt5 LTS (5.15.2) used.
- A pomodoro 🍅 like breaks (called cycles).
- Editing of worked time and time after the last break is now allowed (just double click on the bar).
- The space bar now triggers the start/pause action.
- The help document is now in the html format for easier update and versioning.
- CI was added using GitHub Actions.
Big thank you to all contributors!
Install notes:
- It can take some time for online installer / update to download the package. Do not worry even if speeds drops to 0bps shortly.
- In case of casing any issues with the installers on Windows, try to run the application as the administrator.
- Remember to call
chmod +x <installer/appimage>
if you're facing issues with running files on Linux.
Version 1.0.6
I strongly advise to use installers as this is the only way for automatic updates to work.
If you are facing any issues during the installation on Windows, try to run the installer in the administrator mode.
If the installer doesn’t start on linux, you have to add an execute permission to the file:
chmod +x <path-to-the-file>/Resto.run
For more information try: http://just-code.org/
Improvements:
- Upgrade to newest Qt LTS
- Upgrade to Qml Controls 2
Fixes:
- UI glitches with newer Qt version
New features:
- Automatic updates (only with installers!)
Version 1.0.5
If you are facing any issues during the installation on Windows, try to run the installer in the administrator mode.
If the installer doesn’t start on linux, you have to add an execute permission to the file:
chmod +x <path-to-the-file>/Resto.run
For more information try: http://just-code.org/
Fixes:
- Backup not working on Windows Program Files installation
Improvements:
- Backup to cover more cases
New features:
- Update / new version information
- Tray icon tooltip with current times
- Save and quit action