Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Release v0.6.0
Rūdolfs Ošiņš committed 10 months ago
commit 71904a7e407ab326a467bf9942222c6d01049f9f
parent 2f801b9
2 files changed +14 -1
modified CHANGELOG.md
@@ -1,3 +1,16 @@
+
### v0.6.0
+

+
- UI polish: scrollbars now auto-hide across the app
+
- Fixed button overflow in issue and patch sidebars
+
- Draft reviews can now be composed before publishing
+
- Added opt-in automatic app update notifications
+
- Reworked patch view for clearer, more efficient code reviews
+

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

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

+

### v0.5.0

- The app is now officially available via Arch packaging
modified crates/radicle-tauri/tauri.conf.json
@@ -2,7 +2,7 @@
  "productName": "Radicle",
  "mainBinaryName": "radicle-desktop",
  "identifier": "xyz.radicle.desktop",
-
  "version": "0.5.0",
+
  "version": "0.6.0",
  "build": {
    "beforeDevCommand": "npm start",
    "devUrl": "http://localhost:1420",