Skip to content

Commit f355c89

Browse files
committed
Release 1.4.7
1 parent 7b9abbd commit f355c89

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

Changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
- 1.4.7 (2026.04.18)
2+
- Modified:
3+
- Newly inserted code blocks will not automatically fold anymore, when inverse-fold is enabled. (#159)
4+
5+
- BugFix
6+
- Inline code syntax highlighting now also works in headings in editing mode (#160)
7+
18
- 1.4.6 (2026.04.05)
29
- BugFix:
310
- Fixed switching to the first tab of grouped code blocks, when the "Save active tab state" setting was off (#158)

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "codeblock-customizer",
33
"name": "Codeblock Customizer",
4-
"version": "1.4.6",
4+
"version": "1.4.7",
55
"minAppVersion": "0.15.0",
66
"description": "This Obsidian plugin lets you customize your codeblocks in editing, and reading mode as well.",
77
"author": "mugiwara",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeblock-customizer",
3-
"version": "1.4.6",
3+
"version": "1.4.7",
44
"description": "The plugin lets you customize your Obsidian code blocks and inline code in editing mode and reading mode as well.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
"1.4.3": "0.15.0",
1717
"1.4.4": "0.15.0",
1818
"1.4.5": "0.15.0",
19-
"1.4.6": "0.15.0"
19+
"1.4.6": "0.15.0",
20+
"1.4.7": "0.15.0"
2021
}

0 commit comments

Comments
 (0)