Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
cb522a1
Update README with install instructions and updated links
Aug 27, 2023
2c57692
Update README formatting
Aug 27, 2023
c130a99
Update README formatting again
Aug 27, 2023
40d92fb
feat: compatability with holochain 0.3.x
mattyg Sep 18, 2023
1ee24a4
fix: typos
mattyg Sep 18, 2023
d8379b2
build: bump other dependencies
mattyg Sep 18, 2023
f734207
build: remove unncessary holochain_integrity_types dep
mattyg Sep 18, 2023
889b68a
Merge branch 'main' into build/holochain-0.3.x
mattyg Sep 27, 2023
4451a64
Merge branch 'main' into build/holochain-0.3.x
mattyg Sep 27, 2023
f886e40
Merge branch 'main' into build/holochain-0.3.x
mattyg Oct 11, 2023
f74d071
build: holochain-0.3.0-beta-dev.20
mattyg Oct 11, 2023
ac26109
Merge branch 'main' into build/holochain-0.3.x
mattyg Oct 11, 2023
4306d45
build: bump flake lock
mattyg Oct 12, 2023
b28dbf5
wasmer-test
jost-s Dec 6, 2023
4b87ac7
refactor: add getoptions to get_links
jost-s Mar 12, 2024
6d1a2e0
update dependencies & adapt code
jost-s Jun 26, 2024
86c5f3e
fix tests
jost-s Jun 26, 2024
4488f79
Merge branch 'develop' into build/holochain-0.4.x
jost-s Jun 26, 2024
a00b7a1
clippy fixes
jost-s Jun 26, 2024
7445b97
Merge branch 'build/holochain-0.4.x' of github.com:GeekGene/MewsFeed …
jost-s Jun 26, 2024
8899212
fix client setup
jost-s Jun 26, 2024
9c048d5
test: fix remaining tests
jost-s Jun 26, 2024
43fb235
cleanup
jost-s Jun 26, 2024
e1f0bd0
Revert "Update README formatting again"
mattyg Sep 24, 2024
30637bf
Revert "Update README formatting"
mattyg Sep 24, 2024
c9dde48
Revert "Update README with install instructions and updated links"
mattyg Sep 24, 2024
3eda842
build: switch to new holonix
mattyg Feb 25, 2025
0f3ad5e
build: bump hdk, hdi, profiles deps
mattyg Feb 25, 2025
eff8d5b
ci: bump nix github actions
mattyg Feb 25, 2025
c00ad8f
chore: markdown syntax break
mattyg Feb 25, 2025
b731fff
build: bump upstream deps: profiles and prefix-index
mattyg Feb 25, 2025
8ea57cb
build: bump npm deps
mattyg Feb 25, 2025
f788b76
fix: pull changes necessary to support holochain 0.4.x from feat/p2p-…
mattyg Feb 25, 2025
071b53c
chore: cleanup incredibly confusing npm scripts
mattyg Feb 25, 2025
90aeffa
fix(ui): scrollbar on theme select
mattyg Feb 25, 2025
167e7ae
fix(ui): respond to mews broken
mattyg Feb 25, 2025
698769d
fix(ui): avoid bad zome call with undefined input when navigating awa…
mattyg Feb 25, 2025
16295fc
chore(ui): lint
mattyg Feb 26, 2025
9bf25ed
build(test): bump vitest
mattyg Feb 26, 2025
204825d
build: bump version
mattyg Feb 26, 2025
6c6f105
Merge pull request #273 from GeekGene/build/update-0.4.1
mattyg Feb 26, 2025
3eb7d9c
Merge pull request #276 from GeekGene/release/0.13.0
mattyg Feb 26, 2025
07cc504
Merge pull request #277 from GeekGene/backport/276
mattyg Feb 26, 2025
4aa2b28
Merge pull request #278 from GeekGene/fix/npm-scripts
mattyg Feb 26, 2025
42892bf
Merge pull request #279 from GeekGene/backport/278
mattyg Feb 26, 2025
a1b6d7a
fix(ui): redirect /index.html -> / for use in launcher
mattyg Feb 26, 2025
99f0446
Merge pull request #281 from GeekGene/fix/index-html-redirect
mattyg Feb 26, 2025
74e73be
build: bump version
mattyg Feb 26, 2025
6d98892
Merge pull request #282 from GeekGene/release/0.13.1
mattyg Feb 26, 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
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
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased


## 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
## 2025-02-25 v0.13.1
- fix: redirect /index.html to / for use in launcher

## 2025-02-25 v0.13.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-10-11 v0.12.0
- breaking bumps holochain to 0.3.0-beta-dev.20
- improve network info indictator styling, hide when cell not loaded
- Resolves #245

## 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)
Expand Down
Loading
Loading