Releases: MellowMarsh-Git/obsidian-translucent-bg
Releases · MellowMarsh-Git/obsidian-translucent-bg
Release list
v1.1.2
Fixes
- Fixed unload not removing all body classes when both theme toggles were active
- Fixed material selection not saving if Obsidian closed immediately after cycling
- Restored titlebar transparency override for themes that set background-color directly
Changes
- Acrylic is now the default material and marked as recommended in settings
- CSS overlay now uses
background-color+opacityinstead of relative-color syntax (better compatibility) !importantremoved from workspace root background — uses CSS variable instead- Removed dead
followThemesetting and unusedautomaterial type npm run devnow watches for changes instead of building once
1.1.1
fixed background flicker in full screen by removing transparency
1.1.0
v1.1.0 — Independent tint & opacity controls, removed extra blur
What's new
- Tint color and opacity can now be handed off to your theme independently. Use one, both, or neither.
- Theme-managed tint sources color from
--background-secondaryand opacity from--translucent-light/dark-opacity— matching how Obsidian themes handle translucency natively. - When both theme toggles are on,
--workspace-background-translucentis set correctly for the workspace shell layer.
Removed
- Extra CSS blur setting — the native Acrylic material already handles blur.
Internal
- Hex color conversion moved out of JS entirely; the overlay now uses CSS relative-color syntax natively.