chore: bump version to 1.15.0 and refactor file-upload-grid from fixed grid to flexbox layout

- Update pyproject.toml version from 1.14.0 to 1.15.0
- Add changelog entry for version 1.15.0
- Convert .fug-grid from CSS grid with 6-column fixed layout to flexbox with wrap
- Remove fixed background color on .fug-root and set max-width to 100%
- Adjust tile width to 120px with flex-shrink: 0 and reduce padding/spacing values
This commit is contained in:
2026-01-03 12:52:36 +00:00
parent 774944e957
commit fb2470d154
3 changed files with 21 additions and 8 deletions
+8
View File
@@ -15,6 +15,14 @@
## Version 1.15.0 - 2026-01-03
update css files
**Changes:** 1 files, 19 lines
**Languages:** CSS (19 lines)
## Version 1.14.0 - 2025-12-26
Users can now create, configure settings for, and delete channels through dedicated dialog interfaces. Developers access new RPC methods to support these channel management operations.