A CHANGELOG.md => CHANGELOG.md +23 -0
@@ 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.
M install.sh => install.sh +1 -1
@@ 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)'