diff options
author | piotr <nwg.piotr@gmail.com> | 2020-07-20 23:47:50 +0200 |
---|---|---|
committer | piotr <nwg.piotr@gmail.com> | 2020-07-20 23:47:50 +0200 |
commit | 3e59a58522d3f9c4a359ba33cbe9d1609ce067b4 (patch) | |
tree | 4d41f072eaeca3c867622b0619adc21df4a14c36 /CHANGELOG.md | |
parent | 02456a585f1e17bd034f0e06b884e525304a51a5 (diff) | |
download | autotiling-3e59a58522d3f9c4a359ba33cbe9d1609ce067b4.tar.gz |
v1.0 and 1.1 mentioned
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 16a9b75..b3b1d33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,25 @@ +v1.1 (2020-07-21) +- added proper Python package structure so that could by published on PyPi +[#14](https://github.com/nwg-piotr/autotiling/pull/14) @nschloe + +v1.0 (2020-07-19) +- changed fullscreen mode detection to reflect changes in sway 1.5 +[#11](https://github.com/nwg-piotr/autotiling/pull/11) @ammgws + v0.9 (2020-04-08) - bug in debugging fixed [#6](https://github.com/nwg-piotr/autotiling/pull/6) v0.8 (2020-03-21) -- `--debug` option added [#5](https://github.com/nwg-piotr/autotiling/pull/5) +- `--debug` option added [#5](https://github.com/nwg-piotr/autotiling/pull/5) @ammgws v0.7 (2020-02-20) -- Only run command if absolutely necessary [#3](https://github.com/nwg-piotr/autotiling/pull/3) +- Only run command if absolutely necessary [#3](https://github.com/nwg-piotr/autotiling/pull/3) @ammgws v0.5 (2020-02-19) -- Check if con exists before querying submembers [#2](https://github.com/nwg-piotr/autotiling/pull/2) +- Check if con exists before querying submembers [#2](https://github.com/nwg-piotr/autotiling/pull/2) @ammgws v0.4 (2019-12-11) -- ignoring stacked layouts added [#1](https://github.com/nwg-piotr/autotiling/pull/1) +- ignoring stacked layouts added [#1](https://github.com/nwg-piotr/autotiling/pull/1) @travankor v0.3 (2019-09-26) - unnecessary Event.WINDOW_NEW subscription removed |