Skip to content

Releases: SturmEnte/dia-manager

v1.1.0

23 Oct 16:46
a2bc65d

Choose a tag to compare

1.1.0

Changes

  • Added logout feature (currentl not implemented in web-frontend)
  • Addded change reasons feature

Features

  • Catheter page
    • Create catheters
    • Edit catheters
    • Delete catheters
    • See usage length
    • Change reasons

New

  • Catheter page
    • Change reasons

Fixes

  • Backend was build in debug mode in the releases

v1.0.1

20 Oct 15:56
1b053a3

Choose a tag to compare

1.0.1

Changes

  • Fixed a lot of bugs and issues

Features

  • Catheter page
  • Create catheters
  • Edit catheters
  • Delete catheters
  • See usage length

New

  • Users now get redirectly directly by the Nginx server if they don't have a token cookie

Fixes

  • Wrong error alert messages in web-frontend (server errors where displayed as user errors)
  • Newly created cathters cant be deleted
  • Users were able to put in a empty start date when updating a catheter
  • The config is now part of the context - api endpoints and similar don't need to load the config on each request anymore
  • Cookie lifetime didnt match the token lifetime
  • Users couldnt just update the start-datetime, they had to update both at the same time
  • All not / routes that belong to the app (at the moment just /catheters) returned a 500 server error

v1.0.0

19 Oct 16:21
bed0dd8

Choose a tag to compare

1.0.0

Changes

  • Added installation guide and default example files to the project
  • Added docker files for building and deployment

Features

New

  • Catheter page
  • Create catheters
  • Edit catheters
  • Delete catheters
  • See usage length

Fixes