-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also add ‘CHANGELOG.md’ file with release notes
- Loading branch information
Showing
3 changed files
with
22 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Change Log / Release Notes | ||
|
||
## 1.0.1 (March 20, 2021) | ||
|
||
### Bug Fixes | ||
|
||
- Fix failing on killing previous application instance | ||
|
||
https://github.com/unclechu/place-cursor-at/issues/4 | ||
|
||
## 1.0.0 (March 20, 2021) | ||
|
||
- First stable release |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: place-cursor-at | ||
synopsis: A utility for X11 that moves the mouse cursor using the keyboard | ||
version: 1.0.0 | ||
version: 1.0.1 | ||
license: GPL-3 | ||
license-file: LICENSE | ||
author: Viacheslav Lotsmanov | ||
|
@@ -9,9 +9,11 @@ maintainer: Viacheslav Lotsmanov <[email protected]> | |
category: Utility, GUI, Desktop, Desktop Environment, X11 | ||
github: unclechu/place-cursor-at | ||
|
||
extra-source-files: README.md | ||
extra-source-files: | ||
- README.md | ||
- CHANGELOG.md | ||
|
||
tested-with: GHC ==8.10.4 || ==8.8.4 || ==8.6.4 | ||
tested-with: GHC == 8.10.4 || == 8.8.4 || == 8.6.4 | ||
|
||
dependencies: | ||
- base >= 4.12 && < 5 | ||
|
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,10 +4,10 @@ cabal-version: 1.12 | |
-- | ||
-- see: https://github.com/sol/hpack | ||
-- | ||
-- hash: 66d39f7b6b91273a09289c622d5c81b8bb6f010ee69d032997ed77412a1f96f5 | ||
-- hash: 28a469787c7689160b683cbbdb65c1e82d866a1631cfe3a311b51a2ff5c70c49 | ||
|
||
name: place-cursor-at | ||
version: 1.0.0 | ||
version: 1.0.1 | ||
synopsis: A utility for X11 that moves the mouse cursor using the keyboard | ||
category: Utility, GUI, Desktop, Desktop Environment, X11 | ||
homepage: https://github.com/unclechu/place-cursor-at#readme | ||
|
@@ -17,10 +17,11 @@ maintainer: Viacheslav Lotsmanov <[email protected]> | |
copyright: Copyright © 2017–2021 Viacheslav Lotsmanov | ||
license: GPL-3 | ||
license-file: LICENSE | ||
tested-with: GHC ==8.10.4 || ==8.8.4 || ==8.6.4 | ||
tested-with: GHC == 8.10.4 || == 8.8.4 || == 8.6.4 | ||
build-type: Simple | ||
extra-source-files: | ||
README.md | ||
CHANGELOG.md | ||
|
||
source-repository head | ||
type: git | ||
|