Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Release v0.7.1
Rūdolfs Ošiņš committed 9 months ago
commit 5f4d31c9e313532e3ba66444a4ae9af9a7c33738
parent 2bbe4fd
2 files changed +8 -3
modified CHANGELOG.md
@@ -1,3 +1,8 @@
+
### v0.7.1
+

+
- Fixed a bug in patch and notification lists caused by a library incompatibility
+

+

### v0.7.0

- Source code can now be browsed directly within the app
@@ -12,8 +17,8 @@

### 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.
+
- 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
modified crates/radicle-tauri/tauri.conf.json
@@ -2,7 +2,7 @@
  "productName": "Radicle",
  "mainBinaryName": "radicle-desktop",
  "identifier": "xyz.radicle.desktop",
-
  "version": "0.7.0",
+
  "version": "0.7.1",
  "build": {
    "beforeDevCommand": "npm start",
    "devUrl": "http://localhost:1420",