You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ DocForge is a desktop application designed to streamline the process of creating
8
8
-**Integrated Command Palette:** Quickly access all core functions from a central search bar, including editor actions such as formatting, locking, AI refinement, and emoji generation.
9
9
-**Hierarchical Document Organization:** Organize your documents in a familiar folder structure. Create nested subfolders, duplicate items, and use drag-and-drop to rearrange your workspace or import files from your computer.
10
10
-**Clipboard Capture:** Turn whatever is on your system clipboard into a document in one step—DocForge classifies the contents automatically, generates a title with your connected LLM when possible, and prompts you to restore permissions if clipboard access is blocked.
11
-
-**Full Context Menu & Keyboard Navigation:** Navigate and manage items using a complete right-click context menu or use only the keyboard for a faster workflow.
11
+
-**Hover-First Tree Actions:** Keep document titles readable while revealing quick actions—duplicate, export, lock, etc.—only when you hover or focus each row in the sidebar.
12
+
-**Intelligent Context Menu & Delete Protection:** Use a custom right-click menu in the editor for text formatting and table manipulation, backed by a safety plugin that prevents accidental deletions of your entire document.
12
13
-**Universal Monaco Editor:** A powerful, VS Code-like editor is used for all document types, including Markdown, HTML, and various source code files, with syntax highlighting and code folding.
13
14
-**One-Click Formatting:** Clean up Markdown, JSON, JavaScript, and TypeScript documents directly from the editor toolbar.
14
15
-**Cancel Unsaved Changes:** Instantly roll a document back to its last saved state with a dedicated toolbar button when an experiment goes sideways.
Copy file name to clipboardExpand all lines: VERSION_LOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Version Log
2
2
3
+
## v0.8.3 - The Safety & Context Menu Update
4
+
5
+
This release brings an intelligent context menu to the document editor and introduces deletion safeguards so your content stays secure during rapid editing.
6
+
7
+
### ✨ Features
8
+
9
+
-**Intelligent Context Menu**: Added a custom right-click menu to the editor that adapts to your selection. It intelligently provides text formatting and link options for text, dedicated controls for selected images, and rich table manipulation (insert/delete rows and columns) when editing tables.
10
+
-**Deletion Protection**: Intercepts structural delete and backspace commands that would otherwise accidentally erase your entire document or empty the editor unexpectedly.
11
+
12
+
### 🛠 Improvements
13
+
14
+
- Added keyboard shortcut hints to the editor toolbar tooltips (e.g., Undo (Ctrl+Z), Bold (Ctrl+B), Insert Link (Ctrl+K)) so you can discover standard hotkeys without leaving the composing window.
15
+
- Switched the HTML and image preview zoom mechanism to use native CSS zoom (`zoom:`). This improves alignment and removes the nested scrollbars introduced by the previous pan container.
0 commit comments