-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added interactive process call * Fixed lint quote warning; * Run commands in interactive mode * Changed interactive shell comment; Moved interactive shell to "/usr/bin/env bash" to improve compatibility; Referred to #154 #discussion_r1014608222. * Increased version; * Update README.md Add acknowledgement Co-authored-by: Mark Hedley Jones <[email protected]>
- Loading branch information
1 parent
7ad25c0
commit 3cd31bc
Showing
3 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "dmenu_extended" | ||
version = "1.1.4" | ||
version = "1.2.0" | ||
authors = [ | ||
{ name="Mark Hedley Jones", email="[email protected]" }, | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters