Skip to content

Commit b5fc394

Browse files
committed
Release 1.4.4
1 parent 307b8d3 commit b5fc394

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

Changelog.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
- 1.4.4 (2026.03.25)
2+
- Modified:
3+
- Added Mac support for modifier keys
4+
5+
- BugFix:
6+
- Inline code not rendering in tables in editing mode when PDF printing was not enabled (#156)
7+
- Scrolling over unwrapped code blocks did not work in editing mode
8+
- Added fix to exclude all code blocks which use MarkdownPreviewRenderer during PDF Printing (#155)
9+
- Fixed "Enable print to PDF" toggle. It didn't had any effect. Accidently broke it during a refactor
10+
111
- 1.4.3 (2026.03.23)
212
New:
313
- Added customizable frontmatter syntax coloring in editing mode

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.3",
4+
"version": "1.4.4",
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.3",
3+
"version": "1.4.4",
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
@@ -13,5 +13,6 @@
1313
"1.4.0": "0.15.0",
1414
"1.4.1": "0.15.0",
1515
"1.4.2": "0.15.0",
16-
"1.4.3": "0.15.0"
16+
"1.4.3": "0.15.0",
17+
"1.4.4": "0.15.0"
1718
}

0 commit comments

Comments
 (0)