Skip to content

Commit

Permalink
Release 0.19.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taitava committed May 27, 2023
1 parent b434654 commit 4cf4edf
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 17 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ Features that are in development, but are not released yet. Does not include stu
- [Settings file: Convert shell commands' 'output_channels' from strings to configurable objects (#330)](https://github.com/Taitava/obsidian-shellcommands/issues/330).
- Not so visible to users, but makes [#329](https://github.com/Taitava/obsidian-shellcommands/issues/329) possible. Allows adding other output handler related settings later, too.

## [0.19.0] - Unreleased
## [0.19.0] - 2023-05-27

### To be Added
### Added
- [Support for custom shells(#297)](https://github.com/Taitava/obsidian-shellcommands/issues/297).
- Define e.g. [WSL (Windows Subsystem for Linux)](https://learn.microsoft.com/en-us/windows/wsl/install) or [MinGW-w64](https://www.mingw-w64.org/) shell to execute shell commands in different environments. [Documentation](https://publish.obsidian.md/shellcommands/Environments/Custom+shells/Custom+shells).

### To be Changed
### Changed
- [Change "Macintosh" word to "macOS" (#326)](https://github.com/Taitava/obsidian-shellcommands/issues/326).

### To be Fixed:
### Fixed:
- [Hotkey button does not work anymore (Obsidian 1.2.0) (#338)](https://github.com/Taitava/obsidian-shellcommands/issues/338).

## [0.18.2] - 2023-03-26
Expand Down Expand Up @@ -398,7 +398,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.2...HEAD
[Unreleased]: https://github.com/Taitava/obsidian-shellcommands/compare/0.19.0...HEAD
[0.19.0]: https://github.com/Taitava/obsidian-shellcommands/compare/0.18.2...0.19.0
[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
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ Not a single plugin can be great just by itself. And not a single plugin suits e

Here is a list of operating systems this plugin has been tested on, along with Obsidian version and the plugin's version (= SC, Shell commands).

| Shell commands version | Windows 10 | Linux (Xubuntu 22.04) | Mac |
| ---------------------| ---------- | --------------------- | --- |
| SC 0.19.0 | Obsidian 1.3.4<br>Works | Obsidian 1.3.4<br>Works | |

Linux version has changed from Xubuntu 20.04 to 22.04.

| 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 | |
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.18.2",
"version": "0.19.0",
"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.2",
"version": "0.19.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.19.0": "0.16.3",
"0.18.2": "0.16.3",
"0.18.1": "0.16.3",
"0.18.0": "0.16.3",
Expand Down

0 comments on commit 4cf4edf

Please sign in to comment.