- Database v8 migration: tags, pinned, avg_startup_ms columns - Security scanning with CVE matching and batch scan - Bundled library extraction and vulnerability reports - Desktop notification system for security alerts - Backup/restore system for AppImage configurations - i18n framework with gettext support - Runtime analysis and Wayland compatibility detection - AppStream metadata and Flatpak-style build support - File watcher module for live directory monitoring - Preferences panel with GSettings integration - CLI interface for headless operation - Detail view: tabbed layout with ViewSwitcher in title bar, health score, sandbox controls, changelog links - Library view: sort dropdown, context menu enhancements - Dashboard: system status, disk usage, launch history - Security report page with scan and export - Packaging: meson build, PKGBUILD, metainfo
1.0 KiB
1.0 KiB
20 Improvements Plan
Batch 1: Low-risk code quality (no behavior change)
- Wrap all hardcoded English strings in i18n()
- Replace OnceCell.get().expect() with safe getters
- Extract common async-toast-refresh helper
- Log silently swallowed errors
Batch 2: Performance
- Async database initialization with loading screen
- Batch CSS provider registration for letter-circle icons
- Lazy-load detail view tabs
- Rate-limit background analysis spawns
Batch 3: UX
- Progress indicator during background analysis
- Multi-file drop and file picker support
- Sort options in library view
- Keyboard shortcut Ctrl+O for Add app
- Validate scan directories exist before scanning
Batch 4: Robustness
- Add database migration tests
- Confirmation before closing during active analysis
- Graceful handling of corrupt/locked database
Batch 5: Accessibility & Features
- Remember detail view active tab
- Announce analysis completion to screen readers
- Custom launch arguments
- Export/import app library