New
-
11fa0c2 feat(config)!: remove deprecated keys by @Bush2021
Breaking Change: Removes compatibility with deprecated configuration keys that were broken during previous refactoring. These keys were already in deprecated status and have now been completely removed. Please use the latest ini file configuration.
Fix
-
21e8ff8 fix: fix
pakpatch
not working by @Bush2021Resolves the issue where Chrome++ version information was not displayed on Chrome's About page.
-
bc79a31 fix(portable): fix handling of
--disable-features=
by @Bush2021Fixes
--disable-features=
parameter not working correctly. Chrome only parses the last--disable-features=
argument, so when multiple instances are passed, some features may not be properly disabled. Now all feature flags are concatenated into a single parameter.
Maintenance
- 9d8687b chore: various improvements by @Bush2021
- d46615c refactor(config): use
int
instead ofstring
for passing new tab mode config by @Bush2021 - ec16c23 chore: address warnings thrown by clang by @Bush2021
- 50e4586 refactor(portable): refactor
GetCommand
by @Bush2021 - 670abef chore: update Detours by @Bush2021
- b29d7ed chore: use reverse order for changelog generation by @Bush2021
Build Note
Now compiled using clang-cl.
Full Changelog: 1.12.1...1.13.0