Skip to content

Commit 4982bf7

Browse files
committed
update changelog
1 parent f26a168 commit 4982bf7

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ MAGE adheres to [Semantic Versioning](http://semver.org/).
99

1010
##### Bug Fixes
1111

12+
## [6.1.3](https://github.com/ngageoint/mage-server/releases/tag/6.1.3)
13+
14+
##### Features
15+
16+
##### Bug Fixes
17+
* New user sign-ups failed when the admin approval setting was disabled and event auto-assignment was configured for new users.
18+
* Web app incorrectly indicated new accounts required admin approval after sign-up even when the admin approval setting was disabled.
19+
1220
## [6.1.2](https://github.com/ngageoint/mage-server/releases/tag/6.1.2)
1321

1422
##### Features
@@ -33,7 +41,7 @@ MAGE adheres to [Semantic Versioning](http://semver.org/).
3341

3442
##### Bug Fixes
3543
* Textarea in observation form is resizeable.
36-
* User and team paging api update, fixes team and event size limitation.
44+
* User and team paging api update, fixes team and event size limitation.
3745

3846
## [6.0.2](https://github.com/ngageoint/mage-server/releases/tag/6.0.2)
3947

@@ -94,7 +102,7 @@ MAGE adheres to [Semantic Versioning](http://semver.org/).
94102
##### Features
95103
* Export as GeoPackage.
96104
* New export UI, allowing users to view previous exports.
97-
* Exports are now done in the background, this will eliminate client timeouts for larger exports.
105+
* Exports are now done in the background, this will eliminate client timeouts for larger exports.
98106
* Minor performance enhancements to existing export types.
99107
* Adding icons to search results on admin pages.
100108

@@ -124,7 +132,7 @@ MAGE adheres to [Semantic Versioning](http://semver.org/).
124132
##### Features
125133
* Optimize observation and user location responses. Created new APIs to populate observation and location user information and removed individual calls to get users.
126134
* Admins can now setup a more robust password policy, see Admin -> Settings -> Local Authentication.
127-
* First 10 results are shown for controls using typeahead feature (e.g. logins, adding users to teams, etc.).
135+
* First 10 results are shown for controls using typeahead feature (e.g. logins, adding users to teams, etc.).
128136

129137
##### Bug Fixes
130138
* Multiple users can be added to a team and/or event without refreshing.
@@ -170,10 +178,10 @@ MAGE adheres to [Semantic Versioning](http://semver.org/).
170178
## [5.3.5](https://github.com/ngageoint/mage-server/releases/tag/5.3.5)
171179

172180
##### Features
173-
* Added administrative settings to enable automatic approval of new user accounts and devices. If you are using a third party authentication strategy
174-
where user accounts have already been vetted, you can reduce the barrier to entry into MAGE by using this setting to automatically approve user accounts.
181+
* Added administrative settings to enable automatic approval of new user accounts and devices. If you are using a third party authentication strategy
182+
where user accounts have already been vetted, you can reduce the barrier to entry into MAGE by using this setting to automatically approve user accounts.
175183
In addition you can reduce the device admin approval barrier to entry by automatically approving all new devices. Administrators can still
176-
disable devices for any reason, therby removing access to MAGE for that device.
184+
disable devices for any reason, therby removing access to MAGE for that device.
177185
* Improved map layers panel. Drag and drop layers to change map z-index, change layer opacity, zoom to layer bounds, and style feature layers.
178186
* GeoPackage upgrade and optimizations. Feature tiles are now created server side, reducing load on browser.
179187
* Observation view/edit header is sticky and will not scroll with content.

0 commit comments

Comments
 (0)