Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
uses: actions/checkout@v3

- name: Install nix
uses: cachix/install-nix-action@v22
uses: cachix/install-nix-action@v30

- name: Set up cachix
uses: cachix/cachix-action@v12
uses: cachix/cachix-action@v15
with:
name: holochain-ci

Expand All @@ -48,10 +48,10 @@ jobs:
run: nix develop -c $SHELL -c "npm ci"

- name: Clippy
run: nix develop -c $SHELL -c "npm run cargo:clippy"
run: nix develop -c $SHELL -c "cargo clippy --all-targets --all-features -- -D warnings"

- name: Check rust formatting
run: nix develop -c $SHELL -c "npm run cargo:fmt:check"
run: nix develop -c $SHELL -c "cargo fmt --check"

- name: Build Happ
run: nix develop -c $SHELL -c "npm run build:happ"
Expand Down
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

## 2025-02-25 v0.12.0
- build: bump to holochain 0.4.1
- build: switch to new holonix
- fix: avoid failing zome calls due to empty input when navigating away from profile page

## 2023-09-12 v0.11.1
- feat: add ellipses to truncated agent pub keys, extend truncation to 15 chars, do not truncate only on creators / followers list




## 2023-09-12 v0.11.0
- feat: show avatar in lightbox upon clicking profile (#233)
- refactor: manage dialogs via stores, reduce duplicate components (#232)
Expand Down
Loading
Loading