Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Release v0.6.1
Open did:key:z6MkkfM3...sVz5 opened 9 months ago
4 files changed +11 -5 c0036eb3 51cf6cfb
modified CHANGELOG.md
@@ -1,3 +1,9 @@
+
### v0.6.1
+

+
- Fixed a bug where the app wouldn't onboard new users or locked identities.
+
- Fixed regression where the current version of the app wasn't including the commit it was built from.
+

+

### v0.6.0

- UI polish: scrollbars now auto-hide across the app
modified arch/radicle-desktop/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = radicle-desktop
	pkgdesc = Radicle desktop app
-
	pkgver = 0.6.0
+
	pkgver = 0.6.1
	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=71904a7e407ab326a467bf9942222c6d01049f9f
+
	source = radicle-desktop::git+https://seed.radicle.xyz/z4D5UCArafTzTQpDZNQRuqswh3ury.git#commit=0fe157e4035e4b80bef9ead3410ff304edb6715e
	sha256sums = SKIP

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

-
_commit=71904a7e407ab326a467bf9942222c6d01049f9f
+
_commit=0fe157e4035e4b80bef9ead3410ff304edb6715e
pkgname=radicle-desktop
-
pkgver='0.6.0'
+
pkgver='0.6.1'
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.6.0",
+
  "version": "0.6.1",
  "build": {
    "beforeDevCommand": "npm start",
    "devUrl": "http://localhost:1420",