| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest.yml | 2026-03-20 | 337 Bytes | |
| Dory.Setup.0.4.3.exe.blockmap | 2026-03-20 | 156.3 kB | |
| Dory-0.4.3-win.zip | 2026-03-20 | 201.8 MB | |
| Dory.Setup.0.4.3.exe | 2026-03-20 | 154.6 MB | |
| Dory.0.4.3.exe | 2026-03-20 | 154.3 MB | |
| Dory-0.4.3-arm64.dmg.blockmap | 2026-03-20 | 184.0 kB | |
| latest-mac.yml | 2026-03-20 | 496 Bytes | |
| Dory-0.4.3-arm64-mac.zip.blockmap | 2026-03-20 | 171.2 kB | |
| Dory-0.4.3-arm64.dmg | 2026-03-20 | 177.0 MB | |
| Dory-0.4.3-arm64-mac.zip | 2026-03-20 | 170.8 MB | |
| README.md | 2026-03-20 | 1.4 kB | |
| v0.4.3 source code.tar.gz | 2026-03-20 | 9.4 MB | |
| v0.4.3 source code.zip | 2026-03-20 | 10.2 MB | |
| Totals: 13 Items | 878.5 MB | 0 | |
What's Changed
Features
- Organization plugin integration: Migrated core authentication and team-handling logic into a dedicated organization plugin, enabling more scalable and modular multi-organization support across the web app.
Improvements
- Simplified team context handling: Removed reliance on
defaultTeamIdacross auth flows (Electron auth consume/finalize), API routes, and client-side auth utilities—reducing ambiguity and improving consistency when resolving the current organization or team.
Fixes
- Database migration reliability: Updated Drizzle migration tooling and added repair scripts to ensure consistent schema state across PostgreSQL and pglite environments, especially after organization-related schema changes.
Docs
- README updates: Multiple iterative improvements to documentation clarity, including setup instructions, architecture notes, and usage guidance for the new organization-aware workflows.
Internal
- Refactored auth layer: Consolidated and simplified auth utilities (
auth.ts,current-organization.ts,migration-state.ts) to align with the organization plugin abstraction, removing redundant defaults and tightening type safety. - Migration cleanup: Dropped obsolete migration files and journal entries related to legacy team-id assumptions, streamlining the database migration history.