Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

58 lines (43 loc) · 2.48 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.5.0 - 2024-01-01

  • Add the --swap flag to swap the currently active window with the selected window #325 (thanks @Nukesor)

1.4.0 - 2023-01-22

  • Modernize all dependencies
  • Fix border offset issue resulting from newer versions of i3

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