All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Initial commit
- For testing purposes
- For testing purposes
- Update README.md to use absolute links
- Minor refactoring
- Turn classes with only static methods into collections of independent functions
- Add mantainability
- Add tests
- Merge collisions
- Achievement progress
- Achievement unlock time
- Achievement unlock time (with useOldestUnlockTime flag set to false)
- Merge collisions
- Remove fs-ext and reflect the new concurrency problem
- Fix a bug that happend when a database game with invalid values was loaded
- Add methods to the API of Celes
- addGame()
- removeManaullyAddedGame()
- unlockAchievement()
- removeManuallyUnlockedAchievement()
- Add tests for the new methods
- Minor fixes