Skip to content

Releases: robinsalehjan/vscode-xcode-shortcuts

1.4.1

08 Jan 21:21

Choose a tag to compare

Full Changelog: 1.4.0...1.4.1

1.4.0

08 Jan 21:17

Choose a tag to compare

Full Changelog: 1.3.1...1.4.0

What's Changed

  • Updated VS Code engine from ^1.6.0 to ^1.85.0 - ensures compatibility with modern VS Code versions

  • Removed unused jsonfile dependency — the extension only defines keybindings and has no runtime code

  • Removed deprecated vscode development dependency — the old extension development approach has been deprecated

  • Removed postinstall script — no longer needed without the legacy vscode module

  • Potential fix for code scanning alert: workflow does not contain permissions

Impact

  • Smaller package size because no node_modules required
  • Faster installation zero dependencies to download
  • Better compatibility works with VSCode 1.85.0 and newer

1.3.1

18 Jul 10:09

Choose a tag to compare

Full Changelog: 1.3.0...1.3.1

1.3.0

01 Jul 16:32

Choose a tag to compare

Full Changelog: 1.2.0...1.3.0

1.2.0

19 Jun 11:13

Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.2.0

1.1.1

11 Jun 20:35

Choose a tag to compare

What's Changed

  • Bugfix: remove when clause from workbench.view commands by @robinsalehjan in #9

Full Changelog: 1.1.0...1.1.1

1.1.0

11 Jun 20:03

Choose a tag to compare

What's Changed

  • Feature: add pull request, bug issue and feature request templates by @robinsalehjan in #6
  • Improve: Simplify the README by @robinsalehjan in #8
  • Refactor: add when clause to keybindings dependent on other extensions or editor focus by @robinsalehjan in #7

Full Changelog: 1.0.6...1.1.0

1.0.6

10 Oct 08:43

Choose a tag to compare

What?

Had to revert #4 because VSCode did not recognise the keyboard extensions i.e causing the shortcuts to not work as expected.

What's Changed

  • Feature: refine and improve when clauses for keybindings by @robinsalehjan in #4
  • Revert "Feature: refine and improve when clauses for keybindings" by @robinsalehjan in #5
  • Delete and unpublish tag 1.0.5 from Github

Full Changelog: 1.0.4...1.0.6

1.0.4

26 Sep 10:46

Choose a tag to compare

What's Changed

  • Remove the icon from README.md

1.0.3

25 Sep 20:50

Choose a tag to compare

What's Changed

  • Add Badges to README.md
  • Update name property of the workflow

Full Changelog: 1.0.2...1.0.3