Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Release v0.10.0
Rūdolfs Ošiņš committed 1 month ago
commit ee36f75d0593e243b56e5035dc92ad486befb70d
parent e1509f0
2 files changed +9 -1
modified CHANGELOG.md
@@ -1,3 +1,11 @@
+
### v0.10.0
+

+
- Fixed app loading indicator
+
- Sidebar scroll position is now preserved when navigating between views
+
- Changed default seed node to iris.radicle.xyz
+
- Updated to Heartwood 1.7.1
+

+

### v0.9.0

- Redesigned the entire app with a new UI kit — typography, colors, icons,
modified crates/radicle-tauri/tauri.conf.json
@@ -2,7 +2,7 @@
  "productName": "Radicle",
  "mainBinaryName": "radicle-desktop",
  "identifier": "xyz.radicle.desktop",
-
  "version": "0.9.0",
+
  "version": "0.10.0",
  "build": {
    "beforeDevCommand": "npm start",
    "devUrl": "http://localhost:1420",