Releases: beNative/docforge
DocForge v0.8.5
DocForge v0.8.5
v0.8.5 - The Codebase Consistency Upgrade
This release is a comprehensive refactoring effort that standardizes styling, typing, and error handling patterns across the application, laying a cleaner foundation for future development without changing functional behavior.
🛠 Improvements
- Quotes Consistency: All internal TypeScript and React source files now strictly enforce single quotes.
- TypeScript Rigor: Cleaned up inline object prop types into documented interfaces (
EditorRefPluginProps) and replaced several broadanyusages with exact Lexical editor state types. - Error Handling: Globally unified our Promise implementations to catch as
error(e.g.,catch (error) { ... }) for consistency across backend and frontend calls. - Code Structure: Converted mixed component initializations into predictable arrow functions, stripped unneeded
Iprefixes from interfaces, and hoisted deferred imports to the top of their modules.
Downloads
| Platform | Architecture | Format | Download |
|---|---|---|---|
| Linux | ARM64 | Debian Package (.deb) | docforge_0.8.5_arm64.deb |
| Linux | ARM64 | AppImage (.AppImage) | DocForge-0.8.5-arm64.AppImage |
| Linux | ARM64 | Tarball (.tar.gz) | docforge-0.8.5-arm64.tar.gz |
| Linux | ARMv7l | Debian Package (.deb) | docforge_0.8.5_armv7l.deb |
| Linux | ARMv7l | AppImage (.AppImage) | DocForge-0.8.5-armv7l.AppImage |
| Linux | ARMv7l | Tarball (.tar.gz) | docforge-0.8.5-armv7l.tar.gz |
| Linux | x64 | Debian Package (.deb) | docforge_0.8.5_amd64.deb |
| Linux | x64 | AppImage (.AppImage) | DocForge-0.8.5.AppImage |
| Linux | x64 | Tarball (.tar.gz) | docforge-0.8.5.tar.gz |
| macOS | x64 | Disk Image (.dmg) | DocForge-0.8.5.dmg |
| Windows | ia32 | NSIS Installer (.exe) | DocForge-Setup-0.8.5-ia32.exe |
| Windows | x64 | NSIS Installer (.exe) | DocForge-Setup-0.8.5.exe |
Verify the downloaded installer before running it in your environment.
DocForge v0.8.4
DocForge v0.8.4
v0.8.4 - The Codebase Consistency Upgrade
This release is a comprehensive refactoring effort that standardizes styling, typing, and error handling patterns across the application, laying a cleaner foundation for future development without changing functional behavior.
🛠 Improvements
- Quotes Consistency: All internal TypeScript and React source files now strictly enforce single quotes.
- TypeScript Rigor: Cleaned up inline object prop types into documented interfaces (
EditorRefPluginProps) and replaced several broadanyusages with exact Lexical editor state types. - Error Handling: Globally unified our Promise implementations to catch as
error(e.g.,catch (error) { ... }) for consistency across backend and frontend calls. - Code Structure: Converted mixed component initializations into predictable arrow functions, stripped unneeded
Iprefixes from interfaces, and hoisted deferred imports to the top of their modules.
Downloads
| Platform | Architecture | Format | Download |
|---|---|---|---|
| Linux | ARM64 | Debian Package (.deb) | docforge_0.8.4_arm64.deb |
| Linux | ARM64 | AppImage (.AppImage) | DocForge-0.8.4-arm64.AppImage |
| Linux | ARM64 | Tarball (.tar.gz) | docforge-0.8.4-arm64.tar.gz |
| Linux | ARMv7l | Debian Package (.deb) | docforge_0.8.4_armv7l.deb |
| Linux | ARMv7l | AppImage (.AppImage) | DocForge-0.8.4-armv7l.AppImage |
| Linux | ARMv7l | Tarball (.tar.gz) | docforge-0.8.4-armv7l.tar.gz |
| Linux | x64 | Debian Package (.deb) | docforge_0.8.4_amd64.deb |
| Linux | x64 | AppImage (.AppImage) | DocForge-0.8.4.AppImage |
| Linux | x64 | Tarball (.tar.gz) | docforge-0.8.4.tar.gz |
| macOS | x64 | Disk Image (.dmg) | DocForge-0.8.4.dmg |
| Windows | ia32 | NSIS Installer (.exe) | DocForge-Setup-0.8.4-ia32.exe |
| Windows | x64 | NSIS Installer (.exe) | DocForge-Setup-0.8.4.exe |
Verify the downloaded installer before running it in your environment.
DocForge v0.8.3
DocForge v0.8.3
v0.8.3 - The Safety & Context Menu Update
This release brings an intelligent context menu to the document editor and introduces deletion safeguards so your content stays secure during rapid editing.
✨ Features
- 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.
- Deletion Protection: Intercepts structural delete and backspace commands that would otherwise accidentally erase your entire document or empty the editor unexpectedly.
🛠 Improvements
- 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.
- 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.
Downloads
| Platform | Architecture | Format | Download |
|---|---|---|---|
| Linux | ARM64 | Debian Package (.deb) | docforge_0.8.3_arm64.deb |
| Linux | ARM64 | AppImage (.AppImage) | DocForge-0.8.3-arm64.AppImage |
| Linux | ARM64 | Tarball (.tar.gz) | docforge-0.8.3-arm64.tar.gz |
| Linux | ARMv7l | Debian Package (.deb) | docforge_0.8.3_armv7l.deb |
| Linux | ARMv7l | AppImage (.AppImage) | DocForge-0.8.3-armv7l.AppImage |
| Linux | ARMv7l | Tarball (.tar.gz) | docforge-0.8.3-armv7l.tar.gz |
| Linux | x64 | Debian Package (.deb) | docforge_0.8.3_amd64.deb |
| Linux | x64 | AppImage (.AppImage) | DocForge-0.8.3.AppImage |
| Linux | x64 | Tarball (.tar.gz) | docforge-0.8.3.tar.gz |
| macOS | x64 | Disk Image (.dmg) | DocForge-0.8.3.dmg |
| Windows | ia32 | NSIS Installer (.exe) | DocForge-Setup-0.8.3-ia32.exe |
| Windows | x64 | NSIS Installer (.exe) | DocForge-Setup-0.8.3.exe |
Verify the downloaded installer before running it in your environment.
DocForge v0.8.2
DocForge v0.8.2
v0.8.2 - The Antigravity Styling Update
🛠 Improvements
- Antigravity Design Language: Applied a cleaner, VS Code-inspired design across the application:
- Sharper corners (
rounded-sm) on buttons, modals, tooltips, and dropdowns. - Reduced focus ring intensity for a more subtle, native appearance.
- Removed shadows from modals, tooltips, and context menus for a flatter look.
- Status bar controls (LLM selectors, database dropdown, zoom buttons) now use text-only hover/focus instead of visible rings.
- Sharper corners (
- Improved Markdown Preview Zoom: Text now reflows properly when zooming in or out, eliminating whitespace issues at different zoom levels.
- Better Tree Selection Visibility: Fixed the tree item selection highlight in light mode to be clearly visible instead of nearly transparent.
🐛 Fixes
- Disabled the scroll synchronization between the code editor and Markdown preview panes, as the sync behavior was unreliable. Panes now scroll independently.
- Fixed search box styling to be more professional with a subtle background and no visible border.
Downloads
| Platform | Architecture | Format | Download |
|---|---|---|---|
| Linux | ARM64 | Debian Package (.deb) | docforge_0.8.2_arm64.deb |
| Linux | ARM64 | AppImage (.AppImage) | DocForge-0.8.2-arm64.AppImage |
| Linux | ARM64 | Tarball (.tar.gz) | docforge-0.8.2-arm64.tar.gz |
| Linux | ARMv7l | Debian Package (.deb) | docforge_0.8.2_armv7l.deb |
| Linux | ARMv7l | AppImage (.AppImage) | DocForge-0.8.2-armv7l.AppImage |
| Linux | ARMv7l | Tarball (.tar.gz) | docforge-0.8.2-armv7l.tar.gz |
| Linux | x64 | Debian Package (.deb) | docforge_0.8.2_amd64.deb |
| Linux | x64 | AppImage (.AppImage) | DocForge-0.8.2.AppImage |
| Linux | x64 | Tarball (.tar.gz) | docforge-0.8.2.tar.gz |
| macOS | x64 | Disk Image (.dmg) | DocForge-0.8.2.dmg |
| Windows | ia32 | NSIS Installer (.exe) | DocForge-Setup-0.8.2-ia32.exe |
| Windows | x64 | NSIS Installer (.exe) | DocForge-Setup-0.8.2.exe |
Verify the downloaded installer before running it in your environment.
DocForge v0.8.0
DocForge v0.8.0
v0.8.0 - The Emoji & Command Palette Update
✨ Features
- Added AI-assisted emoji suggestions and inline emoji pickers to document titles and folder names, making it easy to personalize the tree or accept LLM-generated prefixes without leaving the editor.
- Expanded the Command Palette with document editor actions—including formatting, locking, manual saves, AI refinement, and emoji generation—so keyboard workflows can reach the newest tools instantly.
🛠 Improvements
- Replaced the appearance color selectors with a compact palette that closes on outside clicks, speeding up theme tweaks while keeping the popover accessible.
- Restyled document search snippets with themed backgrounds and accent borders that stay legible across light and dark modes.
- Refined the "Last Saved" status indicator to show relative timestamps with a tooltip that reveals the exact save time.
🐛 Fixes
- Ensured document command triggers reinitialize whenever the active editor changes so command palette shortcuts run reliably.
📝 Documentation
- Updated the README and manuals to cover emoji-enhanced titles, new command palette entries, and the refreshed appearance controls while preparing the v0.8.0 release package.
Downloads
| Platform | Architecture | Format | Download |
|---|---|---|---|
| Linux | ARM64 | Debian Package (.deb) | docforge_0.8.0_arm64.deb |
| Linux | ARM64 | AppImage (.AppImage) | DocForge-0.8.0-arm64.AppImage |
| Linux | ARM64 | Tarball (.tar.gz) | docforge-0.8.0-arm64.tar.gz |
| Linux | ARMv7l | Debian Package (.deb) | docforge_0.8.0_armv7l.deb |
| Linux | ARMv7l | AppImage (.AppImage) | DocForge-0.8.0-armv7l.AppImage |
| Linux | ARMv7l | Tarball (.tar.gz) | docforge-0.8.0-armv7l.tar.gz |
| Linux | x64 | Debian Package (.deb) | docforge_0.8.0_amd64.deb |
| Linux | x64 | AppImage (.AppImage) | DocForge-0.8.0.AppImage |
| Linux | x64 | Tarball (.tar.gz) | docforge-0.8.0.tar.gz |
| macOS | x64 | Disk Image (.dmg) | DocForge-0.8.0.dmg |
| Windows | ia32 | NSIS Installer (.exe) | DocForge-Setup-0.8.0-ia32.exe |
| Windows | x64 | NSIS Installer (.exe) | DocForge-Setup-0.8.0.exe |
Verify the downloaded installer before running it in your environment.
DocForge v0.7.0
DocForge v0.7.0
v0.7.0 - The Focused Zoom & Clipboard Intelligence Update
✨ Features
- Automatically generate titles for clipboard imports whenever a local LLM is connected, so captured snippets arrive with meaningful names without extra typing. #218
- Added an "Open installation folder" action to the About dialog via a new Electron bridge, making it easy to locate the running binaries during support sessions. #216
🛠 Improvements
- Gave the workspace zoom controls their own focus target so buttons, shortcuts, and 5% increments follow whichever pane (editor or preview) you're working in, and clarified the status bar label. #217
- Expanded the logger panel with range selection, drag multi-select, and configurable clipboard exports for timestamps, levels, and line breaks. #215
- Matched the Folder Overview rename button styling to its neighboring controls for a consistent affordance. #214
🐛 Fixes
- Restored the default tooltip styling for truncated sidebar titles so hover hints stay legible. #219
📝 Documentation
- Documented the focused zoom workflow, clipboard title generation, logger export tools, and the new About dialog shortcut while preparing the v0.7.0 release package.
Downloads
| Platform | Architecture | Format | Download |
|---|---|---|---|
| Linux | ARM64 | Debian Package (.deb) | docforge_0.7.0_arm64.deb |
| Linux | ARM64 | AppImage (.AppImage) | DocForge-0.7.0-arm64.AppImage |
| Linux | ARM64 | Tarball (.tar.gz) | docforge-0.7.0-arm64.tar.gz |
| Linux | ARMv7l | Debian Package (.deb) | docforge_0.7.0_armv7l.deb |
| Linux | ARMv7l | AppImage (.AppImage) | DocForge-0.7.0-armv7l.AppImage |
| Linux | ARMv7l | Tarball (.tar.gz) | docforge-0.7.0-armv7l.tar.gz |
| Linux | x64 | Debian Package (.deb) | docforge_0.7.0_amd64.deb |
| Linux | x64 | AppImage (.AppImage) | DocForge-0.7.0.AppImage |
| Linux | x64 | Tarball (.tar.gz) | docforge-0.7.0.tar.gz |
| macOS | x64 | Disk Image (.dmg) | DocForge-0.7.0.dmg |
| Windows | ia32 | NSIS Installer (.exe) | DocForge-Setup-0.7.0-ia32.exe |
| Windows | x64 | NSIS Installer (.exe) | DocForge-Setup-0.7.0.exe |
Verify the downloaded installer before running it in your environment.
DocForge v0.6.10
DocForge v0.6.10
v0.6.10 - The Auto-Install Controls Update
✨ Features
- Added an Automatic Installation toggle to Settings → General so administrators can decide whether DocForge installs downloaded updates the next time they quit.
- Mirrored the automatic-install switch inside the in-app update toast (desktop builds) alongside progress indicators and restart controls, letting you adjust the preference without leaving your workflow.
🐛 Fixes
- Ensured the desktop updater honors the saved automatic-install preference across sessions so downloads no longer revert to installing on quit unexpectedly.
📝 Documentation
- Documented the automatic-install controls and refreshed the release guides for the v0.6.10 tagging workflow.
Downloads
| Platform | Architecture | Format | Download |
|---|---|---|---|
| Linux | ARM64 | Debian Package (.deb) | docforge_0.6.10_arm64.deb |
| Linux | ARM64 | AppImage (.AppImage) | DocForge-0.6.10-arm64.AppImage |
| Linux | ARM64 | Tarball (.tar.gz) | docforge-0.6.10-arm64.tar.gz |
| Linux | ARMv7l | Debian Package (.deb) | docforge_0.6.10_armv7l.deb |
| Linux | ARMv7l | AppImage (.AppImage) | DocForge-0.6.10-armv7l.AppImage |
| Linux | ARMv7l | Tarball (.tar.gz) | docforge-0.6.10-armv7l.tar.gz |
| Linux | x64 | Debian Package (.deb) | docforge_0.6.10_amd64.deb |
| Linux | x64 | AppImage (.AppImage) | DocForge-0.6.10.AppImage |
| Linux | x64 | Tarball (.tar.gz) | docforge-0.6.10.tar.gz |
| macOS | x64 | Disk Image (.dmg) | DocForge-0.6.10.dmg |
| Windows | ia32 | NSIS Installer (.exe) | DocForge-Setup-0.6.10-ia32.exe |
| Windows | x64 | NSIS Installer (.exe) | DocForge-Setup-0.6.10.exe |
Verify the downloaded installer before running it in your environment.
DocForge v0.6.9
DocForge v0.6.9
v0.6.9 - The Release Prep Maintenance
🐛 Fixes
- Updated the release workflow fixtures to validate the
v0.6.9tag and installers, keeping the automated publishing checks aligned with the shipped binaries.
📝 Documentation
- Refreshed the release preparation guides so every README and manual references the
v0.6.9tagging flow and synchronized documentation updates.
Downloads
| Platform | Architecture | Format | Download |
|---|---|---|---|
| Linux | ARM64 | Debian Package (.deb) | docforge_0.6.9_arm64.deb |
| Linux | ARM64 | AppImage (.AppImage) | DocForge-0.6.9-arm64.AppImage |
| Linux | ARM64 | Tarball (.tar.gz) | docforge-0.6.9-arm64.tar.gz |
| Linux | ARMv7l | Debian Package (.deb) | docforge_0.6.9_armv7l.deb |
| Linux | ARMv7l | AppImage (.AppImage) | DocForge-0.6.9-armv7l.AppImage |
| Linux | ARMv7l | Tarball (.tar.gz) | docforge-0.6.9-armv7l.tar.gz |
| Linux | x64 | Debian Package (.deb) | docforge_0.6.9_amd64.deb |
| Linux | x64 | AppImage (.AppImage) | DocForge-0.6.9.AppImage |
| Linux | x64 | Tarball (.tar.gz) | docforge-0.6.9.tar.gz |
| macOS | x64 | Disk Image (.dmg) | DocForge-0.6.9.dmg |
| Windows | ia32 | NSIS Installer (.exe) | DocForge-Setup-0.6.9-ia32.exe |
| Windows | x64 | NSIS Installer (.exe) | DocForge-Setup-0.6.9.exe |
Verify the downloaded installer before running it in your environment.
DocForge v0.6.8
DocForge v0.6.8
v0.6.8 - The Publication Polish Update
This maintenance release keeps the publication workflow accurate by bumping
the version metadata, refreshing the Markdown guides, and aligning the release
tests with the assets that will accompany the new tag.
🛠 Improvements
- Bumped the application version to
v0.6.8and refreshed the release
tagging examples so the publishing checklist references the current
commands. - Re-reviewed every Markdown guide (README, manuals, version log) and synced
the copies indocs/to ensure the distributed documentation matches the
repository source. - Summarized the release tasks in this log so the GitHub release body can be
prepared directly from the latest entry.
🐛 Fixes
- Updated the release workflow test fixtures to expect
v0.6.8
identifiers and artifact names, preventing mismatches once the new
installer set is published.
Downloads
| Platform | Architecture | Format | Download |
|---|---|---|---|
| Linux | ARM64 | Debian Package (.deb) | docforge_0.6.8_arm64.deb |
| Linux | ARM64 | AppImage (.AppImage) | DocForge-0.6.8-arm64.AppImage |
| Linux | ARM64 | Tarball (.tar.gz) | docforge-0.6.8-arm64.tar.gz |
| Linux | ARMv7l | Debian Package (.deb) | docforge_0.6.8_armv7l.deb |
| Linux | ARMv7l | AppImage (.AppImage) | DocForge-0.6.8-armv7l.AppImage |
| Linux | ARMv7l | Tarball (.tar.gz) | docforge-0.6.8-armv7l.tar.gz |
| Linux | x64 | Debian Package (.deb) | docforge_0.6.8_amd64.deb |
| Linux | x64 | AppImage (.AppImage) | DocForge-0.6.8.AppImage |
| Linux | x64 | Tarball (.tar.gz) | docforge-0.6.8.tar.gz |
| macOS | x64 | Disk Image (.dmg) | DocForge-0.6.8.dmg |
| Windows | ia32 | NSIS Installer (.exe) | DocForge-Setup-0.6.8-ia32.exe |
| Windows | x64 | NSIS Installer (.exe) | DocForge-Setup-0.6.8.exe |
Verify the downloaded installer before running it in your environment.
DocForge v0.6.7
DocForge v0.6.7
v0.6.7 - The Release Readiness Confirmation
This maintenance release double-checks the release process ahead of the next
build by updating the version metadata, aligning the release tests, and
resyncing the documentation bundle.
🛠 Improvements
- Bumped the application version to
v0.6.7and refreshed the release
tagging examples so the workflow documentation continues to reflect the
current command sequence. - Reverified every Markdown guide (README, manuals, version log) and synced
thedocs/copies to ensure the published documentation matches the
repository sources.
🐛 Fixes
- Updated the release workflow tests to expect the new versioned installer
artifacts, preventing false failures when validating the publishing
pipeline.
Downloads
| Platform | Architecture | Format | Download |
|---|---|---|---|
| Linux | ARM64 | Debian Package (.deb) | docforge_0.6.7_arm64.deb |
| Linux | ARM64 | AppImage (.AppImage) | DocForge-0.6.7-arm64.AppImage |
| Linux | ARM64 | Tarball (.tar.gz) | docforge-0.6.7-arm64.tar.gz |
| Linux | ARMv7l | Debian Package (.deb) | docforge_0.6.7_armv7l.deb |
| Linux | ARMv7l | AppImage (.AppImage) | DocForge-0.6.7-armv7l.AppImage |
| Linux | ARMv7l | Tarball (.tar.gz) | docforge-0.6.7-armv7l.tar.gz |
| Linux | x64 | Debian Package (.deb) | docforge_0.6.7_amd64.deb |
| Linux | x64 | AppImage (.AppImage) | DocForge-0.6.7.AppImage |
| Linux | x64 | Tarball (.tar.gz) | docforge-0.6.7.tar.gz |
| macOS | x64 | Disk Image (.dmg) | DocForge-0.6.7.dmg |
| Windows | ia32 | NSIS Installer (.exe) | DocForge-Setup-0.6.7-ia32.exe |
| Windows | x64 | NSIS Installer (.exe) | DocForge-Setup-0.6.7.exe |
Verify the downloaded installer before running it in your environment.