Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Release v0.3.0
Sebastian Martinez committed 11 months ago
commit 25c6ab322b697ace4bd30bce2c515e659a14bccb
parent aae2d6b
2 files changed +9 -1
modified CHANGELOG.md
@@ -1,3 +1,11 @@
+
### v0.3.0
+

+
- New onboarding guide to help users get started faster
+
- Repo homepage now shows README and project info for quick overview
+
- UI improvements, including clearer buttons and a new "New Patch" button
+
- 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.2.0",
+
  "version": "0.3.0",
  "build": {
    "beforeDevCommand": "npm start",
    "devUrl": "http://localhost:1420",