Desktop v1.0.0
·
16 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's Changed
- enhance by @Gerome-Elassaad in #40
- Desktop/app by @Gerome-Elassaad in #41
Desktop Application Added v1.0.0
Now, there’s a dedicated apps/
directory. The desktop app lives in apps/desktop/
, the web app stays in the main folder, and shared resources sit in common directories (like databases and templates). It’s much clearer where everything belongs.
For developers, this means less confusion and easier onboarding for new contributors. Each app can be worked on independently, and the structure makes adding future platforms — like a mobile app or browser extension — simple.
For full context we have added documentation for the desktop app: Read Docs
To understand more please read Workspace.md
New Contributors
Full Changelog: v0.9.2...v1.0.0