Skip to content

Commit

Permalink
Release 0.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taitava committed Feb 26, 2022
1 parent 376922b commit d3f51a4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 15 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,19 @@ Features that are in development, but are not released yet. Does not include stu

### To be Added
- [A modal for asking values from user (= prompt) (#37)](https://github.com/Taitava/obsidian-shellcommands/issues/37).

## [0.11.0] - 2022-02-26

### Added
- [Output channel: Open a file (#143)](https://github.com/Taitava/obsidian-shellcommands/issues/143).
- [Command palette: An ability to edit the "Execute: " prefix text (#164)](https://github.com/Taitava/obsidian-shellcommands/issues/164).
- [ A global option to disable all Events (#163)](https://github.com/Taitava/obsidian-shellcommands/issues/163).

### To be Changed
- [Internal: Miscellaneous refactorings (#133)](https://github.com/Taitava/obsidian-shellcommands/issues/133).
### Changed
- [Internal: Miscellaneous refactorings (#133)](https://github.com/Taitava/obsidian-shellcommands/issues/133). E.g. shortened some CSS class names.
- [Output channel _Ask after execution_: If some text is selected, use the selected text instead of the whole text (#158)](https://github.com/Taitava/obsidian-shellcommands/issues/158).

### To be Fixed
### Fixed
- [Fix a latent bug when parsing arguments in variables (#152)](https://github.com/Taitava/obsidian-shellcommands/issues/152).
- [Bug: Ghost shell commands are executed by events even after removal (#165)](https://github.com/Taitava/obsidian-shellcommands/issues/165).

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.11.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.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! 🙂 |
Expand Down
10 changes: 0 additions & 10 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.10.0",
"version": "0.11.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. Automatic execution is also supported.",
"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.10.0",
"version": "0.11.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.11.0": "0.12.12",
"0.10.0": "0.12.12",
"0.9.0": "0.12.12",
"0.8.0": "0.12.12",
Expand Down

0 comments on commit d3f51a4

Please sign in to comment.