Skip to content

Commit

Permalink
Release 0.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taitava committed May 7, 2022
1 parent 15ed209 commit 04185be
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ Features that are in development, but are not released yet. Does not include stu
### To be Changed:
- [Multiple lines are now supported in shell command fields (#203)](https://github.com/Taitava/obsidian-shellcommands/issues/203).

## [Unreleased] (for 0.12.0)
## [0.12.0] - 2022-05-07

### To be Added
### Added
- [A modal for asking values from user (= prompt) (#37)](https://github.com/Taitava/obsidian-shellcommands/issues/37).
- [Custom variables, part 1 (#159)](https://github.com/Taitava/obsidian-shellcommands/issues/159): Used to store inputted values from prompts.
- [Default values for variables (#190)](https://github.com/Taitava/obsidian-shellcommands/issues/190): If a variable cannot be accessed at a given moment, another value can be used instead.
- [Hotkeys for output channel: Ask after execution (#145)](https://github.com/Taitava/obsidian-shellcommands/issues/145).
- [Add autocomplete menu to Alias field (#182)](https://github.com/Taitava/obsidian-shellcommands/issues/182).

### To be Changed
### Changed
- Settings: _Operating systems & shells_ tab names are shortened to _Environments_ ([#37](https://github.com/Taitava/obsidian-shellcommands/issues/37) / [commit 55e5de2b](https://github.com/Taitava/obsidian-shellcommands/commit/55e5de2b6774645883e8dd0cfa759f8e1c70f813)).
- [Internal: Variable refactorings (#178)](https://github.com/Taitava/obsidian-shellcommands/issues/178).

### To be Fixed
### Fixed
- [Bug: Output channel 'Open a file' causes an error in the console log if the file cannot be opened (#176)](https://github.com/Taitava/obsidian-shellcommands/issues/176).
- This same issue also fixes autocomplete to be able to display an error message if a custom help text cannot be read at startup due to incorrect datatype in `autocomplete.yaml`.
- [Bug: An empty argument in {{yaml_value}}/{{event_yaml_value}} causes a crash (#181)](https://github.com/Taitava/obsidian-shellcommands/issues/181).
Expand Down Expand Up @@ -238,7 +238,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.11.1...HEAD
[Unreleased]: https://github.com/Taitava/obsidian-shellcommands/compare/0.12.0...HEAD
[0.12.0]: https://github.com/Taitava/obsidian-shellcommands/compare/0.11.1...0.12.0
[0.11.1]: https://github.com/Taitava/obsidian-shellcommands/compare/0.11.0...0.11.1
[0.11.0]: https://github.com/Taitava/obsidian-shellcommands/compare/0.10.0...0.11.0
[0.10.0]: https://github.com/Taitava/obsidian-shellcommands/compare/0.9.0...0.10.0
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,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.12.0 | Obsidian 0.14.6<br>Works | Obsidian 0.14.6<br>Works | |
| SC 0.11.1 | Obsidian 0.13.23<br>Works | Obsidian 0.13.23<br>Works | |
| 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! 🙂 |
Expand Down
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.11.1",
"version": "0.12.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.11.1",
"version": "0.12.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.12.0": "0.12.12",
"0.11.1": "0.12.12",
"0.11.0": "0.12.12",
"0.10.0": "0.12.12",
Expand Down

0 comments on commit 04185be

Please sign in to comment.