Releases: im4aLL/personal-os
Releases · im4aLL/personal-os
Release list
1.4.0
[1.4.0]
Added
- Drag-and-drop reordering for projects in the sidebar
- Drag-and-drop reordering for Gantt work items and separators
- Resource name autocomplete when editing work items
positioncolumn on projects with migration and cloud sync support
Changed
- Projects list now orders by
positioninstead ofcreated_at - Gantt resource column is center-aligned; comment tooltips wrap long text
- Cloud writes use non-blocking
mirrorToCloudso local saves succeed even when remote is unreachable - New app logo and icon set, with light/dark variants in the sidebar
1.3.0 Silo
Here's the changelog from v1.2.0 (Dune) → v1.3.0 (Silo):
Changes (v1.2.0 → v1.3.0)
- Fix save link dialog overflow by wrapping long title/domain text
- Show weekday in work log entry dates
- Add PDF export dialog with per-export footer and date override
- Embed Inter + JetBrains Mono fonts in PDF export
- Use embedded Inter/JetBrains Mono fonts in note editor
- Add custom thin scrollbar styling
- Add privacy mode toggle to note list
v1.2.0 Dune
1.2.0 "Dune" Release Notes
New Features
- Pin notes — Keep your most important notes at the top of the list with the new pin feature.
- Export notes — Export your notes for backup or sharing.
Improvements
- Added a confirmation dialog before deleting notes, to help prevent accidental data loss.
- Added icons to the note export menu for easier navigation.
1.1.0
Here's the changelog for v1.1.0 "Odyssey":
v1.1.0 "Odyssey"
Added
- Note preview now supports GitHub-themed syntax highlighting for fenced code blocks (light/dark aware)
- Select text in note preview to surface a floating "Add as todo" button, creating a todo from the selection
- Font size controls (+/-) for notes, persisted and applied consistently across edit and preview panes
- Archived todos dialog for viewing/managing archived tasks
Fixed
- Todo drag-and-drop now correctly reorders cards within and across kanban columns (previously only column changes were tracked; position was silently dropped)
- Kanban column drop-target highlighting now reacts to hovering over a card, not just empty column space
- Scroll position now syncs between note edit and preview modes instead of resetting to the top on switch
Internal
- Migrated todo drag-and-drop to
@dnd-kit/sortablefor proper index-aware drop handling - Added
updateTodoPositionspersistence wiring
1.0.0-beta
Windows / MacOS
Working as expected.
For linux
sudo snap install personalosNote: In Arch Linux cloud mode not working. Most likely: WebKitGTK inside the strict Snap is failing the frontend fetch() request, even though the network itself is fine. The practical fix would be to move Turso HTTP calls from frontend fetch() to a Tauri Rust command using reqwest. The Rust side already has reqwest and is not subject to WebKitGTK fetch quirks.
Arch Linux: Tried for AUR package but Account registration is currently disabled.
deb package is not tested