Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 2.06 KB

CHANGELOG.md

File metadata and controls

49 lines (36 loc) · 2.06 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased - ReleaseDate

1.3.0 - 2021-10-22

  • Highlight currently selected window (also adds --textcolorcurrent, --textcolorcurrentalt, --bgcolorcurrent) #82

1.2.0 - 2021-07-11

  • Add -e/--exit-keys to choose specific keys to quit wmfocus instead of every key (thanks @Rephobia)

1.1.5 - 2020-10-26

  • Fix horizontal positions of labels for tabbed layout #70

1.1.4 - 2020-08-07

  • Rewrite argument parsing to be more robust #63
  • Add some debug information for font loading

1.1.3 - 2019-07-02

  • Add offset parameter #17 (thanks @jeffmhubbard)

1.1.2 - 2019-01-08

  • Bump some deps

1.1.1 - 2019-01-07

  • Print X window client id instead of internal i3 id #10

1.1.0 - 2018-12-14

  • Make help colorful
  • Properly handle tabbed and stacked windows #5
  • Make sure that labels don't overlap #7
  • Update to Rust 2018 edition