Skip to content

Releases: rbretecher/expense-tracker

v1.0.0

14 Nov 22:09
Compare
Choose a tag to compare
doc: add demo into README

v0.4.0 : Add user account

01 May 15:00
Compare
Choose a tag to compare

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
  • Add new make docker-deploy-functions target to easily deploy firebase functions

v0.3.0 : Docker support

19 Apr 14:43
Compare
Choose a tag to compare

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

13 Apr 16:49
Compare
Choose a tag to compare

v0.2.0 : Add basic mobile support

13 Apr 14:24
a7d43f9
Compare
Choose a tag to compare

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