Skip to content

Releases: Justyna-JustCode/Resto

Version 1.1.0

19 May 21:57
6ca2000
Compare
Choose a tag to compare

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.
Improvements:
  • A newer C++17 standard used.
  • The lastest Qt5 LTS (5.15.2) used.
New features:
  • 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.
Other:
  • The help document is now in the html format for easier update and versioning.
  • CI was added using GitHub Actions.
For more information - try help document.

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

20 Oct 20:58
Compare
Choose a tag to compare

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

29 Apr 19:59
Compare
Choose a tag to compare

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