Skip to content

Releases: katzenpost/katzen

Testing 7db6d68a7bfb5212a52d8acadd27b95af268cff9

20 Sep 14:53
7db6d68
Compare
Choose a tag to compare
upgrade to gio v7 (#55)

masala writes:

- **update pinned gio based off of v0.7.0, with foreground service**
- **Adds new configuration fields to the baked-in configuration profiles
that specify the algorithms used.**
- **go fmt...**
- **remove CGO_CFLAGS_ALLOW**
- **upgrade build image to debian bookworm**
- **signin: update gio API usage**
- **avatar: update gio API**
- **contact: update gio API usage**
- **update gio API usage**
- **update gio clipboard API usage**
- **add contact: make username entry default focus**
- **conversation: update gio API usage**
- **gesture: update gio API usage**
- **editcontact: update gio API usage of widget.Slider**
- **make debug flag (-d) accept a port # as argument**
- **update gio API usage**
- **update gio API (Clickable)**
- **update gio API - window does not provide a channel, so wrap it to
multiplex event sources**
- **key.Set is deprecated**
- **WIP: add helper to receive shortcut key events**
- **WIP: fix some stack bug**
- **refactor shortcut keypress detection**
- **do not capture click/release as 2 events**
- **move catshadow.Contact sort.Interface into sort.go**
- **cache contacts from catshadow.GetContacts and update on
AddContactComplete**
- **home: fix keyboard controls**
- **Makefile: omit subshell**
- **WIP: refactor contactlist selection**
- **build libhighctidh without portable mode**
- **Use GOCACHE and docker/cache**
- **cache: add empty go.mod and .gitignore**
- **edit contact: debounce click event**
- **rename contact: set focus to editor**
- **WIP: simplify, get rid of focus bool**
- **redraw screen when contacts are updated**
- **start foreground at app init**
- **update replace-gogio**
- **update Makefile, gogio requires different version string now**
- **add handler for android platform specific AndroidViewEvent**

Testing 37451b7c7c4ef278a000d317c3627f1fbe38b88b

20 Sep 10:14
Compare
Choose a tag to compare
nixos: disable github-ci build of nixos

I tested that make docker-build-nix works locally, but it fails in
the github-ci environment with permission errors:
```
build_other_linuxes	Build for Nix	2024-09-20T07:36:33.6471719Z building '/nix/store/25ijc05ya70h07i9569jm8r61j49bqw9-katzen-unstable-20240920073414-go-modules.drv'...
build_other_linuxes	Build for Nix	2024-09-20T07:36:33.9374960Z error: builder for '/nix/store/25ijc05ya70h07i9569jm8r61j49bqw9-katzen-unstable-20240920073414-go-modules.drv' failed with exit code 1;
build_other_linuxes	Build for Nix	2024-09-20T07:36:33.9376414Z        last 4 log lines:
build_other_linuxes	Build for Nix	2024-09-20T07:36:33.9377148Z        > Running phase: unpackPhase
build_other_linuxes	Build for Nix	2024-09-20T07:36:33.9378227Z        > unpacking source archive /nix/store/c30a1mz53jx5mbp2m5rk93745i2pv62h-source
build_other_linuxes	Build for Nix	2024-09-20T07:36:33.9379423Z        > cp: setting permissions for 'source': Operation not permitted
build_other_linuxes	Build for Nix	2024-09-20T07:36:33.9380851Z        > do not know how to unpack source archive /nix/store/c30a1mz53jx5mbp2m5rk93745i2pv62h-source
build_other_linuxes	Build for Nix	2024-09-20T07:36:33.9382876Z        For full logs, run 'nix log /nix/store/25ijc05ya70h07i9569jm8r61j49bqw9-katzen-unstable-20240920073414-go-modules.drv'.
build_other_linuxes	Build for Nix	2024-09-20T07:36:34.0858793Z error: 1 dependencies of derivation '/nix/store/89gffkm0fljnwal2f478bq6ma9m7fqal-katzen-unstable-20240920073414-env.drv' failed to build
build_other_linuxes	Build for Nix	2024-09-20T07:36:36.2549473Z make: *** [Makefile:59: docker-nix-base.stamp] Error 1
build_other_linuxes	Build for Nix	2024-09-20T07:36:36.2566840Z ##[error]Process completed with exit code 2.

```

this commit disables github-ci for nixos because I don't have any more time to debug this.

Testing f84cd792f55221fec2048ddf9d03c92df8a45069

19 Sep 16:08
Compare
Choose a tag to compare
test_f84cd792f55221fec2048ddf9d03c92df8a45069

remove nixos build, unmaintained, does not work

Testing b894ca8b3019aeb5cde7ec7ce97cf1d56347f55c

27 May 18:58
Compare
Choose a tag to compare
test_b894ca8b3019aeb5cde7ec7ce97cf1d56347f55c

remove nutria from dirauths

Testing 44477c1150a5893d3614d24b6c6079397a4cead1

27 May 19:18
44477c1
Compare
Choose a tag to compare
test_44477c1150a5893d3614d24b6c6079397a4cead1

remove nutria from dirauths (#52)

Testing e3164a4a07fb4f94be191c455b24396b06fedab7

27 Nov 17:13
e3164a4
Compare
Choose a tag to compare
test_e3164a4a07fb4f94be191c455b24396b06fedab7

Merge branch 'main' into fix_43_document_updating_nix_vendorhash

Testing 7a6e918dc6cc19a8975ce563f1f992d7df011183

27 Nov 22:18
7a6e918
Compare
Choose a tag to compare
add mention of nix vendorHash in README.md (#44)

add some text to the README.md about nix vendorHash. fixes #43

Testing 1ffa03345960e6482229c975fe1c3feb191e160b

17 Oct 09:01
1ffa033
Compare
Choose a tag to compare
test_1ffa03345960e6482229c975fe1c3feb191e160b

upgrade to katzenpost v0.0.30 (#47)

Testing c4361e7ff627220b01f583b6796914c1b9e277e3

15 Oct 19:49
c4361e7
Compare
Choose a tag to compare
test_c4361e7ff627220b01f583b6796914c1b9e277e3

upgrade to katzenpost v0.0.29 (#46)

Testing 4188358864c1aae3bc1391e8001f64f5bef89e72

15 Oct 18:51
Compare
Choose a tag to compare
test_4188358864c1aae3bc1391e8001f64f5bef89e72

upgrade to katzenpost v0.0.29