Skip to content

Releases: millerdev/pyxt

0.3.9 - 2022-12-16

17 Dec 17:08
Compare
Choose a tag to compare
  • Fix for compatibility with VS Code 1.74.

0.3.7 - 2022-02-27

27 Feb 11:44
Compare
Choose a tag to compare
  • Fix cannot navigate command completions with arrow keys.

0.3.6 - 2022-01-04

12 Feb 14:01
Compare
Choose a tag to compare
  • No user-facing changes.
  • (internal) Add UnlimitedString parser argument type

0.3.5 - 2021-06-18

12 Feb 14:00
Compare
Choose a tag to compare
  • Fix replace ... all fails with error.
  • Fix edit history command.
  • Fix type new command matching first characters of history item.
  • Fix tests in VS Code 1.57.0

0.3.4 - 2021-05-31

12 Feb 13:59
Compare
Choose a tag to compare
  • Add replace command.
  • Allow command from history to be edited before execution.

0.3.3 - 2021-02-13

13 Feb 17:08
Compare
Choose a tag to compare
  • Fix ag command handling of very long line matches.

0.3.2 - 2021-02-05

05 Feb 22:34
Compare
Choose a tag to compare
  • Fix isort entire document (not selection).
  • Improve error handling on get command completions.
  • Execute all selections with "python" command.

0.3.0 - 2021-01-22

22 Jan 21:55
Compare
Choose a tag to compare
  • Add "history redo COMMAND" to redo most recent invocation of command.
  • Change "history COMMAND" to "history clear COMMAND". History is cleared immediately on command execution.
  • Move most history logic into Python.
  • Use webpack for JS packaging => much smaller vsix file.

0.2.0 - 2021-01-15

15 Jan 21:34
Compare
Choose a tag to compare
  • Add support for custom keybindings.
  • Limit ag result item length to 150.
  • Limit ag result count to maximum of 200.
  • Show current directory in open file placeholder
  • Log errors to PyXT output channel in VS Code.

0.1.0 - 2021-01-03

03 Jan 23:08
Compare
Choose a tag to compare
Remove need for reloads during extension setup