Skip to content

Releases: hauke96/simple-task-manager

v0.8.0

03 May 00:35
733720f
Compare
Choose a tag to compare

New features and things in 0.8.0:

  • User can now upload files to create tasks #4
  • User can now add a project description #18
  • When working alone, no user assignment is needed #27
  • Wrapping of errors in the server #26
  • Using array types in database scheme
  • Prevent SQL injection
  • More validation hints #32
  • Added documentation about architecture #9
  • Bugifx: Invitation dialog is only visible to owner #31

v0.7.0

20 Apr 19:43
9336a2a
Compare
Choose a tag to compare

New features and changes:

  • Validation of input fields #1
  • Show errors #12
  • You can now remove users from projects you own #17
  • New API version v2.1
  • Use go modules #23
  • Switch from AES+SHA256 to HMAC-SHA256 #25
  • Added Tests and made smaller UI changes

0.6.0

18 Apr 14:19
b109b8f
Compare
Choose a tag to compare

Changes with 0.6.0

  • Remove project #14
  • Leave project #15
  • Automatic SSL-certificate renewal #10
  • Use data field of route snapshot to load and share data between components #16
  • Add more polygon-shapes to project creation #3
  • Introduced API version v2 #24
  • Additional documentation and tests

v0.5.2

11 Apr 00:49
3edaf84
Compare
Choose a tag to compare

New things in 0.5.2:

  • Bug fix when creating tasks (which happens when creating a project)

0.5.0

08 Apr 22:01
a503e0b
Compare
Choose a tag to compare

New features in 0.5.0:

  • Added a database. Changes can now be stored persistently.
    • Refactoring of the storage architecture. The in-memory store still exists and can be used e.g. for testing purposes.
  • Enhanced error handling in the server
  • Updates existing tests and added new ones
  • Some bug fixes
  • Added more documentation

0.3.1

02 Apr 22:01
a88d95a
Compare
Choose a tag to compare

Small release with just minor changes:

  • Fix issue when logging in after having an error
  • Restyle the front page
    • Add icon
    • Add "no database" warning
    • Minor styling changes
  • Some minor general style (footer and toolbar) and icon changes
  • Zoom to layer extent (#5)

0.3.0

02 Apr 21:54
7169550
Compare
Choose a tag to compare

This Release finishes the third stage mainly adding the server backend in golang but all new features are:

  • Moved authentication to (new) server
    • Get user information from server
  • Get data from server (projects, tasks)
  • Assign/unassign using server
  • Store user to newly created project

0.2.0

28 Mar 17:23
a80a7f1
Compare
Choose a tag to compare

This release finishes the second stage and contains some new features:

  • Assign yourself to a task (only you can set the process points)
  • Unassign yourself
  • Create new projects
    • Specify name
    • Specify maximum amount of process points
    • Draw polygon(s)
    • Cut drawn polygon into squares if you want (with user defines cell size)

0.1.0

27 Mar 21:06
f10ab7c
Compare
Choose a tag to compare

First release of the first stage. This contains the very basic functionality:

  • Login
  • See projects
  • See tasks of a project
  • See details of a task including a map (currently without geometries)
  • Change process count

There's no server and all the data is currently dummy-data.