Skip to content

Commit 74a7b07

Browse files
committed
Name and version changes for validation process
1 parent 4cd287e commit 74a7b07

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@ The format of this document follows [Keep a Changelog](https://keepachangelog.co
66

77
## [Unreleased]
88

9+
## [1.0.1] - 2025-10-14
10+
11+
- Minor name changes for admission to Obsidian community plugin list.
12+
913
## [1.0.0] - 2025-10-14
1014

1115
- Initial release of the Obsidian Asciinema Player plugin.
1216

1317
<!-- Release link references -->
14-
[unreleased]: https://github.com/deeplook/obsidian-asciinema-player/compare/1.0.0...HEAD
18+
[unreleased]: https://github.com/deeplook/obsidian-asciinema-player/compare/1.0.1...HEAD
19+
[1.0.1]: https://github.com/deeplook/obsidian-asciinema-player/releases/tag/1.0.1
1520
[1.0.0]: https://github.com/deeplook/obsidian-asciinema-player/releases/tag/1.0.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ This is an [Obsidian](https://obsidian.md) plugin to embed terminal recordings m
2121

2222
### Manually
2323

24-
1. Download the ready-to-use zipped archive from the [latest releases](https://github.com/deeplook/obsidian-asciinema-player/releases) page on GitHub (named after the plugin id and version tag e.g., `obsidian-asciinema-player-1.0.0.zip`).
24+
1. Download the ready-to-use zipped archive from the [latest releases](https://github.com/deeplook/obsidian-asciinema-player/releases) page on GitHub (named after the plugin id and version tag e.g., `obsidian-asciinema-player-1.0.1.zip`).
2525
2. Unzip it.
2626
3. Move the extracted `obsidian-asciinema-player` folder into your vault's `.obsidian/plugins` folder.
2727
4. Then enable the plugin in the "Community Plugins" tab in Obsidian's settings, like when installing any registered community plugin. Example:
2828

2929
```shell
30-
curl -O https://github.com/deeplook/obsidian-asciinema-player/releases/download/1.0.0/obsidian-asciinema-player-1.0.0.zip
31-
unzip obsidian-asciinema-player-1.0.0.zip
30+
curl -O https://github.com/deeplook/obsidian-asciinema-player/releases/download/1.0.1/obsidian-asciinema-player-1.0.1.zip
31+
unzip obsidian-asciinema-player-1.0.1.zip
3232
mv obsidian-asciinema-player /path/to/your-vault/.obsidian/plugins/
3333
```
3434

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"id": "obsidian-asciinema-player",
2+
"id": "asciinema-player",
33
"name": "Asciinema Player",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"minAppVersion": "0.9.12",
6-
"description": "Embed local and remote Asciinema asciicast files in Obsidian Markdown files.",
6+
"description": "Embed local and remote Asciinema asciicast files in Markdown notes.",
77
"author": "Dinu Gherman",
88
"authorUrl": "https://github.com/deeplook",
99
"fundingUrl": "https://buymeacoffee.com/deeplook",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-asciinema-player",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "This is a Obsidian plugin to embed asciicast files in Markdown files",
55
"type": "module",
66
"main": "main.js",

0 commit comments

Comments
 (0)