kbgwm

sucklessy floating window manager
git clone https://git.neuralcrash.com/kbgwm.git
Log | Files | Refs | README | LICENSE

commit e8d60d5e35b8feeb7e0337f9e46a70d971aa6ea9
parent 1a4842c1cd8bf6647be5bb3cf9573bf070ca0bf7
Author: Kebigon <git@kebigon.xyz>
Date:   Wed, 14 Apr 2021 19:23:04 +0900

Add CHANGELOG

Diffstat:
ACHANGELOG | 17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -0,0 +1,17 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0] - 2021-04-14 + +### Added + +- Initial release. + +[unreleased]: https://github.com/kebigon/kbgwm/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/kebigon/kbgwm/releases/tag/v0.1.0