- GUI written in Qt Community (C++)
- (Only Windows at the moment is working because of the file_parser class, will update for macOS and Linux systems in next version)
- Processes, the time period of working and of the break and the song name/path are now stored between sessions
- (Stored in (Windows install drive):/ProgramData/Work-Break/conf.ini)
- Ability to modify every setting using the GUI or the conf.ini file
- (In case you break the conf.ini do not worry, the file_parser is able to detect and set it back to default)
- Ability to play both .mp3 and .wav files when taking a break (or none)
- Full Unicode support
- Code split between classes to enhance readability
- Optimized performance
- Even better error handling and user-app communication.

- In case a process is opened multiple times, its timer will just reset since it thinks it was reopened, a fix is in the works already
- App could be run more than once if the name was changed.