-
Second beta Stable
released this
2026-06-12 13:13:33 +00:00 | 0 commits to main since this release0.2.0b
Fixes
- Added 404 error handling when the source file is not found.
Changes
- Merged
/dw_apiand/apiinto a single/apiendpoint.
New
- Added a system module for background tasks.
- Added an analytics page.
Code
- Deleted the legacy
db_old.pyfile. - Sorted and refactored imports.
- Added type hinting for input data in
system_modulefunctions. - Removed
data/analytic.json. - Updated the logic for retrieving popular tags to support analytics.
- 5.1. Renamed
get_autocompletefunction toget_top_tags. - 5.2. Added an optional
limitargument to theget_top_tagsfunction.
- 5.1. Renamed
- Removed the
get_binary_file()function from thegelboorumodule as it was unused. - Refactored the logging module.
- Added comprehensive error logging.
- Added the
/taskendpoint. - Implemented new logic for passing the database path via the configuration file.
Downloads