Add i18n support, PyPI proxy, and UI improvements

- Add Russian/English language switcher with cookie persistence
- Add PyPI proxy support with caching (like npm)
- Add height limits to Activity Log and Mount Points tables
- Change Cargo icon to delivery truck
- Replace graphical logo with styled text "NORA"
- Bump version to 0.2.11
This commit is contained in:
2026-01-26 19:31:28 +00:00
parent 0a5f267374
commit 73e7e525a3
9 changed files with 869 additions and 122 deletions

View File

@@ -7,7 +7,7 @@ members = [
]
[workspace.package]
version = "0.2.10"
version = "0.2.11"
edition = "2021"
license = "MIT"
authors = ["DevITWay <devitway@gmail.com>"]