Skip to content

Commit

Permalink
Update to version 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jdholtz committed Oct 3, 2024
1 parent 0d9c167 commit 357e64e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Run shell checker
uses: luizm/action-sh-checker@v0.8.0
uses: luizm/action-sh-checker@v0.9.0
env:
SHELLCHECK_OPTS: -x --severity=warning
SHFMT_OPTS: -s
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.8.0-1
rev: v3.9.0-1
hooks:
- id: shfmt
- repo: https://github.com/koalaman/shellcheck-precommit
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ When upgrading to a new version, make sure to follow the directions under the "U
If there is no "Upgrading" header for that version, no post-upgrade actions need to be performed.


## Upcoming
## 4.4 (2024-10-03)
### New Features
- Add scrollback, tab, and window restoring for the Kitty terminal
([#24](https://github.com/jdholtz/i3-restore/pull/24))
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3
4.4

0 comments on commit 357e64e

Please sign in to comment.