-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b96adf
commit dfc0882
Showing
1 changed file
with
52 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,79 @@ | ||
CHANGE LOG | ||
========== | ||
CHANGELOG | ||
========= | ||
|
||
1.0.3 (2024-07-25) | ||
1.0.6 (2024-07-31) | ||
---------------------- | ||
|
||
**Improvements** | ||
|
||
- Rename obs -> evenements + make offline page accessible when not connected | ||
|
||
**Bugfix** | ||
|
||
- Fix offline download | ||
- Sort observations by alphabetical order on synthesis interface | ||
|
||
1.0.5 (2024-07-31) | ||
---------------------- | ||
|
||
**Improvements** | ||
|
||
- Add delay between tiles download | ||
|
||
1.0.4 (2024-07-30) | ||
---------------------- | ||
|
||
**Improvements** | ||
|
||
- Improve UI | ||
|
||
**Bugfix** | ||
|
||
- Handle sub category on primary category filter | ||
|
||
1.0.3 (2024-07-25) | ||
---------------------- | ||
|
||
**Bugfix** | ||
|
||
- Fix offline tiles download | ||
- Improve frontend documentation | ||
|
||
1.0.2 (2024-07-24) | ||
---------------------- | ||
|
||
**Bugfix** | ||
|
||
- Import data command does not work | ||
- Fix offline download | ||
- Fix Import data command | ||
- Fix offline tiles download | ||
|
||
**Improvements** | ||
|
||
- improve UI | ||
- Improve UI | ||
|
||
1.0.1 (2024-07-24) | ||
---------------------- | ||
|
||
**Improvements** | ||
|
||
- Default nginx configuration now redirect to backend when admin or api url does not have trailing /. | ||
- Default NGINX configuration now redirect to backend when admin or api url does not have trailing /. | ||
- Category ordering in admin panel | ||
- Add `import_data` command to import data from old LizMap GeoJSON file. | ||
- Improve home UI and learn more page | ||
|
||
- Improve home UI and "learn more" page | ||
- Fix default `custom.py` config file | ||
|
||
1.0.0 (2024-07-19) | ||
------------------------- | ||
|
||
- Initial release | ||
Première version déployable autonome. | ||
|
||
* Fontend en Angular | ||
* Backend en Python / Django / PostGIS | ||
|
||
**🎉 Features** | ||
|
||
* V1 by @submarcos in https://github.com/PnEcrins/RGAlt/pull/26 | ||
|
||
0.0.1 (2024-07-17) | ||
------------------------- | ||
|
||
Première version du projet Regards d'altitude, sous forme de BDD uniquement, sur laquelle a été basée un projet QGIS / Lizmap. |