Releases: kristoff-it/bork
Releases · kristoff-it/bork
Follower Notifications!
IMPORTANT
If upgrading from 0.3.0 please delete your old bork config folder and check out the new config options.
Bork config should be ~/.config/bork/
on most systems.
Release highlights
- New OAuth workflow: instead of piggybacking off of the development OAuth tool offered by Twitch, now Bork is a properly registered application. Make sure to read all the requested permissions.
- Support for new follower and charity donation notifications
- Restored reconnection support
- Various bug fixes
new rendering system
The main feature of this release is dropping my fork of zbox in favor of just handcrafting the escape codes directly. The result is a much more solid program that can survive aggressive resizing without crashing.
That said, new code means new bugs so don't expect a fully crash-free bork until the new code is more battle-tested.
The new rendering code has some minor visual changes from the old version.
Also the archives are now compressed with xz
as Jakub Konka wants me to do.
bork is back
In this release:
- async has been removed in favor of multithreading
- config files are now placed preferably under
.local_configuration
according toknown-folders
, which usually means~/.config/bork/
(before it would have been~/.bork/
) - remote control is now implemented via unix sockets and is always enabled but CTRL+C protection is now a separate config setting (
prevent_ctrlc
, disabled by default). The one-time setup wizard will ask the user if they want to enable this feature.
initial release
0.1.0 first release