Skip to content

Releases: furudean/vscode-renpy-warp

v1.33.0

16 Dec 16:31
82cc13f
Compare
Choose a tag to compare
  • Show the current label in label picker menu
  • Current line decoration is slightly larger
  • Launch quick pick now matches on description too

1.32.0

12 Dec 02:34
48ff635
Compare
Choose a tag to compare
  • Improve the launch game picker to show a more grepable list of games

v1.30.0

05 Dec 02:36
207d2f2
Compare
Choose a tag to compare
  • Now uses config.display_start_callbacks in place of game.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

27 Nov 23:01
5608b95
Compare
Choose a tag to compare

this is a redo of 1.29.0 to fix an issue with build

v1.29.0

27 Nov 22:56
39eef4b
Compare
Choose a tag to compare
  • Correct handling of RPE install/uninstall when multiple game folders are present in a workspace. The previous behavior would only install/uninstall the RPE in the first game folder found and deleted all others

v1.28.0

24 Nov 21:33
96d016d
Compare
Choose a tag to compare
  • renpyWarp.setSdkPath utilizes the vscode file picker instead of asking for a string for the SDK path

v1.27.2

24 Nov 18:39
b77c1bf
Compare
Choose a tag to compare
  • renpyWarp.syncCursorPosition will now reveal the cursor even if the position has not changed

v1.27.1

24 Nov 18:18
19bb195
Compare
Choose a tag to compare
  • 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

23 Nov 19:55
31d628e
Compare
Choose a tag to compare
  • 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)

v1.26.1

05 Nov 01:14
e6eace9
Compare
Choose a tag to compare

Fixes a failing test which prevented a release. No meaningful changes.