Skip to content

Commit cddcdac

Browse files
committed
v1.1.2
## [1.1.2] - 2026-06-23 ### New - Public C API (apex/plugins.h) to fetch the plugin directory, list installed plugins, and install or uninstall plugins programmatically. - ApexPluginManager Swift API and ApexPluginCatalog Objective-C wrappers for building plugin picker UIs in Xcode apps. - EnablePlugins option in ApexOptions and the NSString options dictionary to turn on external plugin processing during conversion. [1.1.2]: https://github.com/ApexMarkdown/apex/releases/tag/v1.1.2
1 parent a80983d commit cddcdac

6 files changed

Lines changed: 50 additions & 86 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to Apex will be documented in this file.
44

5+
## [1.1.2] - 2026-06-23
6+
7+
### New
8+
9+
- Public C API (apex/plugins.h) to fetch the plugin directory, list installed plugins, and install or uninstall plugins programmatically.
10+
- ApexPluginManager Swift API and ApexPluginCatalog Objective-C wrappers for building plugin picker UIs in Xcode apps.
11+
- EnablePlugins option in ApexOptions and the NSString options dictionary to turn on external plugin processing during conversion.
12+
513
## [1.1.1] - 2026-06-21
614

715
### Changed
@@ -2981,6 +2989,7 @@ Based on [cmark-gfm](https://github.com/github/cmark-gfm) by GitHub
29812989

29822990
Developed for [Marked](https://marked2app.com) by Brett Terpstra
29832991

2992+
[1.1.2]: https://github.com/ApexMarkdown/apex/releases/tag/v1.1.2
29842993
[1.1.1]: https://github.com/ApexMarkdown/apex/releases/tag/v1.1.1
29852994
[1.0.15]: https://github.com/ApexMarkdown/apex/releases/tag/v1.0.15
29862995
[1.0.14]: https://github.com/ApexMarkdown/apex/releases/tag/v1.0.14

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if(POLICY CMP0000)
66
endif()
77
set(CMAKE_POLICY_VERSION_MINIMUM 3.5 CACHE STRING "Minimum CMake policy version" FORCE)
88

9-
project(apex VERSION 1.1.1 LANGUAGES C)
9+
project(apex VERSION 1.1.2 LANGUAGES C)
1010

1111
# Set C standard
1212
set(CMAKE_C_STANDARD 99)

0 commit comments

Comments
 (0)