Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Release v0.3.0
Sebastian Martinez committed 1 year ago
commit f5f877c03089259f3d6408ab4de6fab41f313f06
parent aae2d6bff4a04970ea298c443a997a4f1ea1022a
2 files changed +9 -1
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",