Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Bump release to 0.6.1
Sebastian Martinez committed 9 months ago
commit 0fe157e4035e4b80bef9ead3410ff304edb6715e
parent c0036eb
2 files changed +7 -1
modified CHANGELOG.md
@@ -1,3 +1,9 @@
+
### v0.6.1
+

+
- Fixed a bug where the app wouldn't onboard new users or locked identities.
+
- Fixed regression where the current version of the app wasn't including the commit it was built from.
+

+

### v0.6.0

- UI polish: scrollbars now auto-hide across the app
modified crates/radicle-tauri/tauri.conf.json
@@ -2,7 +2,7 @@
  "productName": "Radicle",
  "mainBinaryName": "radicle-desktop",
  "identifier": "xyz.radicle.desktop",
-
  "version": "0.6.0",
+
  "version": "0.6.1",
  "build": {
    "beforeDevCommand": "npm start",
    "devUrl": "http://localhost:1420",