Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [3.8.14] - 2026-01-30
Fixes:
- Fix wal backend issues.
- Fix session type detection.

NEW:
- Add `awww` support.
- Add section to manpage about XDG_SESSION_TYPE and how the session is detected.

## [3.8.13] - 2025-12-13
Fixes:
- Fix issue where pywal16 would try to use wayland wallpaper setters in an x11 environment.
Expand Down Expand Up @@ -919,7 +928,8 @@ Note to self: Don't flag releases before coffee.



[Unreleased]: https://github.com/eylles/pywal16/compare/3.8.13...HEAD
[Unreleased]: https://github.com/eylles/pywal16/compare/3.8.14...HEAD
[3.8.14]: https://github.com/eylles/pywal16/compare/3.8.13...3.8.14
[3.8.13]: https://github.com/eylles/pywal16/compare/3.8.12...3.8.13
[3.8.12]: https://github.com/eylles/pywal16/compare/3.8.11...3.8.12
[3.8.11]: https://github.com/eylles/pywal16/compare/3.8.10...3.8.11
Expand Down
2 changes: 1 addition & 1 deletion pywal/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import platform


__version__ = "3.8.13"
__version__ = "3.8.14"
__cache_version__ = "2.0.0"


Expand Down