Update ROADMAP.md to reflect recent progress

This commit is contained in:
Rbanh 2025-03-30 20:11:04 -04:00
parent 057bba0c56
commit 7b772bb1bb

View File

@ -29,7 +29,7 @@
- [x] Basic implementation - [x] Basic implementation
- [x] Fix version information retrieval issues - [x] Fix version information retrieval issues
- [ ] Reduce version warning logs and improve caching - [ ] Reduce version warning logs and improve caching
- [ ] Handle rate limiting and 403 errors - [x] Handle rate limiting and 403 errors
- [x] Implement Modrinth crawler - [x] Implement Modrinth crawler
- [x] Basic implementation - [x] Basic implementation
- [x] Version compatibility checking - [x] Version compatibility checking
@ -70,6 +70,7 @@
- [x] Handle file access errors gracefully - [x] Handle file access errors gracefully
- [x] Ensure correct version numbering in filenames - [x] Ensure correct version numbering in filenames
- [x] Display up-to-date version information for all plugins - [x] Display up-to-date version information for all plugins
- [x] Handle premium plugins with user guidance for manual downloads
- [ ] Present multiple potential matches for ambiguous plugins - [ ] Present multiple potential matches for ambiguous plugins
- [ ] Make version numbers clickable links to repository sources - [ ] Make version numbers clickable links to repository sources
- [ ] Allow user selection of correct plugin match when multiple are found - [ ] Allow user selection of correct plugin match when multiple are found
@ -90,6 +91,7 @@
- [x] Add per-plugin update check button & loading indicator - [x] Add per-plugin update check button & loading indicator
- [x] Add visual feedback for bulk update check (progress, loading state) - [x] Add visual feedback for bulk update check (progress, loading state)
- [x] Implement error handling in UI with user-friendly messages - [x] Implement error handling in UI with user-friendly messages
- [x] Add premium plugin detection & manual download guidance
- [ ] Create settings panel - [ ] Create settings panel
- [x] Implement dark mode - [x] Implement dark mode
- [ ] Implement plugin matching disambiguation UI - [ ] Implement plugin matching disambiguation UI