Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Release v0.9.0
Merged rudolfs opened 1 month ago
4 files changed +30 -5 e438582d 33b5cd35
modified CHANGELOG.md
@@ -1,3 +1,28 @@
+
### v0.9.0
+

+
- Redesigned the entire app with a new UI kit — typography, colors, icons,
+
  avatars, and border radii have all been updated for a more polished,
+
  consistent appearance matching the rest of the ecosystem
+
- Replaced blockies-based avatars with a new DID-based avatar system
+
- Moved Settings and Create Issue into fullscreen modals
+
- Default theme now follows the system theme
+
- Removed window decorations on macOS for a cleaner, more native feel
+
- Updated app icon
+
- Rewrote app navigation and layouts
+
- Added a sidebar that gives you access to all your repos
+
- App now opens directly to the notification inbox on startup
+
- Getting started guide shown to new users on first launch
+
- Added a setting to disable the notification badge
+
- Added a code font setting
+
- Fixed reactions and edits incorrectly targeting the root comment instead of the intended reply
+
- Restricted issue/patch state, labels, and assignees to delegates only
+

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

+
- [brandonhaslegs](https://app.radicle.xyz/nodes/iris.radicle.xyz/users/did:key:z6MkpwnLQxFBQXyMK3Es91s8A7Ew7G11BFFyng1dqZR8QhG3)
+
- [julien](https://app.radicle.xyz/nodes/iris.radicle.xyz/users/did:key:z6MkgvaRdahQZfnf7ccMHByeHtTYrMrM3MuSGYawF6ZL6DNj)
+

+

### v0.8.0

- CI job run statuses are now shown for the default branch and in patch revision commit lists
modified arch/radicle-desktop/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = radicle-desktop
	pkgdesc = Radicle desktop app
-
	pkgver = 0.8.0
+
	pkgver = 0.9.0
	pkgrel = 1
	url = https://www.radworks.garden/
	arch = x86_64
@@ -26,7 +26,7 @@ pkgbase = radicle-desktop
	options = !strip
	options = !emptydirs
	options = !lto
-
	source = radicle-desktop::git+https://seed.radicle.xyz/z4D5UCArafTzTQpDZNQRuqswh3ury.git#commit=aeb405aaf53b56a426ab8d68c7f89b8953683224
+
	source = radicle-desktop::git+https://seed.radicle.xyz/z4D5UCArafTzTQpDZNQRuqswh3ury.git#commit=0928ee22a88d77cfc4bb42340e1ae8380670142e
	sha256sums = SKIP

pkgname = radicle-desktop
modified arch/radicle-desktop/PKGBUILD
@@ -2,9 +2,9 @@
#
# shellcheck shell=bash disable=SC2034 disable=SC2154 disable=SC2164

-
_commit=aeb405aaf53b56a426ab8d68c7f89b8953683224
+
_commit=0928ee22a88d77cfc4bb42340e1ae8380670142e
pkgname=radicle-desktop
-
pkgver='0.8.0'
+
pkgver='0.9.0'
pkgrel='1'
pkgdesc='Radicle desktop app'
arch=('x86_64')
modified crates/radicle-tauri/tauri.conf.json
@@ -2,7 +2,7 @@
  "productName": "Radicle",
  "mainBinaryName": "radicle-desktop",
  "identifier": "xyz.radicle.desktop",
-
  "version": "0.8.0",
+
  "version": "0.9.0",
  "build": {
    "beforeDevCommand": "npm start",
    "devUrl": "http://localhost:1420",