Skip to content

Commit 01bab65

Browse files
committed
0.4.25
1 parent 886d537 commit 01bab65

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# WIP
1+
# 0.4.25 - Jun 16, 2026
22

3-
- macOS: Added `WindowMac::setPressAndHoldEnabled`, `resetPressAndHoldEnabled`, `isPressAndHoldEnabled`, `isPressAndHoldEnabledGlobally` #303 via @Folcon
3+
- macOS: Added `WindowMac::setPressAndHoldEnabled`, `resetPressAndHoldEnabled`, `isPressAndHoldEnabled`, `isPressAndHoldEnabledGlobally` #303 #304 via @Folcon
44
- macOS: reset `fDisplayLinkRunning` when releasing `CVDisplayLink` on hide #305 via @bumfo
5-
- Added Windows ARM build #306 #307 via @chirontt
5+
- Windows, Linux: added ARM builds #306 #307 #308 via @chirontt
6+
- Windows: `setTitlebarVisible` #75 #286 via @Quezion
67

78
# 0.4.24 - Feb 24, 2026
89

macos/cc/JWMMainView.mm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414

1515
#include <stdio.h>
1616

17+
// for NSEvent::willBeHandledByComplexInputMethod
18+
#import <JavaRuntimeSupport/JRSEvent.h>
19+
1720
namespace jwm {
1821
Key kKeyTable[128];
1922
KeyLocation kKeyLocations[128];

0 commit comments

Comments
 (0)