Commit Graph

7 Commits

Author SHA1 Message Date
78c6bb55bb chore: bump version to 1.4.37 and update binary wheel and source tarball in dist 2024-12-01 05:18:53 +00:00
4fce518aac chore: add maxLines cap and scroll threshold to zhurnal web terminal UI 2024-12-01 05:14:33 +00:00
bot
3fc35ddbbb feat: bump package version from 1.3.37 to 1.4.37 in PKG-INFO metadata and rebuild dist archives 2024-11-27 21:28:23 +00:00
bot
a204823d41 feat: add monthly export statistics tracking to analytics module
Implement a new monthly export statistics feature that records and aggregates export operations by month, including total exports, successful exports, and failure counts. The change adds a new `export_statistics` table with columns for month, year, total_exports, successful_exports, and failed_exports, along with a stored procedure to increment counters atomically. The analytics dashboard now displays a monthly export performance chart using this data.
2024-11-27 21:24:01 +00:00
bot
a5cc076bf3 fix: correct typo in PKG-INFO from "Instalation" to "Installation" 2024-11-27 16:06:54 +00:00
bot
8fdb82336e chore: add README.md to package sources and update PKG-INFO with project description 2024-11-27 14:58:02 +00:00
7dc6baa39e feat: scaffold zhurnal web executor with aiohttp server, cli entrypoint, and test harness 2024-11-27 14:28:30 +00:00