mirror of
https://github.com/raven-pensieve/obsidian-ace-code-editor.git
synced 2026-07-22 05:48:56 +00:00
build: 1.2.1
This commit is contained in:
parent
c049ad60f9
commit
c5e90fea20
5 changed files with 22 additions and 3 deletions
|
|
@ -1,3 +1,12 @@
|
|||
## [1.2.1](https://github.com/RavenHogWarts/obsidian-ace-code-editor/compare/1.2.0...1.2.1) (2025-07-16)
|
||||
|
||||
|
||||
### ✨ 新功能
|
||||
|
||||
* 新增设置视图并优化代码嵌入初始化逻辑 (#20) ([c049ad6](https://github.com/RavenHogWarts/obsidian-ace-code-editor/commit/c049ad60f9ac017646733a2c03e1d184e4b05fd8)), closes [#20](https://github.com/RavenHogWarts/obsidian-ace-code-editor/issues/20)
|
||||
|
||||
|
||||
|
||||
# [1.2.0](https://github.com/RavenHogWarts/obsidian-ace-code-editor/compare/1.1.3...1.2.0) (2025-06-22)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,12 @@
|
|||
## [1.2.1](https://github.com/RavenHogWarts/obsidian-ace-code-editor/compare/1.2.0...1.2.1) (2025-07-16)
|
||||
|
||||
|
||||
### ✨ Features
|
||||
|
||||
* Added settings view and optimized code embedding initialization logic (#20) ([c049ad6](https://github.com/RavenHogWarts/obsidian-ace-code-editor/commit/c049ad60f9ac017646733a2c03e1d184e4b05fd8)), closes [#20](https://github.com/RavenHogWarts/obsidian-ace-code-editor/issues/20)
|
||||
|
||||
|
||||
|
||||
# [1.2.0](https://github.com/RavenHogWarts/obsidian-ace-code-editor/compare/1.1.3...1.2.0) (2025-06-22)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "ace-code-editor",
|
||||
"name": "Ace Code Editor",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"minAppVersion": "1.8.0",
|
||||
"description": "An enhanced code editor using Ace editor, providing syntax highlighting, code folding, and other advanced editing features.",
|
||||
"author": "RavenHogWarts",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ace-code-editor",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"description": "An enhanced code editor using Ace editor, providing syntax highlighting, code folding, and other advanced editing features.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -7,5 +7,6 @@
|
|||
"1.1.1": "1.8.0",
|
||||
"1.1.2": "1.8.0",
|
||||
"1.1.3": "1.8.0",
|
||||
"1.2.0": "1.8.0"
|
||||
"1.2.0": "1.8.0",
|
||||
"1.2.1": "1.8.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue