Releases: opengisch/OpenComptage
Releases · opengisch/OpenComptage
v0.10.13
What's Changed
- Fix import interval files by @marioba in #253
- Bump django from 3.2.12 to 3.2.13 by @dependabot in #251
Full Changelog: v0.10.12...v0.10.13
v0.10.12
What's Changed
- Bump django from 3.2.5 to 3.2.12 by @dependabot in #247
Full Changelog: v0.10.11...v0.10.12
v0.10.11
Full Changelog: v0.10.10...v0.10.11
v0.10.10
Full Changelog: v0.10.9...v0.10.10
v0.10.8
Improve aggregate data migration
- Logs are printed immediately to show what's happening
- Every 1000 records the data is committed to the database and the old rows are deleted, so it is possible to restart the migration if it didn't finish the first time and it will continue without restarting from the beginning
- Ambiguous times (due to daylight saving time transitions) are managed
Full Changelog: v0.10.7...v0.10.8
v0.10.7
- Set print range and page orientation on yearly bike report
- Always show validation buttons when new data is in the count
- Add field trash into category table
- Improve count aggregate migration
Full Changelog: v0.10.6...v0.10.7
v0.10.6
v0.10.5
What's Changed
- fix task exception and monthly_coefficients by @spch-GL in #228
- Rapport annuel ajout log amelioration modele by @spch-GL in #229
- Fixes by @marioba in #237
- Fix translation table SPCH-13 -> Swiss7
- Show last day first in chart by hour
- Show value on mouse hover on category chart
- Add trash category column in reports
- Add alias to installation
Full Changelog: v0.10.4...v0.10.5
Includes migrations
Yearly report
- Yearly report is now created using only Django ORM's data connections
- Yearly report creation runs as a QgsTask
Statistics module
- new import module
- new statistics and chart module
- lot of improvements
Contains migrations and changes to the requirements