From d36365c6af1af249588ce6a3456733387b1dc4af Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Tue, 26 Sep 2017 03:33:26 +0000 Subject: [PATCH] Bumped version --- CHANGELOG.md | 9 ++++++++- README.md | 20 +++++++++----------- package.json | 2 +- 3 files changed, 18 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af92cbb..046973f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ # Tracman Server Changelog -###### v 0.7.8 +###### v 0.7.9 +#### v0.7.9 +* Updated packages +* Added support for browser geolocation +* Fixed streetview image bugs +* Added sourcemaps for debugging +* Fixed streetview bearing + #### v0.7.8 * [#96](https://github.com/Tracman-org/Server/issues/96) Replaced panorama with static images diff --git a/README.md b/README.md index 6ecaba4..fa41c2f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # []Tracman -###### v 0.7.8 +###### v 0.7.9 node.js application to display a sharable map with user's location. @@ -52,6 +52,13 @@ Tracman will be updated according to [this branching model](http://nvie.com/post [view full changelog](CHANGELOG.md) +#### v0.7.9 +* Updated packages +* Added support for browser geolocation +* Fixed streetview image bugs +* Added sourcemaps for debugging +* Fixed streetview bearing + #### v0.7.8 * [#96](https://github.com/Tracman-org/Server/issues/96) Replaced panorama with static images @@ -77,16 +84,7 @@ Tracman will be updated according to [this branching model](http://nvie.com/post * Added more debugging to fix auth problems #### v0.7.0 -* More bug fixes - -#### v0.6.0-7 -* Removed demo recording code -* Moved email server settings to env file -* Added SMTP check -* Minified static files -* Fixed error when creating user -* Removed extraneous packages -* Fixed [#87](https://github.com/Tracman-org/Server/issues/87), [#96](https://github.com/Tracman-org/Server/issues/96), [#92](https://github.com/Tracman-org/Server/issues/92), [#84](https://github.com/Tracman-org/Server/issues/84), [#76](https://github.com/Tracman-org/Server/issues/76), [#77](https://github.com/Tracman-org/Server/issues/77), [#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), [#50](https://github.com/Tracman-org/Server/issues/50), [#51](https://github.com/Tracman-org/Server/issues/51), [#52](https://github.com/Tracman-org/Server/issues/52), [#54](https://github.com/Tracman-org/Server/issues/54), [#55](https://github.com/Tracman-org/Server/issues/55), [#61](https://github.com/Tracman-org/Server/issues/61), [#62](https://github.com/Tracman-org/Server/issues/62) +* Bug fixes ## License diff --git a/package.json b/package.json index d0c9ea3..16e44bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tracman", - "version": "0.7.8", + "version": "0.7.9", "description": "Tracks user's GPS location", "main": "server.js", "dependencies": {