File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed
Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,34 @@ All notable changes to this project will be documented in this file.
33Adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
55---
6- ## 5.0.1 (TBD)
6+ ## 5.0.2 (TBD)
77
88* TBD
99
1010##### Features
1111
1212##### Bug Fixes
13- * Fix exporters to work with multiple forms
1413
15- ## 5.0.0 (TBD)
14+ ## [ 5.0.1] ( https://github.com/ngageoint/mage-server/releases/tag/5.0.1 ) (01-30-2018)
15+
16+ ##### Features
17+ * Added password strength meters to admin user password change and sign up page.
18+
19+ ##### Bug Fixes
20+ * Fix exporters (GeoJSON, KML, Shapefile, CSV) to work with multiple forms.
21+ * Don't export archived fields.
22+ * Fixed observation download to work with multiple forms.
23+ * Changing the observation geometry type (point, line, polygon) in the middle of creating will not leave old shape on the map.
24+ * Disable observation save while editing line and polygon until edit is complete.
25+ * Fix race condition when loading devices and users in admin pages.
26+ * Force reload devices and users every time a user goes to the admin page.
27+ * Show required checkbox when editing historical 'type' fields.
28+ * Fixed regex for password and password confirm match that was causing some like password to report a mismatch.
29+ * Fixed a bug where new users password was checked against existing password, which of course didn't exist.
30+ * Modify event projection query to contain acl and teamIds which allows for event CRUD permissions check.
31+ * Don't allow event team to be removed from its event.
32+
33+ ## [ 5.0.0] ( https://github.com/ngageoint/mage-server/releases/tag/5.0.0 ) (01-23-2018)
1634
1735##### Features
1836* Support for multiple forms per event
You can’t perform that action at this time.
0 commit comments