Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.2.0 link device to map #1135

Merged
merged 2 commits into from
Sep 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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/).

## 1.2.0 - 2023.xx.yy Link devices to map
### Added
- Command for registering maps mimetypes [#1098](https://github.com/nextcloud/maps/issues/1098) @ratte-rizzo
[#1118](https://github.com/nextcloud/maps/pull/1118) @tacruc
- Replace "Settings" by "Maps settings" [#1127](https://github.com/nextcloud/maps/pull/1127) @Jerome-Herbinet
- Link device to map [#1105](https://github.com/nextcloud/maps/pull/1105) @tacruc

### Fixed
- Creation of dynamic property $lockingProvider is deprecated at apps/maps/lib/Hooks/FileHooks.php#46
[#1023](https://github.com/nextcloud/maps/issues/1023) @rcmlz
[#1134](https://github.com/nextcloud/maps/pull/1134) @tacruc

## 1.1.1 - 2023.08.29 Fix search
### Added
- Fix nominatim search address query [#1111](https://github.com/nextcloud/maps/issues/1111) @fl0e
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>1.1.1</version>
<version>1.2.0</version>
<licence>agpl</licence>
<author mail="[email protected]">Julien Veyssier</author>
<author mail="[email protected]">Arne Hamann</author>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maps",
"version": "1.1.1",
"version": "1.2.0",
"description": "Maps app",
"main": "main.js",
"directories": {
Expand Down
Loading