v1.0.0
The Zig release
Hello again folks! Long time no see! (More than a year π)
Throughout this time period, Ly has undergone many changes, including the Zig rewrite, anticipated by many. It fixed 26 issues alone, which is quite impressive! The changelog may look small, but the changes Ly has gone through are quite substantial to its future (make sure to check the full changelog if you want to see exactly what has happened).
Either way, I hope you'll enjoy this release as much as I do! Note that this release requires Zig 0.12.0
to build. Also, you should be able to migrate from v0.6.0
just fine. If you can't, it's a bug, so please report it.
What's Changed
- Update sv.ini by @bittin in #519
- Change default keybindings F1/F2 to F12/F11. by @llc0930 in #487
- fix #521 by @llc0930 in #522
- Backup existing config when installing by @brunorro in #536
- Zig rewrite (finally) by @AnErrupTion in #517
- UTF-8 patch by @llc0930
- Animation fix by @SpaghettiBorgar
- LANG issue fix by @xelantro
- XDG_CURRENT_DESKTOP fix by @cookiengineer
- Ly's repository no longer makes use of Git submodules
- Added Gentoo tip to readme.md by @Motodavide in #591
- Fix small typo in cs.ini by @yagarea in #559
- fix systemd stderr logging by @mookums in #621
- Various bug fixes and small features by @Kawaii-Ash in #606
- The
termbox-next
dependency was dropped in favor oftermbox2
.
- The
New Contributors
- @llc0930 made their first contribution in #487
- @Motodavide made their first contribution in #591
- @yagarea made their first contribution in #559
- @mookums made their first contribution in #621
- @Kawaii-Ash made their first (indirect) contribution in #517
Full Changelog: v0.6.0...v1.0.0