Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Release v0.7.0
Rūdolfs Ošiņš committed 9 months ago
commit 0e4711b313a1293727664abe91b03ed4ea2290d1
parent 1583a31
2 files changed +13 -1
modified CHANGELOG.md
@@ -1,3 +1,15 @@
+
### v0.7.0
+

+
- Source code can now be browsed directly within the app
+
- Draft reviews and their comments can now be deleted
+
- Issue state changes no longer affect the issue list in the sidebar
+
- Repo cards now support keyboard navigation for easier selection
+

+
**Shout-out to our contributors 🙏✨**
+

+
- [geigerzaehler](https://app.radicle.xyz/nodes/iris.radicle.xyz/users/did:key:z6Mki9XNNHeVRnYS88U59iCBzKUp2xWM3f4zvA3cXuKJFvWF)
+

+

### v0.6.1

- Fixed a bug where the app wouldn't onboard new users or locked identities.
modified crates/radicle-tauri/tauri.conf.json
@@ -2,7 +2,7 @@
  "productName": "Radicle",
  "mainBinaryName": "radicle-desktop",
  "identifier": "xyz.radicle.desktop",
-
  "version": "0.6.1",
+
  "version": "0.7.0",
  "build": {
    "beforeDevCommand": "npm start",
    "devUrl": "http://localhost:1420",