Skip to content

Latest commit

Β 

History

History
273 lines (237 loc) Β· 11.5 KB

CHANGELOG.md

File metadata and controls

273 lines (237 loc) Β· 11.5 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.4.0 - 2024.04.28 Nextcloud Hub 8

  • Compability changes to Nextcloud 29.

1.3.0 - 2023.12.12 Nextcloud Hub 7

  • Compability changes to Nextcloud 28.

1.2.0 - 2023.12.11 Link devices to map

Added

  • Command for registering maps mimetypes #1098 @ratte-rizzo #1118 @tacruc
  • Replace "Settings" by "Maps settings" #1127 @Jerome-Herbinet
  • Link device to map #1105 @tacruc
  • Support OpenStreetMap vector tiles with Maplibre-gl-js #1038 @benstonezhang
  • added "Download Track" button to AppNavigationTrackItem #1147 @wronny

Fixed

  • Creation of dynamic property $lockingProvider is deprecated at apps/maps/lib/Hooks/FileHooks.php#46 #1023 @rcmlz #1134 @tacruc
  • Change postRename hook to fix #1139 @powerflo #1140 @powerflo

1.1.1 - 2023.08.29 Fix search

Added

  • Fix nominatim search address query #1111 @fl0e #1110 @Simounet

1.1.0 - 2023.07.04 Nextcloud 27

Added

  • Add an option to deduplicate same address for a contact #1013 @vincowl #1024 @vincowl
  • Mobile improvements #1068 @ant0nwax #1082 @tacruc
  • Location field in favorites form #1083 @alaskanpuffin
  • Interface improvments #1084 @alaskanpuffin #1085 @alaskanpuffin #1088 @tacruc #1089 @alaskanpuffin #1091 @alaskanpuffin #1094 @alaskanpuffin

Fixed

  • update maximum PHP version #1061 @t-lo #1062 @MrLoverLoverMMMM #1070 @adripo, @skjnldsv, @tacruc

1.0.2 - 2023.03.24 Collaborative maps & Image location suggestions

Fixed

  • Maps not loading on safari and other webkit browsers #1015@finsyfins #1017 @tacruc

1.0.1 - 2023.03.21 Collaborative maps & Image location suggestions

Fixed

  • Error when moving a folder #1015@AndyXheli #1012 @tacruc

1.0.0 - 2023.03.21 Collaborative maps & Image location suggestions

New

0.2.4 - 2023.01.01 Minor Fixes

Fixed

  • Shows favorites on NC25 #909 @tacruc #866 @meichthys
  • New contacts should again appear on the map #910 @tacruc #864 @sylvainmetayer

0.2.3 - 2022.12.29 NC 25 Redesign

Fixed

Updated

  • New nextcloud vue components #840 @tacruc

0.2.2 - 2022.12.29 NC 24 Redesign

Fixed

  • Search for coordinate #851 @tacruc #824 @tacruc #802 @downtownallday @aaronsegura

  • Fixes No contacts shown in maps since version >= 0.2.0 #849 @tacruc #858 @Kieltux

  • Fixes PHP 8.1.9: class "logger" does not exist #863 @sylvainmetayer @tcitworld #858 @joergmschulz

Updated

  • New nextcloud vue components #839 @tacruc

0.2.1 - 2022.08.31 Further Improvements

Fixed

  • Fixes Mapbox tiles are not moved #798 @tacruc #786 @Doppellhelix @BWibo
  • Correct date on map tooltip-photo-date #798 @tacruc #786 @adripo
  • Don't show Photos on ZeroIsland #811 @tacruc #671 @zhangguojvn @adripo
  • Search for coordinates #824 @tacruc #802 @downtownallday

0.2.0 - 2022.07.18 New Vue based frontend

Fixed

  • Add .contact-group-name to padding exception #678 @RobinFrcd
  • Welcome PHP8 #683 @umgfoin fixes #656 @Emporea #652 @GHJester #640 @benjaminsabatini
  • Migrated app to Bootstrap #703 @eneiluj @tacruc fixes #689 @l1gi
  • Improved image metadata extraction #705 @tacruc
  • Replace deprecated String.prototype.substr() #716 @CommanderRoot
  • Scan shared Photos #727 @tacruc fixes #447 @mayermart
  • Remove empty lines from address lookup 708 @SeanDS fixes 706 @SeanDS
  • Show Waypoints in tracks 764 @tacruc fixes 753 @nougatbyte
  • Allways show tracks without timestamps 739 @tacruc fixes 738 @nougatbyte

Added

  • new Vue frontend #510 @eneiluj @tacruc #700 @tacruc
  • Added Option to scan photos now3 #704 @tacruc
  • Added phpUnit tests workflow #725 @tacruc
  • Added unit test for exif extraction 737 @tacruc
  • Added node workflow 740 @tacruc
  • Respect .nomedia and .noimage files 7226 @tacruc

Performance

  • Replace use of IConfig with IMemcache to store the last address lookup #688 @tcitworld

0.1.10 – 2021-12-20

Fixed

  • Add padding on icons/name #654 @RobinFrcd

0.1.9 – 2021-06-29

Added

  • GitHub automated release action

Fixed

  • fix tracks not loading #587 @Ablu #574 @Tazzios
  • fix images not loading #559 @tacruc #543 @beardhatcode
  • fix db-related install problems on NC 21 #568 @eneiluj #541 @J0WI

0.1.8 – 2020-10-03

Fixed

  • controllers not being declared soon enough in some cases
  • OC.disallowNavigationBarSlideGesture being absent in some cases

0.1.7 – 2020-10-01

Added

  • favorite sharing by public link #217 @paulschwoerer
  • import favorites from Google Maps/Takeout GeoJSON files #338 @simonspa
  • handle coordinate search #420 @tacruc @eneiluj

Changed

  • use NC Viewer and show right sidebar for displayed photo file (with Sharing and Talk tabs) #418 @tacruc
  • adapt to NC 20

Fixed

  • image count when > 1000 #378 @wronny
  • catch PEL warnings #369 @tacruc
  • mistake in Migrations preventing app installation in some cases #453 @eneiluj
  • correctly load inital category states #462 @eneiluj
  • handle storage exceptions on occ scan import #436 @vwbusguy

0.1.6 – 2020-03-09

Added

  • dialog to choose wether to place photo files or directories #290 @wronny

Changed

  • a few style improvements in tooltips (position and size)
  • message when adding a favorite, Esc to cancel

Fixed

  • missing variable declarations breaking things in search, favorites, tracks, devices #305 @doc75 #308 @Bergum
  • delay when placing photos #290 @wronny
  • map left click activation in lots of cases
  • favorite and contact group style bug
  • cursor style with mapboxgl map
  • set max zoom level on tracks
  • bug when updating positions of disabled devices
  • L.Elevation mouse events

0.1.2 – 2019-09-01

Added

  • Mapbox profiles (car, foot, bike) #103 @tacruc

Fixed

  • catch PelExceptions #91 @tacruc #96 @FrouxBY #97 @matiasdelellis
  • bug with chrome based mobile browsers #100 @eneiluj #99 @szaimen
  • fix bad inserted values for photo lat/lng #95 @tacruc #98 @eneiluj @tacruc
  • bug when getting vCard address, get rid of post office box vCard address field #94 @eneiluj

0.1.1 – 2019-08-29

Fixed

  • bug with unnamed contacts #87 @eneiluj #85 @tacruc

0.1.0 – 2019-08-29

Added

  • First release!

0.0.1 – 2019-07-01

Added

  • pretty much everything