Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Release v0.4.0
Rūdolfs Ošiņš committed 11 months ago
commit e8fb74cf096d408c4daf2514903016646500d070
parent 5fea390
2 files changed +22 -1
modified CHANGELOG.md
@@ -1,3 +1,23 @@
+
### v0.4.0
+

+
- Notification inbox is now accessible from any view without navigating away
+
- App icon now shows a badge with the unread notification count and polls for updates
+
- Added global breadcrumbs for easier navigation
+
- Added quick copy actions for IDs and links to https://app.radicle.xyz
+
- Syntax highlighting added for diffs in markdown code blocks (` ```diff `)
+
- Improved dropdown UI — triggers are now visually distinct when active
+
- Fixed AppImage bug affecting Arch, Fedora, and Red Hat users
+
- App is now officially available for Nix users via https://radworks.garden
+

+
**Shout-out to contributors 🙏✨**
+

+
- youthlic `did:key:z6MktsSuE4bVYbuTtEPjmhrQWA7dMri7GUg9Qp9o8tRCsmhu`
+
- tshepang `did:key:z6MkfPSKW7AgQqXSi8fgEJMduHpm9ABmsPYwPhMeF7PssonK`
+
- geigerzaehler `did:key:z6Mki9XNNHeVRnYS88U59iCBzKUp2xWM3f4zvA3cXuKJFvWF`
+
- fintohaps `did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM`
+
- lorenz `did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz`
+

+

### v0.3.0

- New onboarding guide to help users get started faster
@@ -6,6 +26,7 @@
- Settings now show version and commit hash for easier support
- Fixed notification count and comment placement bugs

+

### v0.2.0

- Added font size controls for enhanced readability and accessibility
modified crates/radicle-tauri/tauri.conf.json
@@ -2,7 +2,7 @@
  "productName": "Radicle",
  "mainBinaryName": "radicle-desktop",
  "identifier": "xyz.radicle.desktop",
-
  "version": "0.3.0",
+
  "version": "0.4.0",
  "build": {
    "beforeDevCommand": "npm start",
    "devUrl": "http://localhost:1420",