Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Release v0.5.0
Open did:key:z6MkkfM3...sVz5 opened 10 months ago
2 files changed +29 -7 e246a48b dab7b445
modified CHANGELOG.md
@@ -1,8 +1,30 @@
+
### v0.5.0
+

+
- The app is now officially available via Arch packaging
+
- Fuzzy search now supports repo IDs, descriptions, and issue/patch IDs
+
- Updated Heartwood crates to support Radicle 1.2.0
+
- Bundled Radicle tooling and Node in Nix for smoother setup
+
- Added a startup spinner if launch takes more than 1 second
+
- Fullscreen error shown if COB schemas need upgrading
+
- UI improvements: themed scrollbars that auto-hide and match the color scheme
+
- Repos can now be seeded by RID directly from the app
+
- Added warning and one-click recovery when COB cache is out of date, fixing mismatched patch/issue counters
+
- Fixed regression where single patch view didn’t load additional items on scroll
+

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

+
- [geigerzaehler](https://app.radicle.xyz/nodes/iris.radicle.xyz/users/did:key:z6Mki9XNNHeVRnYS88U59iCBzKUp2xWM3f4zvA3cXuKJFvWF)
+
- [Kuehle](https://app.radicle.xyz/nodes/iris.radicle.xyz/users/did:key:z6MkgFWv1K9Lqvi5VHm4mtfDo5MvanWVNYU1gkvT9Rwr1Lu7)
+
- [lorenz](https://app.radicle.xyz/nodes/iris.radicle.xyz/users/did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz)
+
- [tippfehlr](https://app.radicle.xyz/nodes/iris.radicle.xyz/users/did:key:z6MksSTAFPKk7eQju9aGzK64qpfiSnKQ1tJWv1rdzRd5bMHU)
+

+

### v0.4.1

- Fixed a bug in the release pipeline to update the latest artifacts
- Added WSL2 installation instructions to https://radworks.garden

+

### v0.4.0

- Notification inbox is now accessible from any view without navigating away
@@ -14,13 +36,13 @@
- Fixed AppImage bug affecting Arch, Fedora, and Red Hat users
- App is now officially available for Nix users via https://radworks.garden

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

-
- youthlic `did:key:z6MktsSuE4bVYbuTtEPjmhrQWA7dMri7GUg9Qp9o8tRCsmhu`
-
- tshepang `did:key:z6MkfPSKW7AgQqXSi8fgEJMduHpm9ABmsPYwPhMeF7PssonK`
-
- geigerzaehler `did:key:z6Mki9XNNHeVRnYS88U59iCBzKUp2xWM3f4zvA3cXuKJFvWF`
-
- fintohaps `did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM`
-
- lorenz `did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz`
+
- [fintohaps](https://app.radicle.xyz/nodes/iris.radicle.xyz/users/did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM)
+
- [geigerzaehler](https://app.radicle.xyz/nodes/iris.radicle.xyz/users/did:key:z6Mki9XNNHeVRnYS88U59iCBzKUp2xWM3f4zvA3cXuKJFvWF)
+
- [lorenz](https://app.radicle.xyz/nodes/iris.radicle.xyz/users/did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz)
+
- [tshepang](https://app.radicle.xyz/nodes/iris.radicle.xyz/users/did:key:z6MkfPSKW7AgQqXSi8fgEJMduHpm9ABmsPYwPhMeF7PssonK)
+
- [youthlic](https://app.radicle.xyz/nodes/iris.radicle.xyz/users/did:key:z6MktsSuE4bVYbuTtEPjmhrQWA7dMri7GUg9Qp9o8tRCsmhu)


### v0.3.0
modified crates/radicle-tauri/tauri.conf.json
@@ -2,7 +2,7 @@
  "productName": "Radicle",
  "mainBinaryName": "radicle-desktop",
  "identifier": "xyz.radicle.desktop",
-
  "version": "0.4.1",
+
  "version": "0.5.0",
  "build": {
    "beforeDevCommand": "npm start",
    "devUrl": "http://localhost:1420",