Releases: bjarneo/aether
v2.20.1
What's Changed
- Add --no-apply and --output flags to generate themes without activating by Bjarne Øverli (@bjarneo) (
146c2db) - Fix the template by Bjarne Øverli (@bjarneo) (
03fb375) - Fix the neovim preset selection by Bjarne Øverli (@bjarneo) (
6373052)
Installation
From AUR
yay -S aether
# or
paru -S aetherManual Installation
- Download the source archive below
- Extract and run
./aether
For AUR Maintainers
SHA256 will be calculated after release is created.
Download and verify:
wget https://github.com/bjarneo/aether/archive/v2.20.1.tar.gz
sha256sum v2.20.1.tar.gzSHA256 Hash (for PKGBUILD):
6d5791d8b522f8ad86d16554712152b8f062daae7c1cd75f73f36737226234c2
v2.20.0
What's Changed
- Dont use the local aether by Bjarne Øverli (@bjarneo) (
1cb8544) - Update and use the latest aether.nvim by Bjarne Øverli (@bjarneo) (
2c6d93e) - Add links bsae16 by Bjarne Øverli (@bjarneo) (
34a6dbc) - Add base16 import by Bjarne Øverli (@bjarneo) (
9fdc3c9) - Add docs for the aether filesystem by Bjarne Øverli (@bjarneo) (
7330a3a) - Add cli by Bjarne Øverli (@bjarneo) (
6697e96) - Fix the export theme dialog that acts up by Bjarne Øverli (@bjarneo) (
d0299f1) - Add better error handling for publishing to aether.no by Bjarne Øverli (@bjarneo) (
0d6331a) - Fix update neovim issue by Bjarne Øverli (@bjarneo) (
6e9bfda) - Update wording by Bjarne Øverli (@bjarneo) (
0686990) - Format the code by Bjarne Øverli (@bjarneo) (
5926e62) - Update docs by Bjarne Øverli (@bjarneo) (
382e71e) - Update claude by Bjarne Øverli (@bjarneo) (
d0950c1) - Fix the color adjustment bug by Bjarne Øverli (@bjarneo) (
60dde4a) - Fix issue with the wallpaper by Bjarne Øverli (@bjarneo) (
7e5f579) - Performance optimizations by Bjarne Øverli (@bjarneo) (
f5993c9) - Migrate components to use centralized ThemeState for state management by Bjarne Øverli (@bjarneo) (
835b12b) - Add service singletons (BlueprintService, SchedulerService) and extract WallpaperFiltersPanel by Bjarne Øverli (@bjarneo) (
1efc3eb) - Add missing file by Bjarne Øverli (@bjarneo) (
8274c2f) - Split main.js into AetherApplication and AetherWindow modules by Bjarne Øverli (@bjarneo) (
7044776) - Split main.js into AetherApplication and AetherWindow modules by Bjarne Øverli (@bjarneo) (
8deabec) - Refactor applyTheme to use options object instead of positional params by Bjarne Øverli (@bjarneo) (
f6cc6bc) - Merge icon-utils and blueprint-ui-helpers into ui-helpers.js by Bjarne Øverli (@bjarneo) (
ab7f4c9) - Move Vencord/Zed copy logic into theme appliers, reducing service-manager.js to core utilities by Bjarne Øverli (@bjarneo) (
d9233d9) - Extract WallpaperFiltersPanel component from WallpaperBrowser by Bjarne Øverli (@bjarneo) (
4bb6959) - Refactor FilterControls.js to use PresetGrid and ToneColorPicker components by Bjarne Øverli (@bjarneo) (
984093d) - Refactor 27 components to use SPACING and GRID constants from ui-constants.js by Bjarne Øverli (@bjarneo) (
c561621) - Refactor ShaderManager and FontSelector to use createInfoRow for empty/error state rows by Bjarne Øverli (@bjarneo) (
03c9c99) - Refactor SettingsSidebar, BlueprintsView, FilterControls, and PresetGrid to use ui-builders (createSwitchRow, createButtonRow, createToolbar, createLinkRow, createWrapperRow) by Bjarne Øverli (@bjarneo) (
6676714) - Add new UI builders (createInfoRow, createLinkRow, createToolbar, createIconButton, createSearchEntry) and refactor SettingsSidebar/BlueprintsView to use them by Bjarne Øverli (@bjarneo) (
bb5a2ec) - Standardize config/file loading to use file-utils.js utilities across services and CLI by Bjarne Øverli (@bjarneo) (
fb90d9c)
Installation
From AUR
yay -S aether
# or
paru -S aetherManual Installation
- Download the source archive below
- Extract and run
./aether
For AUR Maintainers
SHA256 will be calculated after release is created.
Download and verify:
wget https://github.com/bjarneo/aether/archive/v2.20.0.tar.gz
sha256sum v2.20.0.tar.gzSHA256 Hash (for PKGBUILD):
c22072ac6a14c606b3044532adcebb68f9a4b36f54f52704211787c4f0bfa818
v2.19.2
What's Changed
- Store theme in ~/.config/aether/theme with symlink to omarchy, add standalone mode detection and docs by Bjarne Øverli (@bjarneo) (
518cd8e)
Installation
From AUR
yay -S aether
# or
paru -S aetherManual Installation
- Download the source archive below
- Extract and run
./aether
For AUR Maintainers
SHA256 will be calculated after release is created.
Download and verify:
wget https://github.com/bjarneo/aether/archive/v2.19.2.tar.gz
sha256sum v2.19.2.tar.gzSHA256 Hash (for PKGBUILD):
41dc7964c73fcae400391d7d9d2d3f2f0bb89e927f7f9e0724ddea65b1caa835
v2.19.1
What's Changed
- Update aether web app urls by Bjarne Øverli (@bjarneo) (
70c14cf) - Add install directly from AUR pkgbuild by Bjarne Øverli (@bjarneo) (
34d3764)
Installation
From AUR
yay -S aether
# or
paru -S aetherManual Installation
- Download the source archive below
- Extract and run
./aether
For AUR Maintainers
SHA256 will be calculated after release is created.
Download and verify:
wget https://github.com/bjarneo/aether/archive/v2.19.1.tar.gz
sha256sum v2.19.1.tar.gzSHA256 Hash (for PKGBUILD):
024bc79f9b296f6bf88c28247cabe472df95c1b8120560df396bd11479e68ad8
v2.19.0
What's Changed
- Refactor by Bjarne Øverli (@bjarneo) (
3018638) - Add theme scheduler for automatic time-based theme switching via systemd by Bjarne Øverli (@bjarneo) (
dbf7f3e) - Run format by Bjarne Øverli (@bjarneo) (
51770fa) - Change from Apply to Use for a blueprint by Bjarne Øverli (@bjarneo) (
edd1a8c) - Use colorful border by Bjarne Øverli (@bjarneo) (
37b83b7) - Use Tokyo Night as the default Aether colors by Bjarne Øverli (@bjarneo) (
8dcee24) - Reset app overrides when the wallpaper is changed by Bjarne Øverli (@bjarneo) (
b865252) - Reset the adjustments on palette change, or wallpaper switch by Bjarne Øverli (@bjarneo) (
9d180a4) - Fixk the load favorites bug by Bjarne Øverli (@bjarneo) (
d69eff7) - Add tabbed navigation (Editor, Wallhaven, Local, Favorites, Blueprints) and community blueprint sharing with API key support by Bjarne Øverli (@bjarneo) (
1d71e94) - Enable blueprint upload to aether.oever.li by Bjarne Øverli (@bjarneo) (
fecd6a3) - Update examples by Bjarne Øverli (@bjarneo) (
abfd1ab) - Refactor the colors and custom dir by Bjarne Øverli (@bjarneo) (
390f2e6) - Update the cava example by Bjarne Øverli (@bjarneo) (
bbd4499) - Use easy to understand naming for the colors by Bjarne Øverli (@bjarneo) (
7bdd566) - Refactor to custom apps with destination and post apply scripts by Bjarne Øverli (@bjarneo) (
e8836cc) - Add example template override by Bjarne Øverli (@bjarneo) (
f7cdc02) - Add support for user template overrides in ~/aether-templates and document variable system variables by Bjarne Øverli (@bjarneo) (
4cb5794)
Installation
From AUR
yay -S aether
# or
paru -S aetherManual Installation
- Download the source archive below
- Extract and run
./aether
For AUR Maintainers
SHA256 will be calculated after release is created.
Download and verify:
wget https://github.com/bjarneo/aether/archive/v2.19.0.tar.gz
sha256sum v2.19.0.tar.gzSHA256 Hash (for PKGBUILD):
fe9082546bb5470b3bf04de859745f6996e3d8d80dc45c69cb4efdfec6f06035
v2.18.2
What's Changed
Installation
From AUR
yay -S aether
# or
paru -S aetherManual Installation
- Download the source archive below
- Extract and run
./aether
For AUR Maintainers
SHA256 will be calculated after release is created.
Download and verify:
wget https://github.com/bjarneo/aether/archive/v2.18.2.tar.gz
sha256sum v2.18.2.tar.gzSHA256 Hash (for PKGBUILD):
1d3654c5af333f6f5054a1c885a6a40c89c20c17a005e7cabe4ca8a9ee10c73f
v2.18.1
What's Changed
Installation
From AUR
yay -S aether
# or
paru -S aetherManual Installation
- Download the source archive below
- Extract and run
./aether
For AUR Maintainers
SHA256 will be calculated after release is created.
Download and verify:
wget https://github.com/bjarneo/aether/archive/v2.18.1.tar.gz
sha256sum v2.18.1.tar.gzSHA256 Hash (for PKGBUILD):
6ee30caf666123662ae98e3de975584b1f641ed3740373a6a62e5af8606d0dd2
v2.18.0
What's Changed
- Remove explore demo by Bjarne Øverli (@bjarneo) (
af4acb9) - Add docs for the protocol and cli by Bjarne Øverli (@bjarneo) (
4a0fcc5) - Add aether:// protocol handler for one-click blueprint imports from web by Bjarne Øverli (@bjarneo) (
468a8d5) - Added gated purity filter boxes (#62) by zero (@cau1k) (
598a07e) - Add psyntax shaders by Bjarne Oeverli (@bjarneo) (
384f4ee) - format by Bjarne Oeverli (@bjarneo) (
ec3107e) - Refactor the editor by Bjarne Oeverli (@bjarneo) (
5f63e80) - Ensure a better layout for the wallpaper editor by Bjarne Oeverli (@bjarneo) (
0103acf) - Add different shader modes by Bjarne Oeverli (@bjarneo) (
9091f61) - Add muted, colorful and bright extraction mode by Bjarne Oeverli (@bjarneo) (
8dd4484)
Installation
From AUR
yay -S aether
# or
paru -S aetherManual Installation
- Download the source archive below
- Extract and run
./aether
For AUR Maintainers
SHA256 will be calculated after release is created.
Download and verify:
wget https://github.com/bjarneo/aether/archive/v2.18.0.tar.gz
sha256sum v2.18.0.tar.gzSHA256 Hash (for PKGBUILD):
d67f008b92486c6ab23ef9c8512596be1290544018b18bebd0f79c1d7042e1c8
v2.17.0
What's Changed
- Penalize desaturated colors by Bjarne Oeverli (@bjarneo) (
8679d8a) - Add material color extraction by Bjarne Oeverli (@bjarneo) (
e1a2166) - Adjust the bright black color generation by Bjarne Oeverli (@bjarneo) (
7291367) - Format by Bjarne Oeverli (@bjarneo) (
cd19e34) - Make auto theme generation possible from the CLI with extraction & light mode by Bjarne Oeverli (@bjarneo) (
8783ec9)
Installation
From AUR
yay -S aether
# or
paru -S aetherManual Installation
- Download the source archive below
- Extract and run
./aether
For AUR Maintainers
SHA256 will be calculated after release is created.
Download and verify:
wget https://github.com/bjarneo/aether/archive/v2.17.0.tar.gz
sha256sum v2.17.0.tar.gzSHA256 Hash (for PKGBUILD):
2b518c4c828d88bc7ebae08b79b4a0f0b056c15964fd0cb13523bcaf24442826
v2.16.1
What's Changed
- Format by Bjarne Oeverli (@bjarneo) (
b88b3ca) - Update readme by Bjarne Oeverli (@bjarneo) (
1bf5914) - Clear LD_PRELOAD to prevent layer-shell conflicts with waybar in widget mode by Bjarne Oeverli (@bjarneo) (
b21f093) - Add search box to the blueprint widget by Bjarne Oeverli (@bjarneo) (
77a1a48)
Installation
From AUR
yay -S aether
# or
paru -S aetherManual Installation
- Download the source archive below
- Extract and run
./aether
For AUR Maintainers
SHA256 will be calculated after release is created.
Download and verify:
wget https://github.com/bjarneo/aether/archive/v2.16.1.tar.gz
sha256sum v2.16.1.tar.gzSHA256 Hash (for PKGBUILD):
249b802724c1f170c6d7149df0328a007a97b139239ef3829715b2ff202d70d7