Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Release v0.4.1
Sebastian Martinez committed 11 months ago
commit 33dd37714b7dbf56a11339a4c6f56f11d8b85351
parent e8fb74c
3 files changed +8 -3
modified .woodpecker/build.yaml
@@ -92,8 +92,8 @@ steps:
        cp target/release/bundle/appimage/*.AppImage "$ARTIFACT_DIR"

        # Update latest build artifacts for upload
-
        cp target/release/bundle/deb/*.deb "$LATEST_DIR/deb/radicle-desktop-amd64.deb"
-
        cp target/release/bundle/appimage/*.AppImage "$LATEST_DIR/appimage/radicle-desktop-amd64.AppImage"
+
        cp target/release/bundle/deb/*.deb "$LATEST_DIR/deb"
+
        cp target/release/bundle/appimage/*.AppImage "$LATEST_DIR/appimage"
        echo "{\"sha\": \"$(git rev-parse HEAD)\"}" > "$LATEST_DIR/sha.json"

  upload-cache:
modified CHANGELOG.md
@@ -1,3 +1,8 @@
+
### 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
modified crates/radicle-tauri/tauri.conf.json
@@ -2,7 +2,7 @@
  "productName": "Radicle",
  "mainBinaryName": "radicle-desktop",
  "identifier": "xyz.radicle.desktop",
-
  "version": "0.4.0",
+
  "version": "0.4.1",
  "build": {
    "beforeDevCommand": "npm start",
    "devUrl": "http://localhost:1420",