Skip to content

Releases: hauke96/simple-task-manager

v1.3.0

05 Feb 23:13
d3cddb5

Choose a tag to compare

The online version is available at stm.hauke-stieler.de.

Changes since v1.2.1:

New features

  • More language selection drop-downs #120
  • Task list is now sorted by process state #52

Infrastructure

  • The server now makes daily database backups #78

Bug fixes

  • Reduce unnecessary logging #130
  • Project creation: Save button enabled but data wasn't completely entered #128
  • Task name sometimes not shown #127
  • Remove unnecessary zoom buttons #125
  • Fix broken styling of very long notifications #106
  • Show task name instead of ID #119
  • All kind of errors will now be catched #107

Internals

  • Tasks are now withing the project DTO class #62
  • Added swagger UI as better API documentation #40
  • Configure the maximum amount of tasks allowed per project #133 (not completely finished yet)
  • More documentation about the server setup and configuration

v1.2.1

08 Dec 21:21
8c0513e

Choose a tag to compare

The online version is available at stm.hauke-stieler.de.

Changes since v1.2.0:

New features

  • Translation into French #122

Minor changes

v1.2.0

02 Dec 00:32
6496418

Choose a tag to compare

The online version is available at stm.hauke-stieler.de.

Changes since v1.1.0:

New features

  • New project creation UI #71 #91 #92 #113
  • Preview before subdividing a task #97

Bug fixes

  • Weird error notification behavior on failed task import #95
  • Subdividing subdivided task now works #91

Minor changes

  • More possible data formats when importing tasks #94 #95
  • Give own name to tasks #70
  • Initial map location in project creation is now the map location on the last visit #72
  • Changed color scheme for tasks on the map #112

Internals

  • API version update to 2.5
  • Directly give a name to new tasks as soon as they are created #113
  • Own Project draft DTO class in project creation #109

v1.1.2

01 Oct 12:11
9681242

Choose a tag to compare

The online version is available at stm.hauke-stieler.de.

Changes since v1.1.1:

Bug fixes

  • Error parsing response from OSM API endpoint regarding user information

v1.1.1

26 Sep 23:40
4754989

Choose a tag to compare

The online version is available at stm.hauke-stieler.de.

Changes since v1.1.0:

Bug fixes

  • Constant reloading of login page causing the browser to crash

v1.1.0

26 Sep 19:40
957038e

Choose a tag to compare

The online version is available at stm.hauke-stieler.de.

Changes since v1.0.1:

New features

  • Internationalization (thanks to @miurahr starting the PR #90 )
    • Translation into Chinese (not complete), Japanese (not complete) and German (complete translation)
    • Selection dialog to change the language #100
    • Selected language stored in the browsers local storage #101
  • Button to open task in iD #87 #88
  • Longer token validity (your login is now valid for one week) #69
  • Check GeoJSON format of each new task #55

Bug fixes

  • Missing feedback on overpass error #93
  • Reconnect on broken websocket connection #73

Minor changes

  • Zoom to selected task when not visible on the screen #66
  • Progress percentage in project list #99
  • Automatic names of tasks (the numbers of unnamed now start at 1 in each new project) #104
  • Better notifications for "user not found" error #103
  • Button to directly set task as "done" #98

Internals

  • Store project-ID in task database table #33
  • Create project and tasks within one HTTP request #54
  • Introduce the context to add a logging trace-ID #57
  • Better server side logging #77
  • Reconnect to database after connection failure #59
  • Source maps in karma tests #65

v1.0.1

21 Jul 20:46
b809409

Choose a tag to compare

Changes since v1.0.0:

Internals

  • Remove closed and broken websocket connections
  • Slightly better websocket handling in the webclient
  • Enhanced logging

Check out the public instance: stm.hauke-stieler.de

v1.0.0

19 Jul 12:13
8a3df1f

Choose a tag to compare

This is the first major release available at stm.hauke-stieler.de.

Changes since v1.0.0-rc.3:

  • Remove unnecessary verbose logging #76
  • Select task when opening project
  • Small changes to test-instance setup

All changes since last release v0.9.0:

Features

  • Add test label for stm-test server #80
  • Live updates on changed project/task #19
  • Make project name and description editable #41
  • Load tasks from remote source (e.g. uploaded file or overpass-api) #22
  • Show names of task based on name attribute of feature #42
  • Add info and warning notifications next to errors #61 #64
  • Show amount of notifications in the queue #56
  • Minor style and layout changes (e.g. larger map, smaller spaces) #63
  • Websocket connections for server → client communication #19

Bugs

  • Select task when opening project
  • Fix HTTP redirect issue #82
  • Tiny UI changes

Internal technical stuff

  • Remove unnecessary verbose logging #76
  • Small changes to test-instance setup
  • Tiny documentation changes
  • Test profile in deployment process
  • Specify database credentials via environment variables #79
  • Hide passwords and secrets when logging the configs #75
  • API upgrade from v2.2 to v2.3
  • Heavy usage of transactions which resulted in a larger refactoring of the servers API code #53
  • Client: Proper unsubscribe from subscriptions
  • Server: Print stack traces on errors (somehow related to #57)

v1.0.0-rc.3

16 Jul 22:07
1407de2

Choose a tag to compare

v1.0.0-rc.3 Pre-release
Pre-release

Changes since v1.0.0-rc.2:

  • Add test label for stm-test server #80
  • Fix HTTP redirect issue #82
  • Tiny UI changes
  • Tiny documentation changes

v1.0.0-rc.2

02 Jul 17:38
858b4ed

Choose a tag to compare

v1.0.0-rc.2 Pre-release
Pre-release

Changes since v1.0.0-rc.1:

  • Test profile in deployment process
  • Specify database credentials via environment variables #79
  • Hide passwords and secrets when logging the configs #75