Skip to content

Releases: meetrevision/revision-tool

2.7.6

18 Feb 14:20

Choose a tag to compare

2.7.6 Pre-release
Pre-release

SHA256: 6CA9B7D3FD77C390313EDEA6DEBF7D814BC53355813B3F8286CA35B1301B3155

  • fix(ms_store): do not show 'Not Rated' product ratings

2.7.5: fix cli compilation after

18 Feb 13:11

Choose a tag to compare

Pre-release

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

17 Feb 19:49

Choose a tag to compare

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

10 Feb 05:41
237e9a2

Choose a tag to compare

SHA256: 1125BE558B599336DDEF08E76C43F63DF8B4B35BFC2C63B2B17BD2535B885666

  • Fixed certification update button not working (due to recent refactors) by @Stasium in #127
  • Fixed Update button infinitely hanging on "Updating" by @Stasium in #127

2.7.1

04 Feb 09:43

Choose a tag to compare

SHA256: A31D4E32FFB9FF1889E5822FEE244931DA2CB3566B0D3A99AEC4C926C3E020F4

  • fix: close registry keys after use by @Pyenb in #124
  • fixed Defender not disabling

2.7.0

26 Jan 17:35

Choose a tag to compare

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_localizations package with slang
    • Everything should be translated
  • 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
    • 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
  • kScaffoldPagePadding readjustments
  • Match NavigationPane colors to Scaffold when in minimal mode
  • Fixed start shell 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

26 Jan 14:09

Choose a tag to compare

2.6.2 Pre-release
Pre-release

SHA256: C78A052786FAECD5383F58399610880CDBB1E4F1DF45C718F9B95785BA2BBCBB

2.6.1

23 Jan 10:19

Choose a tag to compare

2.6.1 Pre-release
Pre-release

SHA256: 80D7B81AF6C3C23ACDC4AF101CD15C4DBAC37FD2DAA0D00B88656AA83CA7A8CD

2.6.0

14 Jan 11:52

Choose a tag to compare

2.6.0 Pre-release
Pre-release

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

2.5.0

03 Nov 09:55

Choose a tag to compare

2.5.0 Pre-release
Pre-release

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