Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Release v0.3.0
Open did:key:z6MkkfM3...sVz5 opened 11 months ago
2 files changed +9 -1 aae2d6bf f5f877c0
modified CHANGELOG.md
@@ -1,3 +1,11 @@
+
### v0.3.0
+

+
- Implemented an onboarding guide to improve the getting started experience for new users
+
- Introduced a dedicated repo homepage displaying its README and project metadata for better project overview
+
- Improved UI elements with more descriptive buttons and a new "New Patch" button for streamlined collaboration
+
- Added version information and commit hash in the Settings popover for better troubleshooting and support
+
- Fixed notification counter accuracy and comment placement issues for a more reliable user experience
+

### 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.2.0",
+
  "version": "0.3.0",
  "build": {
    "beforeDevCommand": "npm start",
    "devUrl": "http://localhost:1420",