Skip to content

Commit f8dd4b6

Browse files
committed
Prepare for 4.5 release
1 parent a3dc40c commit f8dd4b6

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

CHANGELOG.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@ All notable changes to this project will be documented in this file.
33
Adheres to [Semantic Versioning](http://semver.org/).
44

55
---
6-
## 4.5.0 (TBD)
6+
## 4.5.1 (TBD)
77

88
* TBD
99

10+
##### Features
11+
12+
##### Bug Fixes
13+
14+
## [4.5.0](https://github.com/ngageoint/mage-server/releases/tag/4.5.0) (05-26-2017)
15+
1016
##### Features
1117
* New routes to create observations. POST to /id will now generate the observation location (the id of the observation)
1218
instead of the resource. After getting a server generated location for an observation resource, clients are
@@ -17,7 +23,7 @@ Adheres to [Semantic Versioning](http://semver.org/).
1723
* Multi select checkbox for dropdowns fixed
1824
* Fix a bug with observations duplicating on the map when changing favorite/important filter.
1925

20-
## [4.4.3](https://github.com/ngageoint/mage-server/releases/tag/v4.4.3) (02-20-2017)
26+
## [4.4.3](https://github.com/ngageoint/mage-server/releases/tag/4.4.3) (02-20-2017)
2127

2228
##### Features
2329
* Admin can reorder select field options.
@@ -26,21 +32,21 @@ Adheres to [Semantic Versioning](http://semver.org/).
2632

2733
##### Bug Fixes
2834

29-
## [4.4.2](https://github.com/ngageoint/mage-server/releases/tag/v4.4.2) (01-27-2017)
35+
## [4.4.2](https://github.com/ngageoint/mage-server/releases/tag/4.4.2) (01-27-2017)
3036

3137
##### Features
3238

3339
##### Bug Fixes
3440
* Fixed issue with viewing already created form fields for an event
3541

36-
## [4.4.1](https://github.com/ngageoint/mage-server/releases/tag/v4.4.1) (01-26-2017)
42+
## [4.4.1](https://github.com/ngageoint/mage-server/releases/tag/4.4.1) (01-26-2017)
3743

3844
##### Features
3945

4046
##### Bug Fixes
4147
* Fix migrations module to work with mongodb SSL connection
4248

43-
## [4.4.0](https://github.com/ngageoint/mage-server/releases/tag/v4.4.0) (01-11-2017)
49+
## [4.4.0](https://github.com/ngageoint/mage-server/releases/tag/4.4.0) (01-11-2017)
4450

4551
#### This release include database migrations.
4652
* Please run `npm run migrate`
@@ -53,7 +59,7 @@ Adheres to [Semantic Versioning](http://semver.org/).
5359
##### Bug Fixes
5460
* Changed default form type to textarea for textarea fields. This will enable users to add new lines to default.
5561

56-
## [4.3.0](https://github.com/ngageoint/mage-server/releases/tag/v4.3.0) (09-22-2016)
62+
## [4.3.0](https://github.com/ngageoint/mage-server/releases/tag/4.3.0) (09-22-2016)
5763

5864
##### Features
5965
* Multi select support for dropdown and user dropdown fields.
@@ -65,7 +71,7 @@ Adheres to [Semantic Versioning](http://semver.org/).
6571
* Added form import error handling on web client.
6672
* Fixed feed layout height in Firefox.
6773

68-
## [4.2.1](https://github.com/ngageoint/mage-server/releases/tag/v4.2.1) (04-22-2016)
74+
## [4.2.1](https://github.com/ngageoint/mage-server/releases/tag/4.2.1) (04-22-2016)
6975
##### Features
7076
* OSM geocoder added. Search addresses from the MAGE map. On successful search the map will pan an zoom to that location.
7177

@@ -74,7 +80,7 @@ Adheres to [Semantic Versioning](http://semver.org/).
7480
* Insert empty option for non required user fields in a form. This will allow to to select no user, or clear a currently selected user.
7581
* Map should no longer hang on invalid XYZ/TMS data sources.
7682

77-
## [4.2.0](https://github.com/ngageoint/mage-server/releases/tag/v4.2.0) (04-14-2016)
83+
## [4.2.0](https://github.com/ngageoint/mage-server/releases/tag/4.2.0) (04-14-2016)
7884
##### Features
7985
* New numberfield in event form
8086
* Rework observation/people feed to show map and feed on smaller devices
@@ -83,7 +89,7 @@ Adheres to [Semantic Versioning](http://semver.org/).
8389

8490
##### Bug Fixes
8591

86-
## [4.1.1](https://github.com/ngageoint/mage-server/releases/tag/v4.1.1) (03-23-2016)
92+
## [4.1.1](https://github.com/ngageoint/mage-server/releases/tag/4.1.1) (03-23-2016)
8793
##### Features
8894
* Added user agent and application version to device list on devices page.
8995
* Maintain aspect ration for user avatars.
@@ -93,7 +99,7 @@ Adheres to [Semantic Versioning](http://semver.org/).
9399
* Fixed flexbox layout issues for map popups in IE 11.
94100
* Fixed observation edit not allowing save in some situations.
95101

96-
## [4.1.0](https://github.com/ngageoint/mage-server/releases/tag/v4.1.0) (03-17-2016)
102+
## [4.1.0](https://github.com/ngageoint/mage-server/releases/tag/4.1.0) (03-17-2016)
97103
##### Features
98104
* 'Event Users' dropdown in form builder. This dropdown is dynamically populated with all users in the event.
99105
* Create your own user icon from the user edit page.
@@ -104,11 +110,11 @@ Adheres to [Semantic Versioning](http://semver.org/).
104110
##### Bug Fixes
105111
* Fixed a bug where canceling an observation edit did not also clear attachment delete flag. This made it look like the attachment may still have been deleted after clicking cancel.
106112

107-
## [4.0.1](https://github.com/ngageoint/mage-server/releases/tag/v4.0.1) (02-26-2016)
113+
## [4.0.1](https://github.com/ngageoint/mage-server/releases/tag/4.0.1) (02-26-2016)
108114

109115
* You can now add users directly to an event
110116
* Events can be marked as complete. Complete events will not be returned for the default events route.
111117

112-
## [4.0.0](https://github.com/ngageoint/mage-server/releases/tag/v4.0.0) (02-03-2016)
118+
## [4.0.0](https://github.com/ngageoint/mage-server/releases/tag/4.0.0) (02-03-2016)
113119

114120
* Google oauth support

0 commit comments

Comments
 (0)