Skip to content

Commit 9c70dba

Browse files
committed
New version 1.9.1
- Fix bug produced by duplicate labeled code blocks (Thanks to @qiaogaojian) - Option for better handling of logs (Thanks to @qiaogaojian) - Make labels work with code blocks with `run-` prefix (Thanks to @qiaogaojian)
1 parent f79130a commit 9c70dba

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77

8-
## [Unreleased]
8+
## [1.9.1]
99
### Changed
1010
- Fix bug produced by duplicate labeled code blocks (Thanks to @qiaogaojian)
1111

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "execute-code",
33
"name": "Execute Code",
4-
"version": "1.9.0",
4+
"version": "1.9.1",
55
"minAppVersion": "1.2.8",
66
"description": "Allows to execute code snippets within a note. Supported programming languages: C, CPP, Dart, Golang, Groovy, Kotlin, Java, JavaScript, TypeScript, Lean, Lua, CSharp, Prolog, Rust, Python, R, Ruby, Wolfram Mathematica, Haskell, Scala, Racket, F#, Batch, Shell & Powershell.",
77
"author": "twibiral",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "execute-code",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "src/main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@
4242
"1.7.1": "0.12.0",
4343
"1.8.0": "0.12.0",
4444
"1.8.1": "0.12.0",
45-
"1.9.0": "1.2.8"
45+
"1.9.0": "1.2.8",
46+
"1.9.1": "1.2.8"
4647
}

0 commit comments

Comments
 (0)