mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-23 03:43:02 +00:00
release: v1.1.1
This commit is contained in:
parent
8133872534
commit
b075de54d6
3 changed files with 4 additions and 2 deletions
|
@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
[Unreleased]: https://github.com/cmacrae/spacebar/compare/master...HEAD
|
||||
|
||||
## [1.1.1](https://github.com/cmacrae/spacebar/releases/tag/v1.1.1) - 2020-07-21
|
||||
|
||||
**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
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<a href="https://github.com/cmacrae/spacebar/projects/1">
|
||||
<img src="https://img.shields.io/badge/Project-tasks-7fdbda.svg?logo=trello" alt="GitHub Project Badge">
|
||||
</a>
|
||||
<a href="https://github.com/cmacrae/spacebar/compare/v1.1.0...HEAD">
|
||||
<a href="https://github.com/cmacrae/spacebar/compare/v1.1.1...HEAD">
|
||||
<img src="https://img.shields.io/github/commits-since/cmacrae/spacebar/latest.svg?color=ea907a" alt="Version Badge">
|
||||
</a>
|
||||
</p>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#define MAJOR 1
|
||||
#define MINOR 1
|
||||
#define PATCH 0
|
||||
#define PATCH 1
|
||||
|
||||
extern int SLSMainConnectionID(void);
|
||||
|
||||
|
|
Loading…
Reference in a new issue