Skip to content

Commit

Permalink
Release 0.22.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taitava committed May 5, 2024
1 parent 7c3a7bf commit d9269a2
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 17 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ Mind the order!
## [Unreleased]
Features that are currently in development and not released yet. This does not include features that require longer planning, for which please see the [Roadmap](https://publish.obsidian.md/shellcommands/Roadmap) and [Ideas](https://github.com/Taitava/obsidian-shellcommands/discussions/categories/ideas) sections.

### To be Added
- Nothing at the moment.

## [0.22.0] - 2024-05-05

### Added
- [Event debouncing for avoiding executing shell commands too often (#380)](https://github.com/Taitava/obsidian-shellcommands/issues/380).
- [New output channel: Assign custom variables (#382)](https://github.com/Taitava/obsidian-shellcommands/issues/382).
- Allows storing output from shell commands and reusing them as input for other shell commands later.
Expand All @@ -27,11 +31,11 @@ Features that are currently in development and not released yet. This does not i
- [New variables `{{obsidian_api_version}}` and `{{shell_commands_plugin_version}}` (#387)](https://github.com/Taitava/obsidian-shellcommands/issues/387).
- [`{{event_type}}` variable (#394)](https://github.com/Taitava/obsidian-shellcommands/issues/394).

### To be Changed
### Changed
- [Settings: Make _"Show a notification when executing shell commands"_ decidable on a per shell command basis (388)](https://github.com/Taitava/obsidian-shellcommands/issues/388).
- [Settings: Event Every n seconds: Allow one decimal (#385)](https://github.com/Taitava/obsidian-shellcommands/issues/385).

### To be Fixed
### Fixed
- [Bug: Shell command preview text is not updated when modifying the command (#383)](https://github.com/Taitava/obsidian-shellcommands/issues/383).

## [0.21.0] - 2023-12-30
Expand Down Expand Up @@ -450,7 +454,8 @@ Features that are currently in development and not released yet. This does not i
## [0.0.0] - 2021-08-22
- Initial release.

[Unreleased]: https://github.com/Taitava/obsidian-shellcommands/compare/0.21.0...HEAD
[Unreleased]: https://github.com/Taitava/obsidian-shellcommands/compare/0.22.0...HEAD
[0.22.0]: https://github.com/Taitava/obsidian-shellcommands/compare/0.21.0...0.22.0
[0.21.0]: https://github.com/Taitava/obsidian-shellcommands/compare/0.20.1...0.21.0
[0.20.1]: https://github.com/Taitava/obsidian-shellcommands/compare/0.20.0...0.20.1
[0.20.0]: https://github.com/Taitava/obsidian-shellcommands/compare/0.19.1...0.20.0
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Here is a list of operating systems this plugin has been tested on, along with O

| Shell commands version | Windows 10 | Linux (Xubuntu 22.04) | Mac |
| --------------------| ---------- | --------------------- | --- |
| SC 0.22.0 | Obsidian 1.5.12<br>Works | Obsidian 1.5.12<br>Works | |
| SC 0.21.0 | Obsidian 1.5.3<br>Works | Obsidian 1.5.3<br>Works | |
| SC 0.20.1 | Obsidian 1.3.5<br>Works | Obsidian 1.3.7<br>Works | |
| SC 0.20.0 | Obsidian 1.3.5<br>Works | Obsidian 1.3.5<br>Works | |
Expand Down
11 changes: 0 additions & 11 deletions manifest-beta.json

This file was deleted.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-shellcommands",
"name": "Shell commands",
"version": "0.21.0",
"version": "0.22.0",
"minAppVersion": "1.4.0",
"description": "You can predefine system commands that you want to run frequently, and assign hotkeys for them. For example open external applications. Automatic execution is also supported, and execution via URI links.",
"author": "Jarkko Linnanvirta",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-shellcommands",
"version": "0.21.0",
"version": "0.22.0",
"description": "You can predefine system commands that you want to run frequently, and assign hotkeys for them. For example open external applications.://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"0.22.0": "1.4.0",
"0.21.0": "1.4.0",
"0.20.1": "0.16.3",
"0.20.0": "0.16.3",
Expand Down

0 comments on commit d9269a2

Please sign in to comment.