Skip to content

Commit

Permalink
Release 0.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taitava committed Nov 2, 2021
1 parent 14bfda1 commit 6129f61
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ Features that are in development, but are not released yet. Does not include stu
- Internal: Old `commands` field in *data.json* settings file is completely removed if it's empty, because it haven't been used as of 0.1.1.
- [Internal: The plugin will not spam hidden console.log() messages anymore, unless a debug option is turned on (#69)](https://github.com/Taitava/obsidian-shellcommands/issues/69).

### To be Fixed
## [0.6.1] - 2021-11-02

### Fixed

- [Dollar sign in variable value may cause part of the command to be repeated in the variable value (#94)](https://github.com/Taitava/obsidian-shellcommands/issues/94)

Expand Down Expand Up @@ -131,7 +133,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.6.0...HEAD
[Unreleased]: https://github.com/Taitava/obsidian-shellcommands/compare/0.6.1...HEAD
[0.6.1]: https://github.com/Taitava/obsidian-shellcommands/compare/0.6.0...0.6.1
[0.6.0]: https://github.com/Taitava/obsidian-shellcommands/compare/0.5.1...0.6.0
[0.5.1]: https://github.com/Taitava/obsidian-shellcommands/compare/0.5.0...0.5.1
[0.5.0]: https://github.com/Taitava/obsidian-shellcommands/compare/0.4.1...0.5.0
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,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.6.1 | Obsidian 0.12.19<br>Works | Obsidian 0.12.19<br>Works | |
| SC 0.6.0 | Obsidian 0.12.15<br>Works | Obsidian 0.12.15<br>Works | macOS: 11.1 <br>Obsidian: 0.12.15<br>Works, tested by [FelipeRearden](https://github.com/FelipeRearden), thank you! 🙂 |
| SC 0.5.1 | Obsidian 0.12.15<br>Works | Obsidian 0.12.15<br>Works | |
| SC 0.5.0 | Obsidian 0.12.15<br>Works | Obsidian 0.12.15<br>Works | macOS: 11.1 <br>Obsidian: 0.12.15<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.6.0",
"version": "0.6.1",
"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.",
"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.6.0",
"version": "0.6.1",
"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.6.1": "0.12.12",
"0.6.0": "0.12.12",
"0.5.1": "0.12.12",
"0.5.0": "0.12.12",
Expand Down

0 comments on commit 6129f61

Please sign in to comment.