Releases: ALTaleX531/OpenGlass
v1.1
What's changed
- Optimized the size of the binary file, the new version will be 70% of the original size.
- Optimized the behavior of glass trimming.
- New feature
ForceAccentColorization
, read the README to learn more. (#3) - New feature
GlassCrossFadeEasingFunction
, read the README to learn more. - Fixed the issue that
luminosityColor
doesn't work in MicaBackdrop. - OpenGlass now supports both
HKLM
/HKCU
, which will be consistent with the behavior of glass8. - Added support for Windows 10 1809 and 1903. The behavior of some features may have changed due to additional support for older versions of Windows.
Full Changelog: v1.0...v1.1
v1.0
Optimizations
- The glass memory of invisible window will be automatically released.
- The behavior of overriding acent should be more accurate.
Fixes
- Fix the problem that accent is fully transparent in some colors.
- Fix abnormal behavior of the accent glass region in some cases.
Changes to the configuration
The default value of GlassAdditionalPreScaleAmount
has changed since this release, check the README for more details. EnableOcclusionCulling
and EnableEffectInputOptimization
are now obsolete, they are always on by default and cannot be adjusted.
Ending
Microsoft has claimed that dcomp
and Windows.UI.Composition
are efficient, however that is not true. But, I have done my best to bring as many optimizations to this project as I can, doing things that MS has not accomplished. I'm not sure what I can do next for this project, and yes, I don't think OpenGlass can be optimized any further. If anyone has ideas for optimization and experience with reverse engineering, I'd welcome you to create an issue to share them. I most likely won't be updating it very often in the future, after all, developing it is just a hobby for me.
Here's ALTaleX, I'm just a noob.
Full Changelog: v0.4...v1.0
v0.4
Check out ReadMe for more details on the new optimization.
Full Changelog: v0.3...v0.4
v0.3
Hey, I brought you some bug fixes and optimizations.
Full Changelog: v0.2...v0.3
v0.2
Full Changelog: v0.1...v0.2
v0.1
Very early preview version