Releases: rbretecher/expense-tracker
Releases · rbretecher/expense-tracker
v1.0.0
v0.4.0 : Add user account
This PR release adds some new features :
- Users need to be authentified to access the app
- Introduce login page and logout feature
- Only admin users can access those pages
- Users page
- Categories page
- Database has been refactored :
- User can have their own collections
- User collections are embedded into users and synced thanks to cloud function
- Users can now only access their data thanks to the database rules
- User can have their own collections
- Add new
make docker-deploy-functions
target to easily deploy firebase functions
v0.3.0 : Docker support
This release introduces Docker support :
- The project can be run locally thanks to make docker-dev
- The project can be deployed to Firebase thanks to make docker-deploy
- Documentation has been updated accordingly
Also it adds an error message when cannot load data from Firebase.
v0.2.1 : Stop triggering the CI when a PR is created
v0.2.0 : Add basic mobile support
This release introduces few adaptations for mobile platform.
- Mobile toolbar now contains :
- Current page title
- Action buttons (to add new resources)
- Modals :
- Modals are centered
- Autofocus on the first field of a form is removed
- ScrollPage
- Padding is reduced on scroll pages