Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rvaiya committed Nov 5, 2022
1 parent 111b957 commit effea40
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v1.3.5
- macos: Various input bugfixes
- macos: Introduce launchd service (the user should no longer run warpd explicitly)
- macos: Fix multi-user support
- linux: Merge X/Wayland support into a single binary
- Improve portrait mode support
- Make the drag button configurable
- Fix config key precedence bug

# v1.3.4
- Fix initial pointer position on wayland
- Add support middle click support for macos
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=1.3.4
VERSION=1.3.5
PREFIX?=/usr/local
COMMITSTR=$(shell commit=$$(git rev-parse --short HEAD 2> /dev/null) && echo " (built from: $$commit)")

Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,11 @@ make && sudo make install && launchctl load /Library/LaunchAgents/com.warpd.warp
```

*Note:* On initialization you may be prompted to add the warpd binary to your
accessibility settings. If you are upgrading it may also be necessary to run
`sudo tccutil reset Accessibility` (**this will remove all applications
from your accessibility settings**), since macos appears to cache the binary
checksum.
accessibility settings. **If you are upgrading it may also be necessary to run
`sudo tccutil reset Accessibility` (this will remove all applications
from your accessibility settings)**. The service is now also managed by a
launchd service (see below) and should not be explicitly started by the
user.

*Note 2:* Some programs (e.g iTerm) have a 'secure input mode' that may need to be
disabled in order for warpd to work properly.
Expand Down
Binary file modified files/warpd.1.gz
Binary file not shown.

0 comments on commit effea40

Please sign in to comment.