Includes a revert of the changes in linux 5.15 that switched the cpsw(4)
bindings to a different format. This allows us to update the dtb port
without breaking cpsw(4) on the Beaglebone Black. If we ever adjust
cpsw(4) to work with the new bindings, this could be dropped.
ok tobhe@
- list followed tags with :tags
- multiple tags in one feed with :tag tag1 tag2 ...
- two new flags --config and --config-dir to customize the config dir
- :timeline direct shouldn't crash tut
- :user should now find more accounts
v1.0.19:
- new command history to see the edit history of a toot
- notifications when someone edits a toot you've boosted
- an error from the editor shouldn't crash tut
v1.0.20:
- ability to follow/unfollow tags with :follow-tag/:unfollow-tag
- add and remove users from lists with :lists.
- an error from the terminal programs shouldn't crash tut
- won't make unnecessary API requests when reading a thread
v1.0.21:
- ability to edit toots
v1.0.22:
- fixed crash when editing a reply
Turns out README.md is a little misleading/inaccurate and the global cmake file
just works for all tools (except the fake/install target, see GitHub issue).
Contrary to qmake, using cmake requires Qt6, but we have that and it works, so
make the move.
Upstream's versioning is a bit confusing; there has been no 0.x.y release in
two years, but they keep shipping A* versions, so jump from 0.28.0 to 60.
This now only includes the graphical UEFITool built with qmake.
The CLI tools are built with cmake and could be readded later on, but for now
fiddling with both qmake and cmake modules in one port is too much hassle.
A60 is the latest version that compiles without errors/patches.
TOML Kit is a 1.0.0-compliant TOML library.
It includes a parser that preserves all comments, indentations,
whitespace and internal element ordering, and makes them accessible and
editable via an intuitive API.
You can also create new TOML documents from scratch using the provided
helpers.