Skip to content

Commit

Permalink
Release 0.20.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taitava committed Jun 25, 2023
1 parent a6cbaf3 commit 3e22513
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,19 @@ Mind the order!
## [Unreleased]
Features that are in development, but are not released yet. Does not include stuff that requires longer planning - for those, see [Roadmap](https://publish.obsidian.md/shellcommands/Roadmap) and [Ideas](https://github.com/Taitava/obsidian-shellcommands/discussions/categories/ideas).

## [0.20.0] - Unreleased
- Nothing at the moment.

### To be Added
## [0.20.0] - 2023-06-25

### Added
- [Text styling for output (ANSI code) (#329)](https://github.com/Taitava/obsidian-shellcommands/issues/329).
- Some shell programs style their text output with colors, emphasis, boldings, links etc. by inserting [ANSI code](https://en.wikipedia.org/wiki/ANSI_escape_code) to output. Previously, the plugin didn't do anything for ANSI code, and it ended up cluttering output. Now it's possible to convert ANSI code to HTML or turn the conversion off (on by default).
- Some shell programs style their text output with colors, emphasis, bolds, links etc. by inserting [ANSI code](https://en.wikipedia.org/wiki/ANSI_escape_code) to output. Previously, the plugin didn't do anything for ANSI code, and it ended up cluttering output. Now it's possible to convert ANSI code to HTML or turn the conversion off (on by default).
- Also, [Notification/error balloon](https://publish.obsidian.md/shellcommands/Output+handling/Output+channel+-+Notification+balloon) now displays monospaced output (can be turned off in settings). Improves error messages' readability (and code-like output's readability, too).
- [Usage listings for custom variables and deletion confirmation prompts (#340)](https://github.com/Taitava/obsidian-shellcommands/issues/340).
- [Settings: Make each shell command show their shell's name (#353)](https://github.com/Taitava/obsidian-shellcommands/issues/353).
- [Command palette: Re-execute last shell command (#354)](https://github.com/Taitava/obsidian-shellcommands/issues/354).

### To be Changed
### Changed
- [Custom variables pane: Show linebreaks in variable values correctly (#355)](https://github.com/Taitava/obsidian-shellcommands/issues/355).
- [Small improvements for shell command extra settings modal (#356)](https://github.com/Taitava/obsidian-shellcommands/issues/356).
- The title of the modal will show the alias text instead of shell command content.
Expand Down Expand Up @@ -413,7 +415,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.19.1...HEAD
[Unreleased]: https://github.com/Taitava/obsidian-shellcommands/compare/0.20.0...HEAD
[0.20.0]: https://github.com/Taitava/obsidian-shellcommands/compare/0.19.1...0.20.0
[0.19.1]: https://github.com/Taitava/obsidian-shellcommands/compare/0.19.0...0.19.1
[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
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ 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.20.0 | Obsidian 1.3.5<br>Works | Obsidian 1.3.5<br>Works | |
| SC 0.19.1 | Obsidian 1.3.4<br>Works | Obsidian 1.3.4<br>Works | |
| SC 0.19.0 | Obsidian 1.3.4<br>Works | Obsidian 1.3.4<br>Works | |

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.19.1",
"version": "0.20.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.20.0": "0.16.3",
"0.19.1": "0.16.3",
"0.19.0": "0.16.3",
"0.18.2": "0.16.3",
Expand Down

0 comments on commit 3e22513

Please sign in to comment.