Bugfix Release:
- Typing an "L" in the in-TUI editor no longer switches to the log
- Clicking on a message to select it now also updates the metadata in the bottom bar
Fix build for windows
This release contains no new features, but fixes our CI/CD by
fixing compilation errors for windows and (hopefully temporarily)
removing support for netbsd and openbsd because various new dependencies
do not compile for them right now.
Add support for running without GPG installed
Known bugs:
- Pressing 'L' when composing a message will switch to the log viewer.
Investigation into this is ongoing.
Automatically release to sourcehut
v0.0.7 contained a bugfix, but also contained a commit that
broke the CI/CD automatic release process so that no artifacts
were released. This tag should fix that.
Relocating grove no longer causes cryptic crashes
This release fixes a bug in which changing the storage location
of your arbor history would crash wisteria unless you copied your
identity file to the new grove manually or created a new config
file for wisteria.
Enable mouse support in message history
This commit simply enables basic mouse navigation of the chat
history. You can scroll the history (without changing the selected
message) using your mouse scrolling, and you can change the selected
message by clicking.
Fix startup missing directory bug
The previous release would fail to start for the first time
because it did not automatically create a directory to hold
its configuration file. This release resolves that issue.
Fix message sending when grove not in cwd
This release fixes a problem with v0.0.3 in which using the new
grove path flag (or the new default value) would result in creating
the new nodes in the current working directory instead of the grove.
This prevented the nodes from ever being sent to peers or displayed
in the UI.
First sourcehut release
New features:
- configurable config file (flags)
- configurable grove path (flags)
Changes:
- editor command configuration removed
ci/cd: echo release script actions