Releases: hauke96/simple-task-manager
Releases · hauke96/simple-task-manager
v1.3.0
The online version is available at stm.hauke-stieler.de.
Changes since v1.2.1:
New features
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
v1.2.1
The online version is available at stm.hauke-stieler.de.
Changes since v1.2.0:
New features
- Translation into French #122
Minor changes
- Documentation on how to contribute (CONTRIBUTING.md) added
v1.2.0
The online version is available at stm.hauke-stieler.de.
Changes since v1.1.0:
New features
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
v1.1.2
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
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
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 )
- 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
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
v1.0.1
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
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
nameattribute 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)