Skip to content

Commit

Permalink
Release 0.18.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taitava committed Mar 26, 2023
1 parent 1ec7014 commit 6dcb166
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ Features that are in development, but are not released yet. Does not include stu
### To be Changed
- [Change "Macintosh" word to "macOS" (#326)](https://github.com/Taitava/obsidian-shellcommands/issues/326).

## [0.18.2] - Unreleased
## [0.18.2] - 2023-03-26

### To be Fixed
### Fixed
- [Global default values for variables not working when previewing a Prompt (#327)](https://github.com/Taitava/obsidian-shellcommands/issues/327).
- [Settings panel opening does not always scroll precisely back to previous position (#336)](https://github.com/Taitava/obsidian-shellcommands/issues/336).
- [Settings: Clicking 'New xxx' button does not always open a modal for editing the new item's settings (#332)](https://github.com/Taitava/obsidian-shellcommands/issues/332).
Expand Down Expand Up @@ -394,7 +394,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.18.1...HEAD
[Unreleased]: https://github.com/Taitava/obsidian-shellcommands/compare/0.18.2...HEAD
[0.18.2]: https://github.com/Taitava/obsidian-shellcommands/compare/0.18.1...0.18.2
[0.18.1]: https://github.com/Taitava/obsidian-shellcommands/compare/0.18.0...0.18.1
[0.18.0]: https://github.com/Taitava/obsidian-shellcommands/compare/0.17.0...0.18.0
[0.17.0]: https://github.com/Taitava/obsidian-shellcommands/compare/0.16.0...0.17.0
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,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.18.2 | Obsidian 1.1.16<br>Works | Obsidian 1.1.16<br>Works | |
| SC 0.18.1 | Obsidian 1.1.12<br>Works | Obsidian 1.1.12<br>Works | Obsidian 1.1.12<br>Tested that [fix #314](https://github.com/Taitava/obsidian-shellcommands/issues/314) works. |
| SC 0.18.0 | Obsidian 1.1.9<br>Works | Obsidian 1.1.9<br>Works | |
| SC 0.17.0 | Obsidian 1.0.3<br>Works | Obsidian 1.0.3<br>[Works otherwise but there's the already reported newline bug](https://github.com/Taitava/obsidian-shellcommands/discussions/250#discussioncomment-4243529). | |
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.18.1",
"version": "0.18.2",
"minAppVersion": "0.16.3",
"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.18.1",
"version": "0.18.2",
"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.18.2": "0.16.3",
"0.18.1": "0.16.3",
"0.18.0": "0.16.3",
"0.17.0": "0.16.3",
Expand Down

0 comments on commit 6dcb166

Please sign in to comment.