Skip to content

Commit

Permalink
Refactor and rethink some core elements (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
furudean authored Jul 7, 2024
1 parent 79b7f7c commit ccf474e
Show file tree
Hide file tree
Showing 15 changed files with 1,407 additions and 1,183 deletions.
3 changes: 2 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ out/**
src/**
.github/**
tsconfig.json
esbuild.js
esbuild.js
eslint.config.mjs
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file.

## Unreleased

- Don't link to specific settings (it doesn't work very well)
- Migrate source code to TypeScript
- Don't link to specific settings (it doesn't work very well)
- You can no longer start the extension with `renpyWarp.toggleFollowCursor`
- Say what process an output line was from
- Redo the notifications. They're cancellable now!
- Warp to file is now the title action, as this seems to be what people expect
- Many bugs were found and fixed along the way, but I'm not sure if they're
worth mentioning.

## 1.2.0 - 2024-07-06

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
],
"editor/title/run": [
{
"command": "renpyWarp.warpToFile",
"command": "renpyWarp.warpToLine",
"group": "renpywarp",
"when": "editorLangId == renpy"
}
Expand Down
Loading

0 comments on commit ccf474e

Please sign in to comment.