Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/maps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Hamann <kontakt+github@arne.email>2022-08-15 13:28:04 +0300
committerGitHub <noreply@github.com>2022-08-15 13:28:04 +0300
commit5daec09990e347d56a9af6541566381aa6c352ec (patch)
treead5467b9b8ec67c8e208b584c4204846778aeffd
parent0c025840a6bd6b5813a00852a8c41f7420009cb4 (diff)
parent8c7ea126c7e86b047ba1d153ca56f471d44afbb9 (diff)
Merge pull request #827 from nextcloud/v0.2.1-1-nightlyv0.2.1-1-nightly
v0.2.1 1 nightly
-rw-r--r--CHANGELOG.md19
-rw-r--r--appinfo/info.xml2
2 files changed, 19 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d69dcc3..ff34576d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## 0.2.1 - 2022.08.xx Further Improvements
+### Fixed
+- Fixes Mapbox tiles are not moved
+ [#798](https://github.com/nextcloud/maps/pull/798) @tacruc
+ [#786](https://github.com/nextcloud/maps/issues/786) @Doppellhelix @BWibo
+- Correct date on map tooltip-photo-date
+ [#798](https://github.com/nextcloud/maps/pull/808) @tacruc
+ [#786](https://github.com/nextcloud/maps/issues/807) @adripo
+- Don't show Photos on ZeroIsland
+ [#811](https://github.com/nextcloud/maps/pull/811) @tacruc
+ [#671](https://github.com/nextcloud/maps/issues/671) @zhangguojvn @adripo
+- Search for coordinates
+ [#824](https://github.com/nextcloud/maps/pull/824) @tacruc
+ [#802](https://github.com/nextcloud/maps/issues/802) @downtownallday
+
+
+
## 0.2.0 - 2022.07.18 New Vue based frontend
### Fixed
- Add .contact-group-name to padding exception
@@ -36,7 +53,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- new Vue frontend
[#510](https://github.com/nextcloud/maps/pull/510) @eneiluj @tacruc
[#700](https://github.com/nextcloud/maps/pull/700) @tacruc
-- Added Option to scan photos now
+- Added Option to scan photos now3
[#704](https://github.com/nextcloud/maps/pull/704) @tacruc
- Added phpUnit tests workflow
[#725](https://github.com/nextcloud/maps/pull/725) @tacruc
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5d72fdec..a5afd1a7 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -14,7 +14,7 @@
- **📱 Devices:** Lost your phone? Check the map!
- **〰 Tracks:** Load GPS tracks or past trips. Recording with [PhoneTrack](https://f-droid.org/en/packages/net.eneiluj.nextcloud.phonetrack/) or [OwnTracks](https://owntracks.org) is planned.
]]></description>
- <version>0.2.0</version>
+ <version>0.2.1</version>
<licence>agpl</licence>
<author mail="eneiluj@posteo.net">Julien Veyssier</author>
<author mail="kontakt+github@arne.email">Arne Hamann</author>