Skip to content

Releases: dikkadev/PenFerry

v1.3.3

09 Aug 22:13
Compare
Choose a tag to compare
chore(main.yml): update Go build command

Update the Go build command in the main.yml file to include the `-ldflags="-H windowsgui"` flag. This flag ensures that the resulting executable has a GUI interface on Windows.

v1.3.2

08 Aug 05:13
Compare
Choose a tag to compare
feat(Windows): add rounded corners to icon.png

Add rounded corners to the icon.png file in the Windows/cmd/penferry/winres directory. This change improves the visual appearance of the icon.

v1.3.1

08 Aug 04:42
Compare
Choose a tag to compare
feat(Windows): add rounded corners to icon.png

Add rounded corners to the icon.png file in the Windows/cmd/penferry/winres directory. This change improves the visual appearance of the icon.

v1.3.0

07 Aug 20:20
Compare
Choose a tag to compare
fix(server): fix scaling issue in ContactMove

Fixes a bug in the ContactMove function where the Arg3 value was not correctly scaled. Multiplying the Arg3 value by 1024 ensures the correct scaling and resolves the issue.

v1.2.0

07 Aug 02:27
Compare
Choose a tag to compare
feat(mainactivity): add canvas drawing for pen input

Add a Canvas element to the MainActivity that allows drawing on the screen based on pen input. The canvas supports drawing lines based on the offset values received from the pen input.

v1.1.1

07 Aug 00:36
Compare
Choose a tag to compare
chore: rerelease to use new synthpointer version

v1.1.0

07 Aug 00:32
Compare
Choose a tag to compare
chore: rerelease to use new synthpointer version

v1.0.0

07 Aug 00:09
Compare
Choose a tag to compare
First release