Releases: meetrevision/revision-tool
Releases · meetrevision/revision-tool
2.7.6
2.7.5: fix cli compilation after
SHA256: 47047E09FF759BD7ACF4BAABFE5444CAEA20A9D0D096A291D2E43AACB730C66D
- Improve Chinese translation #128
- MS Store refactor
- New search and product pages (should be similar to official MS Store UI)
- AppImage to abstract Image related parameters
- Add custom ImageProvider to handle oversized images and save bandwidth
- Added ms_store_enums for MSStoreAppType, MSStoreRing, and MSStoreArch to remove magic strings and improve type safety
- Modularize the feature using Clean Architecture principles
- XML parsing moved to isolates
- Simplify win32 packages processing
- Added basic sha256 based verification for downloaded packages to ensure integrity and security
2.7.3
SHA256: DB755E81B230E7E84D4E3D88F0C58E949485B8DB90F917FA14843B4662FB30AC
- AppShell improvements
- Added the back navigation support using the back mouse button
- Fixed some part of the NavigationAppBar's leading area was not clickable
- Fixed NavigationAppBar's leading button was disabled in certain cases
- Fixed incorrect index when using
--route
- Fixed logic for NTFS settings in performance service
2.7.2
2.7.1
2.7.0
SHA256: 4250A2810B1F7DD45DE1C615ADE56AB1E07D80DFA54102607E6D706EBED8CA0C
- Implement TrustedInstaller capabilities
- Removed MinSudo dependency
- Removed legacy batch files
- deleteKey now removes recursively (fixes the permission errors)
- WinRegistryService write/delete functions are async now
- Most operations get executed in parallel (Future.wait pattern)
- Rework navigation routing system using go_router
- Add Breadcrumb navigation bars
- Simplify pane selection using enum order and direct path navigation
- Restrict AutoSuggestBoxItem to tweaks-only items
- Include icons in AutoSuggestBox items
- Reduce runtime list building for pane/search items
- Added working back button on the title bar
- Add horizontal slide animation for nested routes transitions
- CardHighlight widget refactor
- Add support for Expander Card which can contain Widget items
- Add ChevronRight arrow-like buttons for navigation cards
- Fix inconsistent child item spacing in CardHighlight
- W11's Settings alike hover effects
- Split CardHighlight into _ExpandableCard and _ClickableCardChevron widgets
- Introduce CardListTile and refactor CardHighlight headers to use it
- Description links
- Readjusted colors to make compatible with mica effects
- Refactor codebase structure: lib/core → lib/features; lib/shared → lib/core
- home_page → app_shell; _Home → HomePage
- Translation changes
- Replace the
flutter_localizationspackage withslang - Everything should be translated
- Replace the
- Group various tweak pages into a single Tweaks page
- tweaks → security:
- _DefenderCard now uses single CardHighlight
- Grouped Meltdown/Spectre and Downfall as "Kernel & hardware mitigation"
- Move UAC to "System safeguards" section
- tweaks → performance:
- Grouped NTFS, service grouping mode, and ReadyBoost as "Memory & filesystem tuning"
- Replace Superfetch with Ready Boost
- Grouped background related toggles into "Background operations management"
- Add Background Window Message Rate Limit feature
- Grouped swapchain presentation tweaks: FSO, windowed optimization and MPO
- Grouped NTFS, service grouping mode, and ReadyBoost as "Memory & filesystem tuning"
- tweaks → personalization (formerly Usability)
- tweaks → utilities (formerly Miscellaneous)
- tweaks → updates (formerly win_updates):
- move certificate and KGL updates to Updates page
- Windows Updates related tweaks are under 'Windows Updates' subtitle
- tweaks → security:
- kScaffoldPagePadding readjustments
- Match NavigationPane colors to Scaffold when in minimal mode
- Fixed
startshell command error when toggling Windows Defender - Added a workaround to force Flutter to use a separate thread; Fixes app's performance issue
- Added unit tests
- Some other minor stuff that I cannot recall
2.6.2
2.6.1
2.6.0
SHA256: 56735856C4D9F97623D6AA8F29C8FE129BFFEDB4BD7196B117626C44FE68C46A
- rework navigation routing system using go_router and add breadcrumb navigation bars
- add horizontal slide animation for nested page transitions
- introduce CardListTile and refactor CardHighlight headers to use it
- spacing improvements
- fix inconsistent child item spacing in CardHighlight
- kScaffoldPagePadding adjustments
- refactor codebase structure: lib/core → lib/features; lib/shared → lib/core
- home_page → app_shell; _Home → HomePage
- update translations
- add url_launcher package
- unify various tweak pages into a single Tweaks page
- tweaks → security:
- _DefenderCard now uses single single CardHighlight
- Grouped Meltdown/Spectre and Downfall as "Kernel & hardware mitigation"
- Move UAC to "System safeguards" section
- tweaks → performance:
- Grouped NTFS, service grouping mode, and ReadyBoost as "Memory & filesystem tuning"
- Grouped background related toggles into "Background operations management"
- Grouped swapchain presentation tweaks: FSO, windowed optimization and MPO
- tweaks → personalization (formerly Usability)
- tweaks → utilities (formerly Miscellaneous)
- tweaks → updates (formerly win_updates):
- move certificate and KGL updates to Updates page
- Windows Updates related tweaks are under 'Windows Updates' subtitle
- tweaks → security:
2.5.0
SHA256: 8BD92291E9EFFFCF171167583AA43D89A6C0701DB35CEBE16C25F1986243AD66
- Implement TrustedInstaller capabilities
- Removed MinSudo dependency
- Removed legacy batch files
- deleteKey now removes recursively (fixes the permission errors)
- WinRegistryService write/delete functions are async now
- Most operations get executed in parallel (Future.wait pattern)
- Added unit tests