Skip to content

Commit

Permalink
chore(release): 5.4.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
okdistribute committed Sep 28, 2020
1 parent 7d27cb5 commit 4e0dab4
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 2 deletions.
66 changes: 66 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,72 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [5.4.0-beta.8](https://github.com/digidem/mapeo-desktop/compare/v5.4.0-beta.7...v5.4.0-beta.8) (2020-09-28)


### Bug Fixes

* Bugs in menu ([dfbb737](https://github.com/digidem/mapeo-desktop/commit/dfbb737))
* cleanup debug messaging on killing node proc ([a784e8c](https://github.com/digidem/mapeo-desktop/commit/a784e8c))
* Cleanup report code ([acb28fe](https://github.com/digidem/mapeo-desktop/commit/acb28fe))
* Cleanup report code ([05a7098](https://github.com/digidem/mapeo-desktop/commit/05a7098))
* config now included in bundle ([257f8f4](https://github.com/digidem/mapeo-desktop/commit/257f8f4))
* dont start heavier processes until splash screen is loaded ([65ab4ae](https://github.com/digidem/mapeo-desktop/commit/65ab4ae))
* Ensure any stale processes are cleaned up before starting ipc workers ([c6689f4](https://github.com/digidem/mapeo-desktop/commit/c6689f4))
* ensure background code gets included in bundle ([94aa7e5](https://github.com/digidem/mapeo-desktop/commit/94aa7e5))
* Ensure mapeo always closes and show closing window while processes ([c2102fd](https://github.com/digidem/mapeo-desktop/commit/c2102fd)), closes [#398](https://github.com/digidem/mapeo-desktop/issues/398)
* Ensure process is always closed properly and mapeo can reopen easily in dev mode ([aa33a2f](https://github.com/digidem/mapeo-desktop/commit/aa33a2f))
* Fix map size (make square) ([3f0050a](https://github.com/digidem/mapeo-desktop/commit/3f0050a))
* Fix map size (make square) ([fd5cc5c](https://github.com/digidem/mapeo-desktop/commit/fd5cc5c))
* Fix print button (still downloads, does not print) ([05b276b](https://github.com/digidem/mapeo-desktop/commit/05b276b))
* Fix print button (still downloads, does not print) ([836e03f](https://github.com/digidem/mapeo-desktop/commit/836e03f))
* if Mapeo fails to close gracefully, kill the process ([89e7cd0](https://github.com/digidem/mapeo-desktop/commit/89e7cd0))
* If subprocess failed with fatal error, it should not prevent Mapeo from closing. ([2242126](https://github.com/digidem/mapeo-desktop/commit/2242126))
* Leave port & map printer port control to Electron main process ([4058081](https://github.com/digidem/mapeo-desktop/commit/4058081))
* make some progress on flow and types, not fixing all things but ([8c40a4f](https://github.com/digidem/mapeo-desktop/commit/8c40a4f))
* make some progress on flow and types, not fixing all things but ([f844f85](https://github.com/digidem/mapeo-desktop/commit/f844f85))
* Map printer should work on the current offline style ([e3f5648](https://github.com/digidem/mapeo-desktop/commit/e3f5648))
* Map printer will close when electron window closes it, no need to ([f7ff55e](https://github.com/digidem/mapeo-desktop/commit/f7ff55e))
* Multiselect fields with commas were not displaying correctly in Territory view ([7d27cb5](https://github.com/digidem/mapeo-desktop/commit/7d27cb5))
* only display the first 5 character of the project secret key ([#419](https://github.com/digidem/mapeo-desktop/issues/419)) ([a8ef69c](https://github.com/digidem/mapeo-desktop/commit/a8ef69c))
* Pull MAPBOX_ACCESS_TOKEN from a static location for both front ([ba89c34](https://github.com/digidem/mapeo-desktop/commit/ba89c34))
* Pull MAPBOX_ACCESS_TOKEN from a static location for both front ([968af81](https://github.com/digidem/mapeo-desktop/commit/968af81))
* refactor node-ipc main process listeners ([28f9510](https://github.com/digidem/mapeo-desktop/commit/28f9510))
* Refactor Save PDF to include typed options & fix flow ([905696e](https://github.com/digidem/mapeo-desktop/commit/905696e))
* remember debugging settings on rotate and mapeo start ([a12ed30](https://github.com/digidem/mapeo-desktop/commit/a12ed30))
* Render portrait images correctly and fix image width ([9d4eda9](https://github.com/digidem/mapeo-desktop/commit/9d4eda9))
* Render portrait images correctly and fix image width ([827d791](https://github.com/digidem/mapeo-desktop/commit/827d791))
* Save PDF now prints all observations ([8ffb343](https://github.com/digidem/mapeo-desktop/commit/8ffb343))
* Show Single & Multi-select fields in Report View ([fba9e50](https://github.com/digidem/mapeo-desktop/commit/fba9e50))
* Sometimes Mapeo would continue running if Splash was closed before window finished loading ([8ac79d3](https://github.com/digidem/mapeo-desktop/commit/8ac79d3))
* Splash screen would pause for a second with black background before starting animation ([90fdd2d](https://github.com/digidem/mapeo-desktop/commit/90fdd2d))
* standard ([33dd4f8](https://github.com/digidem/mapeo-desktop/commit/33dd4f8))
* Styling of loading dialog & Add date/time report name ([ade5753](https://github.com/digidem/mapeo-desktop/commit/ade5753))
* translate report headers ([f9732db](https://github.com/digidem/mapeo-desktop/commit/f9732db))
* translate report headers ([2943cf0](https://github.com/digidem/mapeo-desktop/commit/2943cf0))
* Updater should not throw visible error when offline ([a73b51b](https://github.com/digidem/mapeo-desktop/commit/a73b51b))
* Use mapeo.ipc directly ([136c696](https://github.com/digidem/mapeo-desktop/commit/136c696))
* wrap win/splash.close in try/catch as electron can throw ([137879a](https://github.com/digidem/mapeo-desktop/commit/137879a))
* write correct pid file ([550da95](https://github.com/digidem/mapeo-desktop/commit/550da95))
* **ReportDetails:** Only show "Details" header when there are fields ([6d8b4aa](https://github.com/digidem/mapeo-desktop/commit/6d8b4aa))
* **ReportDetails:** Only show "Details" header when there are fields ([4f52714](https://github.com/digidem/mapeo-desktop/commit/4f52714))
* **ReportMap:** Add border around photos and simplify CSS ([c2ecd0b](https://github.com/digidem/mapeo-desktop/commit/c2ecd0b))
* **ReportMap:** Add border around photos and simplify CSS ([37552d1](https://github.com/digidem/mapeo-desktop/commit/37552d1))


### Features

* **Reports:** Use user defined map style for report maps ([07d49bd](https://github.com/digidem/mapeo-desktop/commit/07d49bd))
* **Reports:** Use user defined map style for report maps ([0b8bb59](https://github.com/digidem/mapeo-desktop/commit/0b8bb59))
* **staticMaps:** Add concurrency and caching to speed up static maps ([69dc324](https://github.com/digidem/mapeo-desktop/commit/69dc324))
* **staticMaps:** Add concurrency and caching to speed up static maps ([9764da0](https://github.com/digidem/mapeo-desktop/commit/9764da0))
* **staticMaps:** Support style and accessToken as URL query params ([49507f2](https://github.com/digidem/mapeo-desktop/commit/49507f2))
* Add marker to map (first rough attempt) ([3fe0099](https://github.com/digidem/mapeo-desktop/commit/3fe0099))
* **staticMaps:** Support style and accessToken as URL query params ([494b0dd](https://github.com/digidem/mapeo-desktop/commit/494b0dd))
* Add marker to map (first rough attempt) ([3ec817a](https://github.com/digidem/mapeo-desktop/commit/3ec817a))



## [5.4.0-beta.7](https://github.com/digidem/mapeo-desktop/compare/v5.4.0-beta.6...v5.4.0-beta.7) (2020-08-31)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "mapeo-desktop",
"description": "Mapping and monitoring in remote environments.",
"productName": "Mapeo",
"version": "5.4.0-beta.7",
"version": "5.4.0-beta.8",
"productDescription": "Offline Map Editor",
"author": {
"name": "Digital Democracy",
Expand Down

0 comments on commit 4e0dab4

Please sign in to comment.