Skip to content

Commit 03f12bd

Browse files
authored
Merge pull request #916 from nextcloud/v0.2.4
v0.2.4 minor fixes
2 parents b69e6a1 + 1c1706e commit 03f12bd

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 0.2.4 - 2023.01.01 Minor Fixes
8+
### Fixed
9+
- Shows favorites on NC25
10+
[#909](https://github.com/nextcloud/maps/pull/909) @tacruc
11+
[#866](https://github.com/nextcloud/maps/issues/866) @meichthys
12+
- New contacts should again appear on the map
13+
[#910](https://github.com/nextcloud/maps/pull/910) @tacruc
14+
[#864](https://github.com/nextcloud/maps/issues/864) @sylvainmetayer
15+
716
## 0.2.3 - 2022.12.29 NC 25 Redesign
817
### Fixed
918
### Updated

β€Žappinfo/info.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- **πŸ“± Devices:** Lost your phone? Check the map!
1515
- **γ€° 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.
1616
]]></description>
17-
<version>0.2.3</version>
17+
<version>0.2.4</version>
1818
<licence>agpl</licence>
1919
<author mail="eneiluj@posteo.net">Julien Veyssier</author>
2020
<author mail="kontakt+github@arne.email">Arne Hamann</author>

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maps",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Maps app",
55
"main": "main.js",
66
"directories": {

0 commit comments

Comments
Β (0)