From dcba58c2b98fdd7fa8f18718ebf3c03051fee54a Mon Sep 17 00:00:00 2001 From: Dwindi Ramadhana Date: Sun, 14 Jun 2026 00:56:38 +0700 Subject: [PATCH] chore: ignore OS meta files and update changelog for WYSIWYG and Object Editor updates --- .gitignore | 3 ++- public/data/commits.json | 19 ++++++++++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 31499fcb..e8d01f51 100755 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,6 @@ node_modules/ /backup # Misc -.DS_Store .env.local .env.development.local .env.test.local @@ -46,4 +45,6 @@ pids *.swo # OS generated files +.DS_Store Thumbs.db +._* diff --git a/public/data/commits.json b/public/data/commits.json index c2407de9..47ca1b2a 100755 --- a/public/data/commits.json +++ b/public/data/commits.json @@ -1,5 +1,22 @@ { "changelog": [ + { + "date": "2026-06-14", + "changes": [ + { + "datetime": "2026-06-14T10:00:00+07:00", + "type": "feature", + "title": "Major Markdown Editor Rewrite: WYSIWYG Experience", + "description": "Completely rebuilt the Markdown Editor to feature a true WYSIWYG (What You See Is What You Get) interface using Tiptap. You can now edit rich text visually like a Word document, while seamlessly converting back and forth to raw Markdown and clean HTML." + }, + { + "datetime": "2026-06-14T09:30:00+07:00", + "type": "enhancement", + "title": "Object Editor: Data Preview & Multidimensional Search", + "description": "The Object Editor now defaults to a fast Read-Only preview when you paste JSON data. We also added an incredibly powerful multidimensional search bar that instantly filters, highlights, and expands nested nodes matching your query." + } + ] + }, { "date": "2026-02-18", "changes": [ @@ -291,4 +308,4 @@ ] } ] -} \ No newline at end of file +}