Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

65 lines (46 loc) · 1.73 KB

CHANGELOG

Change log for GoTime application project, create at the 2.0.0 version

Semantic versioning

base : x.y.z with :

  • x : major changes
  • y : minor changes
  • z : patch changes

2.0.0 - 2024-12-28

⚙️ alpha test version.

Fixed

  • application windows are now modal (only one icon in the taskbar)
  • the ringtone doesn't work when the stop timer button is clicked, but it works when the timer stops by itself

Changed

  • the application now uses a more modern tkinter overlay for the graphical interface (customtkinter)
  • translation of code and documentation into English

Added

  • ability to enable or disable the ctrl+Q keyboard shortcut to quit the application
  • creation of this changelog.md file

1.1.0 - 2024-9-10

⚙️ alpha test version.

Fixed

  • the application no longer needs to restart because of the redesign of the operation of the settings
  • About window with checking for update

1.0.2 - 2024-8-30

🔄 beta test version.

Added

  • installer file for Linux
  • icon on all application windows

Bug

  • reboot still doesn't work
  • the application is flagged by antivirus (tested on Avast)

1.0.1 - 2024-7-1

🔄 beta test version.

Fixed

  • working ringtone on Microsoft Windows

Bug

  • reboot not working

1.0.0 - 2024-6-26

🌱 Initial release. beta version