Skip to content

Commit

Permalink
Merge tag 'v1.4.4' into develop
Browse files Browse the repository at this point in the history
Fix bugs with missing extensions/filenames
  • Loading branch information
dshoreman committed May 5, 2023
2 parents 06c4cae + c01a52b commit 47e5917
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]


## [1.4.4] - 2023-05-05
### Added
* Updated troubleshooting in readme with fix for Slop+Picom blurring the screen

Expand Down Expand Up @@ -243,7 +246,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Copying link to clipboard on X11 and Wayland


[Unreleased]: https://github.com/dshoreman/nextshot/compare/v1.4.3...develop
[Unreleased]: https://github.com/dshoreman/nextshot/compare/v1.4.4...develop
[1.4.4]: https://github.com/dshoreman/nextshot/compare/v1.4.3...v1.4.4
[1.4.3]: https://github.com/dshoreman/nextshot/compare/v1.4.2...v1.4.3
[1.4.2]: https://github.com/dshoreman/nextshot/compare/v1.4.1...v1.4.2
[1.4.1]: https://github.com/dshoreman/nextshot/compare/v1.4.0...v1.4.1
Expand Down
2 changes: 1 addition & 1 deletion src/main.bash
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ readonly _CONFIG_DIR="${XDG_CONFIG_HOME:-"$HOME/.config"}/nextshot"
readonly _RUNTIME_DIR="${XDG_RUNTIME_DIR:-"/tmp"}/nextshot"
readonly _CONFIG_FILE="$_CONFIG_DIR/nextshot.conf"
readonly _TRAY_FIFO="$_RUNTIME_DIR/traymenu"
readonly _VERSION="1.4.3"
readonly _VERSION="1.4.4"

source "${SCRIPT_ROOT}/_cache.bash"
source "${SCRIPT_ROOT}/_capture.bash"
Expand Down

0 comments on commit 47e5917

Please sign in to comment.