Releases: PnEcrins/RGAlt
Releases · PnEcrins/RGAlt
1.2.1
1.2.0
What's Changed
🎉 Features
- Improve API by @submarcos in #239
- Describe Category in API responses by @submarcos in #250
- Fix customization by @submarcos in #251
- Add stats API endpoint by @submarcos in #253
- Improve home by @bastyen in #260
- Improve observation detail by @bastyen in #261
- Add export observations by @bastyen in #262
- various improvements by @bastyen in #280
🛠 Bug fixes
📘 Documentation
- Improve doc update by @submarcos in #252
Others
- Move to UV and RUFF by @submarcos in #254
⤴ Dependencies
- Bump sentry-sdk from 2.19.0 to 2.22.0 in /backend by @dependabot in #231
- Bump coverage from 7.6.8 to 7.6.12 in /backend by @dependabot in #229
- Bump django from 5.0.9 to 5.0.12 in /backend by @dependabot in #222
- Bump pillow from 11.0.0 to 11.1.0 in /backend by @dependabot in #202
- Bump drf-spectacular from 0.27.2 to 0.28.0 in /backend by @dependabot in #190
- Bump django-debug-toolbar from 4.4.6 to 5.1.0 in /backend by @dependabot in #244
- Bump djangorestframework-simplejwt from 5.3.1 to 5.5.0 in /backend by @dependabot in #243
- Bump factory-boy from 3.3.1 to 3.3.3 in /backend by @dependabot in #242
- Bump flake8 from 7.1.1 to 7.2.0 in /backend by @dependabot in #241
- Bump isort from 5.13.2 to 6.0.1 in /backend by @dependabot in #240
- Bump psycopg from 3.2.3 to 3.2.6 in /backend by @dependabot in #259
- Bump sentry-sdk from 2.22.0 to 2.26.1 in /backend by @dependabot in #258
- Bump coverage from 7.6.12 to 7.8.0 in /backend by @dependabot in #255
- Bump pillow from 11.1.0 to 11.2.1 in /backend by @dependabot in #256
- Bump django-cors-headers from 4.6.0 to 4.7.0 in /backend by @dependabot in #257
- Bump tblib from 3.0.0 to 3.1.0 in /backend by @dependabot in #271
- Bump sentry-sdk from 2.26.1 to 2.27.0 in /backend by @dependabot in #274
- Bump django from 5.0.12 to 5.0.14 in /backend by @dependabot in #270
- Bump bpython from 0.24 to 0.25 in /backend by @dependabot in #266
- Bump psycopg from 3.2.6 to 3.2.7 in /backend by @dependabot in #281
- Bump django-debug-toolbar from 5.1.0 to 5.2.0 in /backend by @dependabot in #282
- Bump psycopg from 3.2.7 to 3.2.8 in /backend by @dependabot in #294
- Upgrade to django 5.2 by @submarcos in #295
- Bump django from 5.2.1 to 5.2.2 in /backend by @dependabot in #317
- Bump coverage from 7.8.0 to 7.8.2 in /backend by @dependabot in #306
- Bump psycopg from 3.2.8 to 3.2.9 in /backend by @dependabot in #298
- Bump sentry-sdk from 2.27.0 to 2.29.1 in /backend by @dependabot in #305
Full Changelog: 1.1.2...1.2.0
1.1.2
Bugfix
- Revert changes about
NG_APP_API_URL
. No need to change it in production environments.
1.1.1
Improvements
- Upgrade several dependencies
1.1.0
What's Changed
Warning
NG_APP_API_URL
setting in.env
has to be updated to include/api/
Improvements
- Improve observations list UI (#133)
- Improve synthesis UI (#143)
- Restore synthesis interface context (#144)
- Improve map configuration (#145)
- Allow to skip steps on new observation (#149)
- Improve display of the new observation map (#146)
- Allow to edit observation (#147)
- Allow to delete observation (#162)
- Remove hard-coded
/api/
inNG_APP_API_URL
setting in.env
file (#165) - Improve "My offline data" UI (#166)
- Upgrade several dependencies
Bugfix
- Add missing icons (128x128.png and 384x384.png)
⤴ Dependencies
- Bump sentry-sdk from 2.10.0 to 2.15.0 in /backend by @dependabot in #116
- Bump black from 24.4.2 to 24.8.0 in /backend by @dependabot in #72
- Bump django-filter from 24.2 to 24.3 in /backend by @dependabot in #73
- Bump coverage from 7.6.0 to 7.6.1 in /backend by @dependabot in #69
- Bump flake8 from 7.1.0 to 7.1.1 in /backend by @dependabot in #70
- Bump gunicorn from 22.0.0 to 23.0.0 in /backend by @dependabot in #125
- Bump psycopg from 3.2.1 to 3.2.3 in /backend by @dependabot in #122
- Bump django from 5.0.7 to 5.0.9 in /backend by @dependabot in #124
- Bump sorl-thumbnail from 12.10.0 to 12.11.0 in /backend by @dependabot in #126
- Bump black from 24.8.0 to 24.10.0 in /backend by @dependabot in #123
- Bump sentry-sdk from 2.15.0 to 2.16.0 in /backend by @dependabot in #128
- Bump factory-boy from 3.3.0 to 3.3.1 in /backend by @dependabot in #127
- Bump coverage from 7.6.1 to 7.6.2 in /backend by @dependabot in #130
- Bump djangorestframework-gis from 1.0 to 1.1 in /backend by @dependabot in #129
Full Changelog: 1.0.6...1.1.0
1.0.6
What's Changed
🎉 Features
- rename obs -> evenements + make offline page accessible when not connected by @TheoLechemia in #63
🛠 Bug fixes
Full Changelog: 1.0.5...1.0.6
1.0.5
1.0.4
What's Changed
🎉 Features
- Feat/ui2 by @TheoLechemia in #60
🛠 Bug fixes
Full Changelog: 1.0.3...1.0.4
1.0.3
1.0.2
What's Changed
🎉 Features
- fix: offline tiles by @bastyen in #47
- Feat/UI improv by @TheoLechemia in #49
- fix import data command by @submarcos in #48
Full Changelog: 1.0.1...1.0.2