Releases: DaccordProject/daccord
Releases · DaccordProject/daccord
Release list
v0.2.5
What's Changed
- feat(voice): surface soundboard in the in-call voice control bar by @krazyjakee in #172
- Codebase audit: DRY/consistency cleanup of the view tier by @krazyjakee in #176
- feat(federation): foundations, identity & join flow (Milestones 1–2) by @krazyjakee in #173
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- Cache spaces offline and show server-unreachable state by @krazyjakee in #120
- fix(spaces): make rail reorder & folders work on touch by @krazyjakee in #121
- fix(error-reporting): point default DSN at GlitchTip project 2 by @krazyjakee in #122
- fix(messaging): make message header times date-aware by @krazyjakee in #128
- Add App Store deployment pipeline for iOS and macOS by @krazyjakee in #126
- Fix mobile left-edge swipe popping home to sign-in by @krazyjakee in #125
- chore: update Apple bundle id to com.cattrall.daccord by @krazyjakee in #124
- feat(skills): add ux-sweep skill for per-feature UX audits by @krazyjakee in #133
- fix(reactions): dedup unicode reaction so it shows once by @krazyjakee in #129
- feat(forum): traditional forum layout with post actions (#130) by @krazyjakee in #131
- QR-code 2FA setup and consolidated account settings by @krazyjakee in #132
- feat(voice): DM voice/video calls — call button, ring/accept/decline UI (#127) by @krazyjakee in #134
- fix(channels): use ReorderableListView.onReorder; gate CI on stable too by @krazyjakee in #142
- refactor: deduplicate client lookup, section headers, and confirm dialogs by @krazyjakee in #143
- fix(windows): silence experimental/coroutine deprecation (STL1011) by @krazyjakee in #147
- ci(play): upload signed AAB artifact for manual first upload by @krazyjakee in #148
- feat(forum): share button on forum posts (app + public web link) by @krazyjakee in #146
- refactor: DRY sweep — shared helpers & components (net -116 LOC) by @krazyjakee in #144
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- docs: clarify http:// prefix needed for local/self-hosted servers by @krazyjakee in #119
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- feat: remember last window size & position on desktop by @krazyjakee in #98
- Restore documentation and add desktop self-hosting guide by @krazyjakee in #103
- fix(updates): select installable asset by priority; show version in About by @krazyjakee in #99
- chore: vendor accordkit SDK in-tree at packages/accordkit by @krazyjakee in #105
- Fix custom emoji reactions rendering as literal name:id text by @krazyjakee in #104
- Top-of-rail DM button + member context menu & quick DM by @krazyjakee in #101
- fix(messaging): render markdown and tappable mention/channel chips together by @krazyjakee in #106
- fix(reactions): show reactors list and render emoji glyph by @krazyjakee in #102
- feat: read-state & cross-server notifications, context menus, message markup, resizable channel column & space settings by @krazyjakee in #100
- feat(channels): inline sidebar drag-reorder & text-type switching by @krazyjakee in #107
- Refactor: Extract rail tiles and space actions into separate files by @krazyjakee in #108
- Add opt-in error reporting via GlitchTip (Sentry-compatible) by @krazyjakee in #109
- fix(error-reporting): import flutter_riverpod for .select extension by @krazyjakee in #110
- feat(messaging): emoji reactions with custom-emoji image resolution by @krazyjakee in #111
- feat: MCP permission tools + rail reorder, image cropping, faster member loading by @krazyjakee in #115
- ci: speed up CI by gating PRs on analyze/test only by @krazyjakee in #116
- feat(android): survive backgrounding — reconnect on resume + optional foreground service by @krazyjakee in #117
- Inset top banners below the OS status bar on mobile by @krazyjakee in #118
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- docs: voice, video & screen sharing are implemented by @krazyjakee in #92
- Add welcome onboarding screen and server browser landing by @krazyjakee in #94
- Space-menu parity + self-update (#82–#88, #91) by @krazyjakee in #93
- Fix welcome screen layout overflow; rebrand web loader by @krazyjakee in #95
- fix(theme): make all text readable on dark surfaces by @krazyjakee in #96
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Full Changelog: https://github.com/DaccordProject/daccord/commits/v0.2.0
v0.1.20
Fixed
- CI: harden apt-get installs against transient mirror failures (#65)
v0.1.19
Added
- Developer settings: "Reset Local User Data" button to wipe local profiles, credentials, and caches for testing fresh-install flows
v0.1.18
Added
- Right-click context menu on channel tabs
- Copy
https://daccord.gg/open/share URLs from context menus
Fixed
- Spring clean: 5 failing tests, lint issues, refactor, missing signal wiring
- Restore website rebuild trigger on stable releases (#53)
v0.1.17
Added
- Session rejoin, web gateway resilience, and unread acknowledgement
- Plugin helpers refactor
Fixed
- Mobile responsive layout: full-height drawers and modal width capping