=========
Changelog
=========

Versioning: 'major.minor.micro' (PEP 440)

Development version
===================

Version 0.2.2
-------------

- Added ... ?
- Updated ... ?
- Changed ... ?
- Fixed some bugs ... ?


Current versions
================

Version 0.2.2
-------------

- Updated: Almost all project files and README
- Changed: Pomodoro will work with python 3.10.13 or higher. This is due to updates to the dependencies of connected libraries.
- Fixed: 
    - setup.py: The os module is removed. Added pathlib, which provides platform-independent operations over the paths. Fixed dependencies.
    - requirements.txt - Fixed dependencies. Removed the now unused numpy library.

Older versions
==============

Version 0.2.0
-------------

- Added: Saving to a local SQLite3 database file and displaying statistics in a browser window
- Updated: Almost all project files and README
- Changed: Pomodoro Cycle progress bar colors changed
- Fixed some bugs

Version 0.1.2 (31.12.2019)
--------------------------

- Fixed a bug


Version 0.1.1 (31.12.2019)
--------------------------

- Updated: README
- Changed:
    In order to hide the output of debugging information of the audio
    player, we will transfer the playback/generation code of the audio
    to a separate file and we will call this script in the background.
    Why so? - because standard output redirection does not work due to
    the specifics of ffmpeg it self.
    The process itself is needed to play the WAV file or the generated sound.
- Fixed some bugs


Version 0.1.0 (30.12.2019)
--------------------------

+ First release. Basic functionality.
