Skip to content

Commit a0e9cfc

Browse files
committed
v0.2.0-1-nightly
Signed-off-by: Arne Hamann <git@arne.email>
1 parent 7a890a6 commit a0e9cfc

File tree

3 files changed

+50
-3
lines changed

3 files changed

+50
-3
lines changed

β€ŽCHANGELOG.md

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,54 @@ 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-
## [Unreleased]
7+
## 0.2.0 - 2022.xx.yy New Vue based frontend
8+
### Fixed
9+
- Add .contact-group-name to padding exception
10+
[#678](https://github.com/nextcloud/maps/pull/678) @RobinFrcd
11+
- Welcome PHP8
12+
[#683](https://github.com/nextcloud/maps/pull/683) @umgfoin fixes
13+
[#656](https://github.com/nextcloud/maps/issues/656) @Emporea
14+
[#652](https://github.com/nextcloud/maps/issues/652) @GHJester
15+
[#640](https://github.com/nextcloud/maps/issues/640) @benjaminsabatini
16+
- Migrated app to Bootstrap
17+
[#703](https://github.com/nextcloud/maps/pull/703) @eneiluj @tacruc fixes
18+
[#689](https://github.com/nextcloud/maps/issues/689) @l1gi
19+
- Improved image metadata extraction
20+
[#705](https://github.com/nextcloud/maps/pull/705) @tacruc
21+
- Replace deprecated String.prototype.substr()
22+
[#716](https://github.com/nextcloud/maps/pull/716) @CommanderRoot
23+
- Scan shared Photos
24+
[#727](https://github.com/nextcloud/maps/pull/727) @tacruc fixes
25+
[#447](https://github.com/nextcloud/maps/issues/447) @mayermart
26+
- Remove empty lines from address lookup
27+
[708](https://github.com/nextcloud/maps/pull/708) @SeanDS fixes
28+
[706](https://github.com/nextcloud/maps/issues/706) @SeanDS
29+
- Show Waypoints in tracks
30+
[764](https://github.com/nextcloud/maps/pull/764) @tacruc fixes
31+
[753](https://github.com/nextcloud/maps/issues/753) @nougatbyte
32+
- Allways show tracks without timestamps
33+
[739](https://github.com/nextcloud/maps/pull/739) @tacruc fixes
34+
[738](https://github.com/nextcloud/maps/issues/738) @nougatbyte
35+
### Added
36+
- new Vue frontend
37+
[#510](https://github.com/nextcloud/maps/pull/510) @eneiluj @tacruc
38+
[#700](https://github.com/nextcloud/maps/pull/700) @tacruc
39+
- Added Option to scan photos now
40+
[#704](https://github.com/nextcloud/maps/pull/704) @tacruc
41+
- Added phpUnit tests workflow
42+
[#725](https://github.com/nextcloud/maps/pull/725) @tacruc
43+
- Added unit test for exif extraction
44+
[737](https://github.com/nextcloud/maps/pull/737) @tacruc
45+
- Added node workflow
46+
[740](https://github.com/nextcloud/maps/pull/740) @tacruc
47+
- Respect .nomedia and .noimage files
48+
[7226](https://github.com/nextcloud/maps/pull/726) @tacruc
49+
-
50+
51+
### Performance
52+
- Replace use of IConfig with IMemcache to store the last address lookup
53+
[#688](https://github.com/nextcloud/maps/pull/688) @tcitworld
54+
855
## 0.1.10 – 2021-12-20
956
### Fixed
1057
- Add padding on icons/name

β€Ž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.1.10</version>
17+
<version>0.2.0</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.0.7",
3+
"version": "0.2.0",
44
"description": "Maps app",
55
"main": "main.js",
66
"directories": {

0 commit comments

Comments
Β (0)