diff --git a/changelog.md b/changelog.md index 9be9b60..57df7dc 100644 --- a/changelog.md +++ b/changelog.md @@ -4,7 +4,14 @@ ### 1.0b1 -- Rewrote entire engine +- Update to Plasma 6 +- Internal engine rewrite +- Separate engine API +- Use object-oriented paradigm instead of event-oriented +- Use external kwin-api package +- Stability improvements +- Better multi-screen support +- Better minimum size and resizing support ## 0.6 diff --git a/license.txt b/license.txt index 6176dec..dcbf8a6 100644 --- a/license.txt +++ b/license.txt @@ -1,4 +1,4 @@ -Copyright © 2023 Vaughan Milliman +Copyright © 2024 Vaughan Milliman Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/readme.md b/readme.md index 7c18264..96880b0 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ # polonium -An (unofficial) successor to [Bismuth](https://github.com/Bismuth-Forge/bismuth) built on KWin 5.27. +An (unofficial) successor to [Bismuth](https://github.com/Bismuth-Forge/bismuth) built on KWin 6. The descendant of [autotile](https://github.com/zeroxoneafour/kwin-autotile). @@ -16,11 +16,12 @@ The descendant of [autotile](https://github.com/zeroxoneafour/kwin-autotile). ## features -- Works in Wayland Plasma 6.0 and up -- Actual tiling backend using binary trees and decent enough code where you can mod in your own -- Edit tile sizes with the integrated KWin GUI -- Move and tile windows with your mouse and keyboard -- Set layouts independently of desktop +- Works in Wayland Plasma 6.0 and up +- Custom moddable tiling engine backend +- Edit tile sizes with the integrated KWin GUI +- Move and tile windows with your mouse and keyboard +- Set layouts independently of desktop, activity, and screen +- DBus integration to save layouts and configurations ## X11 @@ -40,7 +41,7 @@ Commands - ## license -- Majority of this project is MIT licensed, please bum my code if you can use to make something better. Make sure to give credit though! +- Majority of this project is [MIT licensed](license.txt), please bum my code if you can use to make something better. Make sure to give credit though! ## name diff --git a/thankyou.md b/thankyou.md index 33e2afb..f11c2dd 100644 --- a/thankyou.md +++ b/thankyou.md @@ -4,11 +4,21 @@ I am very grateful that I can contribute code to such a generous open source com ## sponsors -- [forlornidealist](https://github.com/forlornidealist) ($50) -- [polair](https://github.com/polair) ($20) -- [andaag](https://github.com/andaag) ($20) -- [shocklateboy92](https://github.com/shocklateboy92) ($20) -- [CarlSchwan](https://github.com/CarlSchwan) ($10) -- [cig0](https://github.com/cig0) ($10) +### v1.0 + +- [forlornidealist](https://github.com/forlornidealist) ($150!) +- [danielkrajnik](https://github.com/danielkrajnik) ($20*3) +- [Granitosaurus](https://github.com/Granitosaurus) ($20) +- [Nicco Loves Linux](https://nicco.love) ($20) +- [simone-viozzi](https://github.com/simone-viozzi) ($10) +- RubénGarcía ($10) + +### v0.x +- [forlornidealist](https://github.com/forlornidealist) ($50) +- [polair](https://github.com/polair) ($20) +- [andaag](https://github.com/andaag) ($20) +- [shocklateboy92](https://github.com/shocklateboy92) ($20) +- [CarlSchwan](https://github.com/CarlSchwan) ($10) +- [cig0](https://github.com/cig0) ($10) If you have donated and would like to be added/removed from this list, open a PR with the changes you want