Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Releases: bytes-zone/beeps

v0.5.3

Choose a tag to compare

@github-actions github-actions released this 07 Feb 01:57
v0.5.3
91c1693
  • The client no longer pushes to the server if there is nothing to push. It also does it much more quickly.

This release is available as a container image at ghcr.io/bytes-zone/beeps:v0.5.3.

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 28 Jan 12:42
v0.5.2
6749490
  • Logging in no longer replaces your document. Instead, it asks if you'd like to merge or replace.

This release is available as a container image at ghcr.io/bytes-zone/beeps:v0.5.2.

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 28 Jan 12:43
v0.5.1
23ccf51
  • Fixes a missing dependency in the container image.

This release is available as a container image at ghcr.io/bytes-zone/beeps:v0.5.1.

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 28 Jan 02:19
v0.5.0
18c3450
  • Shortcut listing is now available in the TUI (?)
  • You can now push and pull documents to the server. The client knows how to do this, and will do so regularly once you log in (l) or register (r.) Note that logging in will replace your entire document (registering won't.) If you've somehow been using this README-less software on two separate replicas without manually merging, get in touch before trying to use the server.

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 05 Jan 06:19
v0.4.3
68226d3

Log some helpful information on beeps-server startup to make operations easier.

This release is available as a container image at ghcr.io/bytes-zone/beeps:v0.4.3.

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 05 Jan 05:05
v0.4.2
1b8d05a

Add a /health endpoint to the server for healthchecks in environments like Kubernetes.

This release is available as a container image at ghcr.io/bytes-zone/beeps:v0.4.2.

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 05 Jan 04:21
v0.4.1
a140bbc

Version updates for all packages. The server is now available as a container image now, too! You can find it at ghcr.io/bytes-zone/beeps:v0.4.1.

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 30 Dec 05:47
v0.4.0
44bbce8

beeps-server is now available. You will need to provide it with a Postgres database and some secret material for signing JWTs. Right now only email/password login is implemented (whose registration is gated by an --allow-registration flag), plus a "whoami" endpoint for debugging. The server is not yet integrated with the client, but that will be coming soon.

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 24 Dec 12:17
v0.3.0
510b6c2
  • You can now copy/paste tags with the c/v keys.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Dec 05:36
v0.2.0
16e778a
  • You can now navigate through the table with the arrow keys.
  • You can now delete tags with backspace or delete when a row is selected.
  • New tags will now trigger a system notification.