summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorhaoyuren <13851610112@163.com>2026-03-15 13:41:14 -0500
committerhaoyuren <13851610112@163.com>2026-03-15 13:41:14 -0500
commit3a1ad20d63f7d96dd6b4aee92b2851b3a35a8d92 (patch)
tree1cbcbb9f1af46384caaa1450979e098a3a29c76d /package.json
parent0b2431faad5271e4721fcf7f96917b1a314120b3 (diff)
v0.3.2: Add search features and SyncTeX forward searchv0.3.2
- In-file search: Cmd+F opens CodeMirror search panel with themed styling - Multi-file search: Cmd+Shift+F or toolbar button opens project-wide search - PDF text search: Cmd+F on PDF or search button to find text in PDF - SyncTeX forward search: Cmd+Enter jumps from editor cursor to PDF position Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 49f131e..66f78cd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "lattex",
- "version": "0.3.1",
+ "version": "0.3.2",
"description": "LaTeX editor with real-time Overleaf sync",
"license": "AGPL-3.0",
"author": "Yuren Hao",