Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
f45ef22
Build: Modify the root cargo.toml to hc 0.6.0
Amirhesp Dec 8, 2025
02d9103
Build: Bump crates/runtime versions.
Amirhesp Dec 8, 2025
cad32ec
Build: Bump crate version in tauri-plugin-client
Amirhesp Dec 8, 2025
22e822e
Build: Bump runtime-types-ffi in tuari-plugin-client.
Amirhesp Dec 8, 2025
d497f15
Build: add registry for holochain-conductor-runtime-types-ffi
Amirhesp Dec 8, 2025
8846544
Build: Bump crate version in tauri-plugin-service
Amirhesp Dec 8, 2025
35ff3f2
Build: Bump the Maven client
Amirhesp Dec 8, 2025
c6e23b6
release-library-client: Fix client lib building
erfanoabdi Dec 8, 2025
be732f3
Build: Bump the Maven service
Amirhesp Dec 9, 2025
3d1e78e
Build: Solve the service/client gradle issue.
Amirhesp Dec 9, 2025
9d09334
Build: Solve the CI issue for building the gradle/client
Amirhesp Dec 9, 2025
2ce0f1a
Build: Bump the gradle/client to 21
Amirhesp Dec 9, 2025
378360f
Build: Bump the gradle/service to 21
Amirhesp Dec 9, 2025
4ec3694
Build: Update nix env to hc 0.6.0
Amirhesp Dec 10, 2025
ba994a6
Fix: Add icon for system-setting build.
Amirhesp Dec 10, 2025
ee5c373
Build: Add the volla nexus repository for gradle build.
Amirhesp Dec 10, 2025
788ca03
Build: Upgrade to hc 0.6.0
Amirhesp Dec 10, 2025
ccdc4b9
Chore: Release the volla cloud service v0.2.0
Amirhesp Dec 10, 2025
30bb37e
Build: Upgrade hdk version to 0.7.0
Amirhesp Dec 10, 2025
5323e73
Build: Add the volla nexus repository.
Amirhesp Dec 13, 2025
14b5d6b
Build: Modify the hdi & hdk version to be compatible with hc-0.6.0
Amirhesp Dec 13, 2025
958ac2e
Build: Update flake.lock file.
Amirhesp Dec 13, 2025
bf2b751
Fix: Add the icon for system variant.
Amirhesp Dec 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .github/workflows/release-library-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,19 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: Install packages
run: |
apt-get update
apt-get install -y sudo build-essential curl openjdk-11-jdk unzip git

- name: Install nix
uses: cachix/install-nix-action@v31
uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
nix_path: nixpkgs=channel:nixos-24.05
enable_kvm: false

- uses: cachix/cachix-action@v15
env:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
- The 'Open Settings' button will first attempt to open the android-service-runtime app via the system settings (i.e. for 'system' builds). If that fails it will fallback to opening the app via the launcher (i.e. for 'user' builds).


# 0.2.4
- bump to holochain 0.6.0
- fix system-settings app icon
- make the repository self-hosted

# 0.2.3
- integrate with Volla-Messages
- bump to holochain 0.6.0-rc.0
Expand Down
Loading
Loading