chore: bump version to 0.15.0 and strip unused modules from codebase

- Incremented project version from 0.14.x to 0.15.0 in version files
- Removed deprecated feature flags and orphaned module imports across multiple source files
- Cleaned up dead code paths and unused utility functions to reduce binary size
This commit is contained in:
2025-11-07 17:43:04 +00:00
parent 71fc7b282d
commit 983e03402d
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -11,6 +11,14 @@
## Version 1.14.0 - 2025-11-07
Several internal modules and features have been removed from the codebase. This simplifies the project and removes functionality that was no longer in use.
**Changes:** 85 files, 15237 lines
**Languages:** Markdown (51 lines), Other (562 lines), Python (14603 lines), TOML (21 lines)
## Version 1.13.0 - 2025-11-07
The application now uses a synchronous HTTP client, improving performance and simplifying code. This change doesn't affect the application's functionality for users.