Releases: SioGabx/MapsInMyFolder
v1.0.0
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
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
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
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
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
Bug fix, added a lot of layers, added a edit sheet
v0.4.2-alpha
Update todolist
Release v0.3.0-alpha
- 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
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
Initial version