Skip to content
Permalink
main
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time

Changelog

All notable changes to this plugin will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Features that are in development, but are not released yet. Does not include stuff that requires longer planning - for those, see Roadmap on GitHub.

To be Added

To be Changed

To be Fixed

0.11.1 - 2022-03-05

Fixed

0.11.0 - 2022-02-26

Added

Changed

Fixed

0.10.0 - 2022-02-06

Added

Changed

Fixed

0.9.0 - 2021-12-18

Added

Changed

Fixed

0.8.0 - 2021-12-10

Added

Changed

0.7.1 - 2021-12-05

Fixed

0.7.0 - 2021-11-25

VERSION 0.7.0 INCLUDES POSSIBLY BACKWARDS INCOMPATIBLE CHANGES, see below.

Added

Changed

Fixed

0.6.1 - 2021-11-02

Fixed

0.6.0 - 2021-10-12

Added

  • New shell command output channels (#68):
    • Status bar: Good for showing short outputs in a permanent place.
    • Current file, top: Puts the output at the very beginning of a file.
    • Current file, bottom: Puts the output at the very end of a file.
    • Clipboard: So that you can easily paste the output anywhere you like.

Changed

0.5.1 - 2021-10-09

Fixed

0.5.0 - 2021-10-02

Added

Changed

  • Error messages do not contain the failed shell command anymore, only exit code number and the actual error message (stderr). This is due to error message simplification that had to be done when implementing new ways to use outputs, including stderr in issue #34.

0.4.1 - 2021-09-29

Fixed

0.4.0 - 2021-09-26

Added

Changed

0.3.0 - 2021-09-17

Added

Changed

0.2.0 - 2021-09-11

Added

0.1.1 - 2021-09-10

Changed

Deprecated

  • commands configuration setting (#8): Version 0.1.1 (and above) will replace this setting in users' data.json settings file with a new shell_commands setting. This is an internal change, and the plugin will handle it automatically, but it's important to be noted by end users, because users need to upgrade to 0.1.1 (or newer) before upgrading to 1.0.0 in the future, because 1.0.0 will finally remove the migration support for commands setting (#9). That being said, 1.0.0 is not going to be released any time soon, it's just a milestone in the far future (at the time of writing this on 2021-09-09).

Fixed

  • Deleting commands should not cause non-removed commands to change/lose their hotkeys.

0.1.0 - 2021-08-29

Added

  • Support for certain in-built variables (see the settings panel - actually I should put the variables to the README.md file too at some point).
  • Display execution errors.
  • README.md: Usage examples.

Changed

  • Determine vault directory automatically.
  • A bit better behaving settings view.

0.0.0 - 2021-08-22

  • Initial release.