- 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.
pytest-asyncio is an Apache2 licensed library, written in Python,
for testing asyncio code with pytest.
asyncio code is usually written in the form of coroutines, which
makes it slightly more difficult to test using normal testing tools.
pytest-asyncio provides useful fixtures and markers to make testing
easier.
inflect.py provides plural inflections, singular noun inflections,
"a"/"an" selection for English words, and manipulation of numbers as
words.
Plural forms of all nouns, most verbs, and some adjectives are provided.
Where appropriate, "classical" variants (for example: "brother" ->
"brethren", "dogma" -> "dogmata", etc.) are also provided.
Single forms of nouns are also provided. The gender of singular pronouns
can be chosen (for example "they" -> "it" or "she" or "he" or "they").
Pronunciation-based "a"/"an" selection is provided for all English
words, and most initialisms.
It is also possible to inflect numerals (1,2,3) to ordinals (1st, 2nd,
3rd) and to English words ("one", "two", "three").
In generating these inflections, inflect.py follows the Oxford English
Dictionary and the guidelines in Fowler's Modern English Usage,
preferring the former where the two disagree.
Autocommand turns a function into a command-line program. It converts
the function's parameter signature into command-line arguments, and
automatically runs the function if the module was called as __main__.
In effect, it lets you create a smart main function.
This package provides handy routines for dealing with text, such as
wrapping, substitution, trimming, stripping, prefix and suffix removal,
line continuation, indentation, comment processing, identifier processing,
values parsing, case insensitive comparison, and more.
Remove patch for the removing the capstone detection, no longer needed.
Update patch for gem install --user-install, needed due to changes in
rubygems.