tracman-server/CHANGELOG.md

68 lines
2.0 KiB
Markdown
Raw Normal View History

2017-04-28 13:41:09 -06:00
# Tracman Server Changelog
2017-05-08 20:30:39 -06:00
###### v 0.6.4
2017-05-05 20:13:23 -06:00
2017-05-08 20:54:16 -06:00
#### v0.6.4
* [#92](https://github.com/Tracman-org/Server/issues/92) Fixed blank map issue
2017-05-05 20:13:23 -06:00
#### v0.6.3
2017-05-05 21:00:18 -06:00
* [#84](https://github.com/Tracman-org/Server/issues/84) Fixed password reset page
2017-05-02 07:05:03 -06:00
#### v0.6.2
2017-05-02 07:09:27 -06:00
* [#76](https://github.com/Tracman-org/Server/issues/76) Prevented users with no password from deleting google social login
2017-05-02 07:24:47 -06:00
* Fixed error when creating user
2017-04-28 13:41:09 -06:00
#### v0.6.1
* [#77](https://github.com/Tracman-org/Server/issues/77) Fixed 500 after password change, swapped `bcrypt` for `bcrypt-nodejs`
* Removed extraneous packages
#### v0.6.0
* [#32](https://github.com/Tracman-org/Server/issues/32), [#57](https://github.com/Tracman-org/Server/issues/57), [#58](https://github.com/Tracman-org/Server/issues/58), [#60](https://github.com/Tracman-org/Server/issues/60) Added more login options
* [#50](https://github.com/Tracman-org/Server/issues/50) Replaced some callbacks with promises
* Minified static files
* [#51](https://github.com/Tracman-org/Server/issues/51), [#52](https://github.com/Tracman-org/Server/issues/52) Added settings validations
* [#54](https://github.com/Tracman-org/Server/issues/54), [#55](https://github.com/Tracman-org/Server/issues/55) Made map work better
* [#61](https://github.com/Tracman-org/Server/issues/61) New MongoDB security
* [#62](https://github.com/Tracman-org/Server/issues/62) Fixed error handling
#### v0.5.1
* Fixed broken controls
#### v0.5.0
* Updated libraries
* Fixed recognition of attached clients [#34](https://github.com/Tracman-org/Server/issues/21)
* Moved socket.io code to own file.
* Many minor fixes
#### v0.4.3
* Fixed memory store [#21](https://github.com/Tracman-org/Server/issues/21)
#### v0.4.2
* Fixed Streetview covering buttons
* Fixed error when viewing map of nonexistant user
#### v0.4.1
* Users can view/change email address
* Added linked accounts to admin
#### v0.4.0
* Opened registration
* Replaced 'Imperial' with 'Standard'
* Bug fixes
#### v0.3.0
* Unified map and dashboard UI
* Security updates
* New admin UI
*