2
0
Fork 0
mirror of https://github.com/FelixKratz/SketchyBar synced 2025-03-05 07:17:16 +00:00
SketchyBar/CHANGELOG.md

42 lines
1.3 KiB
Markdown
Raw Normal View History

2020-03-29 13:22:38 +03:00
# Changelog
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
[Unreleased]: https://github.com/cmacrae/spacebar/compare/master...HEAD
2020-11-18 16:10:12 +00:00
## [1.2.0](https://github.com/cmacrae/spacebar/releases/tag/v1.2.0) - 2020-11-18
**Added**
- Spacing configuration options
2020-07-21 19:58:28 +01:00
## [1.1.1](https://github.com/cmacrae/spacebar/releases/tag/v1.1.1) - 2020-07-21
2020-07-19 09:49:07 +01:00
**Changed**
- Fixed a bug where long window titles would draw over the right status area
- Padding between items in the status area based on current values
## [1.1.0](https://github.com/cmacrae/spacebar/releases/tag/v1.1.0) - 2020-07-17
**Added**
- Height configuration option
2020-07-17 00:21:00 +01:00
## [1.0.0](https://github.com/cmacrae/spacebar/releases/tag/v1.0.0) - 2020-07-16
**Added**
- Option to position at the top or bottom of the screen
- Individual colour settings for each icon in the right strip (`dnd`, `power`, `clock`)
- DoNotDisturb indicator
**Changed**
- Current space indicated by colouring the glyph
- Removal of underlines
- Fixed flicker bug when changing monitor focus (thanks [@tom-auger](https://github.com/tom-auger))
## Pre-1.0.0
This changelog was not kept up to date prior to `1.0.0`.
See the commit log for more information.