From 976733b5179514a4caa64e0f024fe718868641a5 Mon Sep 17 00:00:00 2001 From: John Gebbie Date: Wed, 8 Feb 2023 14:23:45 +0000 Subject: [PATCH] version 0.2 --- CHANGELOG.md | 23 +++++++++++++++++++++++ install.sh | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f4d1ede --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +Notable changes to Tiles will be documented in this file. + +## [0.2](https://git.sr.ht/~geb/numen/refs/0.2) + +### Added + +- Added tiles-shell. +- The compositor can now be overridden by an environment variable. +- tiles-browser can now source additional config files. +- tiles-browser now has wt to make a window out of a tab. +- tiles-browser now has wu to undo closing a window. +- tiles now has --version. + +### Changed + +- Increased the application window border width. + +### Fixed + +- Suspend and hibernate should now work on all distros. +- Windows now arrange when opened in fullscreen. diff --git a/install.sh b/install.sh index 058dbed..acaed3e 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/sh # ./install.sh [DESTDIR] [BINDIR] -: "${TILES_VERSION="$(git describe --long --abbrev=12 --tags --dirty 2>/dev/null || echo 0.1)"}" +: "${TILES_VERSION="$(git describe --long --abbrev=12 --tags --dirty 2>/dev/null || echo 0.2)"}" if ! command -v scdoc >/dev/null; then echo 'you need the scdoc command (for compiling the manpage)' -- 2.38.5