Skip to content

Releases: SioGabx/MapsInMyFolder

v1.0.0

16 Dec 13:11
e56ca07
Compare
Choose a tag to compare

Changelog:

Version 1.0.0 (Release Date: 16/12/23)

Changes:

  • Updated LICENSE from GNU Affero General Public License v3.0 to GNU General Public License v3.0.
  • Added translation for updateMessageNewVersionReleaseNote.
  • Introduced the OR option on search using ||. Now, if you want to search for || in a text, you can use a literal string like "||".
  • Enhanced the startup layer selector in settings, allowing users to select the current layer.

Bug Fixes:

  • The progress bar now displays only 2 decimal points.
  • Resolved the problem where the startup layer was not loaded when layer_startup_id was not set.
  • Enabled project compilation without ApiKey.Override.
  • Fixed an issue with HttpUtility.UrlDecode on requests with a referrer (the URL was parsed two times).
  • Corrected the bug where the custom Layer ID was incrementing by 1000000.
  • Javascript engine was not updated when changing layers (only on download)
  • Modified the behavior of importing layer values; it now doesn't edit and save the values automatically.

v0.6.1-alpha

10 Sep 11:22
Compare
Choose a tag to compare

Bug fixes :

  • MapsInMyFolder now launch automatically after installation
  • Fixed a bug where when a new blank database was created, the database was not recognized
  • Added an explanation of what the NO button does when requesting the creation of a database
  • Fix accent in French language

Full Changelog: v0.6.0-alpha...v0.6.1-alpha

v0.6.0-alpha

03 Sep 14:26
Compare
Choose a tag to compare

New functionnality :

  • Added a new button on the layer editor page to share layers
  • Added a new button to copy/paste on the popup to specify coordinates for the selection
  • Improved update system by notifying when the application is closed
  • javascript engine are now isolated when downloading to be able to restore variables
  • Added getView command in javascript
  • Added atob and btoa to encode and decode to base64
  • Added clearCache to clear cache of the layer

Bug fixes :

  • Sometimes, when updating the application, it closes without starting the installation process
  • The version of the layer when exporting the database was not incremented
  • Layer change warnings when there was a significant difference between the updated version and the client version were not displayed
  • Somes minor bug fixes

Full Changelog: v0.5.0-alpha...v0.6.0-alpha

v0.5.0-alpha

19 Jun 10:31
Compare
Choose a tag to compare

Bug fixes and new functionnality :

  • Updated database update path settings to be working with directory too.
  • Fixed memory issues
  • Fixed search
  • Added referrer to request
  • Added BingMaps and ArcGIS search engine
  • Fixed issues with Layers Rectangles
  • Added English and French language
  • Added menu to allow users to select an area by location

v0.4.4-alpha

06 May 22:50
Compare
Choose a tag to compare

New layer search algorithme :

  • Support for filter like site:, categorie:, zoom:, nom:...
  • Support for exact terme search (with double quote) like "photographies aérienne"
  • bug fix

Ajout de 157 nouveau calques "World Imagery Wayback" provenant de ArcGIS

Modification du support des pays (possibilité de conserver des pays qui ne sont pas par défaut proposé dans la liste)
Ajout d'un fichier texte permettant de charger / de crée soit même sa base de donnée à partir des requêtes, permet de suivre les modifications et les ajouts dans le futur

v0.4.3-alpha

01 May 19:53
Compare
Choose a tag to compare
Bug fix, added a lot of layers, added a edit sheet

v0.4.2-alpha

25 Apr 12:20
Compare
Choose a tag to compare
Update todolist

Release v0.3.0-alpha

25 Jan 13:14
e443f50
Compare
Choose a tag to compare
  • Add loading indicator on the prepare download page
  • Fixed memory issues with netvips
  • Added color conversion (rgb and black and white)
  • Edited preview when preparing download to work with quality settings and color conversion
  • Added error tile in the preview map

Release v0.2.0-alpha

14 Jan 21:09
Compare
Choose a tag to compare

In active devellopement. Do not use for production

Added getPreview and getPreviewFallback function :
getPreview(args) -> set url to show the preview.
getPreviewFallback(args) -> if the preview url loading fail.
Console now show result of operation like google chrome console does.

Release v0.1.0-alpha

01 Jan 12:38
Compare
Choose a tag to compare

Initial version