-
1.14.2 Stable
released this
2026-01-21 14:54:07 +00:00 | 0 commits to master since this release- extends mailer class with bcc based mailing
- switches all team based mail sending (multiple mail adresses) to bcc based mailing
- adds smaller versions of tech-croc error images for 4xx and 5xx errors for faster rendering
Downloads
-
1.14 Stable
released this
2026-01-13 09:39:34 +00:00 | 4 commits to master since this releaseMixed class and method based views still co-existed on the code base. For better maintainability and focus on one view coding style, all method based views have been refactored into class based views without changing their logic. Unused method views have been dropped.
- refactors all method based views into class based views
- drops unused method view on api app
Downloads
-
1.13.10 Stable
released this
2026-01-10 10:03:47 +00:00 | 19 commits to master since this release- fixes sum of compensations on landing page
Downloads
-
1.13.9 Stable
released this
2025-12-19 13:17:56 +00:00 | 21 commits to master since this release- fixes typo in exception_reporter.py
- properly catches error on geometry cast into multipolygon if input are no valid polygons
- extends error response on malicious api calls
- specifies different exceptions on try-catch while initializing api data
Downloads
-
1.13.8 Stable
released this
2025-12-17 13:03:42 +00:00 | 23 commits to master since this release- extends the KonovaExceptionReporter to hold POST body content (practical for debugging broken content on API)
Downloads
-
1.13.7 Stable
released this
2025-12-03 12:50:34 +00:00 | 25 commits to master since this release- fixes a bug where the saving of an empty geometry could lead into a json decode error
- optimizes logic in case of empty geometry by dropping redundant pre-check on emptiness
Downloads
-
1.13.6 Stable
released this
2025-11-30 11:34:33 +00:00 | 28 commits to master since this release- fixes incorrect rendering of recording-info for deductions on unrecorded eco accounts
Downloads
-
1.13.5 Stable
released this
2025-11-28 10:46:28 +00:00 | 30 commits to master since this release- fixes bug where errors on geometry form were not rendered properly
- fixes bug where invalid geometry was written as read-only back into form (could not be corrected by user)
- adds explanatory comments to SimpleGeomForm is_valid() checks
- reorders code snippets for better understanding
- adds correcting logic to _set_geojson_properties() in case of missing properties element
- updates impressum link
Downloads
-
1.13.4 Stable
released this
2025-11-19 12:17:08 +00:00 | 33 commits to master since this release- fixes bug where de-facto deleted compensations (because of deleted intervention) would still show up as geometry conflicts on other entries
Downloads