Skip to content

Commit

Permalink
Release 0.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taitava committed Feb 6, 2022
1 parent 2b05ffd commit 3aa0ccf
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [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](https://github.com/Taitava/obsidian-shellcommands/projects/1).

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

## [0.10.0] - 2022-02-06

### Added
- [Events: Execute shell commands automatically when something happens (#123)](https://github.com/Taitava/obsidian-shellcommands/issues/123).
- [Output channel: Ask after execution (#134)](https://github.com/Taitava/obsidian-shellcommands/issues/134): Allows to direct shell command output to a modal where it can be edited and manually redirected to other channels, i.e. to clipboard, file or status bar.
- [Ability to hide shell commands from the command palette (#125)](https://github.com/Taitava/obsidian-shellcommands/issues/125)
- [Settings: Add availability information to the list of variables (#132)](https://github.com/Taitava/obsidian-shellcommands/issues/132).

### To be Changed
### Changed
- [Internal: Cleaner caching for preparsed shell commands (#135)](https://github.com/Taitava/obsidian-shellcommands/issues/135).

### To be Fixed
### Fixed
- [Fix automatically focusing on Alias field when opening the extra options modal (#144)](https://github.com/Taitava/obsidian-shellcommands/issues/144).

## [0.9.0] - 2021-12-18
Expand Down Expand Up @@ -183,7 +187,8 @@ Features that are in development, but are not released yet. Does not include stu
## [0.0.0] - 2021-08-22
- Initial release.

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

| Shell commands version | Windows 10 | Linux (Xubuntu 20.04) | Mac |
| -----------------------| ---------- | --------------------- | --- |
| SC 0.10.0 | Obsidian 0.13.23<br>Works | Obsidian 0.13.23<br>Works | macOS: 11.6 <br>Obsidian: ?<br>Works, tested by [FelipeRearden](https://github.com/FelipeRearden), thank you! 🙂 |
| SC 0.9.0 | Obsidian 0.12.19<br>Works | Obsidian 0.12.19<br>Works | |
| SC 0.8.0 | Obsidian 0.12.19<br>Works | Obsidian 0.12.19<br>Works | macOS: 11.6 <br>Obsidian: 0.12.19<br>Works, tested by [FelipeRearden](https://github.com/FelipeRearden), thank you! 🙂 |
| SC 0.7.1 | Obsidian 0.12.19<br>Works | Obsidian 0.12.19<br>Works | |
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "obsidian-shellcommands",
"name": "Shell commands",
"version": "0.9.0",
"version": "0.10.0",
"minAppVersion": "0.12.12",
"description": "You can predefine system commands that you want to run frequently, and assign hotkeys for them. For example open external applications.",
"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.",
"author": "Jarkko Linnanvirta",
"authorUrl": "",
"isDesktopOnly": true
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.9.0",
"version": "0.10.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.10.0": "0.12.12",
"0.9.0": "0.12.12",
"0.8.0": "0.12.12",
"0.7.1": "0.12.12",
Expand Down

0 comments on commit 3aa0ccf

Please sign in to comment.