Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Supplies a change log and fixes the release zip make target.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Bäck committed Sep 6, 2020
1 parent 072d5c4 commit 1d09eed
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Release 0.4

* Bugfixes:
* Using many workspaces and many windows might resulted at some point into short loops of b3 switching between the windows by its own. This is finally solved.
* Toggling a window to fullscreen is fully supported. It will stay in fullscreen even when switching between workspaces.

Features:
* Setting key bindings is now possible in a configuration file. Re-compilationis not needed any more. For the availabe commands see the [Compatibility List](https://github.com/ritschmaster/b3/blob/master/CompatibilityList.md)
* A CLI interface like in i3 (e.g. `b3.exe -d` to enable logging on debug level).

Known bugs:
* Windows in fullscreen might not be repainted when switching onto their workspace. This results into just a big white window. Switching onto the workspace again redraws the window correctly.
* Re-drawing of moved windows does not always work correctly. This is most likely due some lacking hacks when using the WIN32 API.

# Release 0.3

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ release-zip:
zip @PACKAGE_NAME@-@PACKAGE_VERSION@.zip README.md
zip @PACKAGE_NAME@-@PACKAGE_VERSION@.zip ChangeLog.md
zip @PACKAGE_NAME@-@PACKAGE_VERSION@.zip CompatibilityList.md
zip @PACKAGE_NAME@-@PACKAGE_VERSION@.zip src/b3.exe
zip @PACKAGE_NAME@-@PACKAGE_VERSION@.zip -j src/b3.exe

0 comments on commit 1d09eed

Please sign in to comment.