Skip to content

Commit

Permalink
v0.4
Browse files Browse the repository at this point in the history
 * Fix some unicode characters being converted to wrong keysyms (such as γ and other greek characters)
 * Drop reallocarray (for musl builds)
 * Do not parse the - stdin placeholder if it appears after --
 * Document stdin input
 * Add the -d switch to specify a delay between keystrokes
  • Loading branch information
atx committed Jan 27, 2022
1 parent f946ce1 commit d71be3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/wtype.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Manpage for wtype.
.TH wtype 1 "23 November 2020" "0.3" "wtype man page"
.TH wtype 1 "23 November 2020" "0.4" "wtype man page"
.SH NAME
wtype \- xdotool type for Wayland
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'wtype', 'c',
version: '0.3',
version: '0.4',
license: 'MIT',
default_options : [
'buildtype=release',
Expand Down

0 comments on commit d71be3a

Please sign in to comment.