Update CHANGELOG and README for version 0.6.4

This commit is contained in:
dzakdzaks
2026-06-07 02:11:57 +07:00
parent 3e54ed40b0
commit 070607024c
6 changed files with 16 additions and 3 deletions
+13
View File
@@ -2,6 +2,19 @@
All notable changes to **Your Everyday Tools** are documented here. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project loosely follows [Semantic Versioning](https://semver.org/).
## [0.6.4] — 2026-06-07
### Added — UI navigation and theming
- Added a theme switcher (system / light / dark) in the top bar. Preference is persisted in `localStorage` and applied before first paint to avoid flash.
- Added tool search on the home page — filter tool cards by name or description.
- Added global search in the top bar — available on every page with a dropdown of matching tools.
### Changed — Icons and theme UX
- Replaced the Bootstrap Icons shim with fully vendored font files (`woff` / `woff2`) for offline use.
- Theme transitions animate smoothly; the active theme button shows a brief spin on click.
## [0.6.3] — 2026-06-06
### Added — Local conversion fidelity layer
+3 -3
View File
@@ -365,8 +365,8 @@ your-everyday-tools/
│ ├── media_tools.py # FFmpeg-powered audio & video tools
│ └── capabilities.py # /capabilities endpoint
├── templates/
│ ├── base.html # Main layout (sidebar + content area)
│ ├── index.html # Home page with tool cards
│ ├── base.html # Main layout (sidebar, global search, theme switcher)
│ ├── index.html # Home page with tool cards and search
│ ├── upload_tool.html # Universal template for all file-based tools
│ └── tools/ # Individual client-side tool templates
│ ├── calculator.html
@@ -395,7 +395,7 @@ your-everyday-tools/
├── css/style.css # All styles, no framework
├── css/icons.css # Vendored Bootstrap Icons; no CDN required
├── fonts/bootstrap-icons.woff2 # Bootstrap Icons font files
└── js/main.js # File upload, AJAX, sidebar, shared logic
└── js/main.js # Sidebar, theme, search, file upload, shared logic
```
### Architecture Notes
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 1.5 MiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 763 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 1.5 MiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

After

Width:  |  Height:  |  Size: 743 KiB