Releases: furudean/vscode-renpy-warp
Releases · furudean/vscode-renpy-warp
v1.33.0
1.32.0
v1.30.0
- Now uses
config.display_start_callbacks
in place ofgame.post_init
to
run RPE on a game render, but not build - Relax needlessly strict command enablements
- Use
TextEditorRevealType.InCenterIfOutsideViewport
when following cursor - Sync editor when
renpyWarp.toggleFollowCursor
, if possible
v1.29.1
v1.29.0
v1.28.0
v1.27.2
v1.27.1
- There is now a notification rendered when a connection is established or disconnected with the server
- Fix broken RPE event loop
- Handle unmanaged processes that have already been approved
- Ack processes that don't match root
- Sanity checks for paths that may throw errors
- Fix a bug where decorations did not render properly
v1.27.0
- Allow toggling follow cursor even if no game is running
- Fix websockets detection on older versions (#47)
- Redo sockets implementation, now doing a handshake before connecting properly
- Fix a bug where decorations were repeatedly being repainted
- Ask what
game
folder to use when launching if multiple are found (#71)