-
1.14.2 Stable
released this
2026-01-21 14:54:07 +00:00 | 6 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 | 10 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 | 25 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 | 27 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 | 29 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 | 31 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