Skip to content

Commit 0e40f56

Browse files
committed
release(note): prepare v1.0.0 stable release
Add UI asset resolution for custom, environment, installed, and embedded fallback assets. Preserve stable cell metadata during note serialization. Replace old examples with modern C++, Reply, and HTML note examples. Update README and roadmap for vix note and the first stable release. Add tests for asset loading, route assets, and stable note storage.
1 parent dfedfcb commit 0e40f56

30 files changed

Lines changed: 1649 additions & 306 deletions

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
cmake_minimum_required(VERSION 3.20)
1414

15-
set(VIX_NOTE_MODULE_VERSION 0.2.0)
15+
set(VIX_NOTE_MODULE_VERSION 0.8.0)
1616

1717
# ============================================================================
1818
# Re-entry guard
@@ -238,6 +238,7 @@ message(STATUS "Vix Note version: ${_VIX_NOTE_VERSION}")
238238
target_compile_definitions(vix_note
239239
PRIVATE
240240
VIX_NOTE_VERSION="${_VIX_NOTE_VERSION}"
241+
VIX_NOTE_INSTALLED_ASSET_DIR="${CMAKE_INSTALL_FULL_DATADIR}/vix/note/assets"
241242
)
242243

243244
# ============================================================================

0 commit comments

Comments
 (0)