Releases: jakuboskera/todo
Releases · jakuboskera/todo
Development Build
Features
- add option to specify config by env var TODO_CONFIG (Jakub Oskera)
- add config for running app without persistent database (Jakub Oskera)
Bug Fixes
- ignore trailing shlashes in the path (Jakub Oskera)
Code Refactoring
- set url_prefix for api when registering blueprint (Jakub Oskera)
v0.2.2
v0.2.1
Bug Fixes
- init state of task was not considered (#6) #6 (Jakub Oskera)
- task details were wrongly updated (#7) #7 (Jakub Oskera)
Docker images
docker pull jakuboskera/todo:v0.2.1
v0.2.0
Features
- mark task as done (#3) #3 (Jakub Oskera)
Bug Fixes
- migrate app from heroku to fly.io (#2) #2 (Jakub Oskera)
Documentation
- update README.md (Jakub Oskera)
- update README.md(#4) #4 (Jakub Oskera)
Styles
- format by pre-commit (#5) #5 (Jakub Oskera)
Chores
- add .gitattributes (Jakub Oskera)
- Makefile: rename target from cleanup to clean (Jakub Oskera)
Docker images
docker pull jakuboskera/todo:v0.2.0
v0.1.0
Features
- add codebase (Jakub Oskera)
- create simple UI for displaying tasks (Jakub Oskera)
Documentation
- add README.md (Jakub Oskera)
Continuous Integration
- add pipeline manifests (Jakub Oskera)
Chores
- support for containerization (Jakub Oskera)
- add .env (Jakub Oskera)
- remove unused modules (Jakub Oskera)
Docker images
docker pull jakuboskera/todo:v0.1.0