2025-01-21 12:00:19 by Nia Alarie | Files touched by this commit (80) |
Log message:
*: Drop maintainership.
|
2024-10-14 10:24:44 by Nia Alarie | Files touched by this commit (2) |
Log message:
tootstream: fix help display
ride previous bump
|
2024-10-14 10:11:13 by Nia Alarie | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
tootstream: update to 0.4.0
## [0.4.0] - 2023-05-16
### Fixed
- Toots with content warnings will not automatically display. Use the `show` \
command to display the contents.
- Updating colors to be more consistent / better contrast.
- Display no-content, image-only toots.
- Use search with limit 1 when we only want one account, bypassing Mastodon's \
questionable search algorithm.
- `view` command doesn't bring back a list of users that are close to what you \
were searching for.
- edits no longer break `note` command.
- Commands using `step` now find the original toot for a reblogged toot.
### Added
- Filter support (list filters, toots with filters honor the filter settings).
- `show` command, which shows the contents of a toot.
- `next` and `prev` commands for pagination of the current timeline context.
- `mute` now has time duration (30s, 1d, etc.).
- `view` command now shows which user you are viewing and allows pagination.
- `vote` command for voting in polls.
- `user` command for showing a user profile.
- Displays poll results, whether the poll is expired, and if the poll supports \
multiple votes (along with a URI).
- Update the current prompt with the current context.
- Added `mentions` command to just show mentions.
- Added poll and update filters to `note` command.
- Changed command to abort step from "a" to "q" to maintain \
consistency.
- Allow favoriting / unfavoriting multiple toots at once.
- `showthread` will show all toots in a thread with content warnings / filters \
removed.
- Added `follow_request` to note; added `-r` to filter requests.
## Release
## [0.3.9.0] - 2023-02-26
### Fixed
- Remove duplicate code (thanks to Jesse Weinstein)
- Upgrade to Mastodon.py version to Mastodon.py 1.8.0
### Added
- Added support for bookmarks (thanks to Jessee Weinstein)
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-07-01 10:37:47 by Thomas Klausner | Files touched by this commit (105) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
*: restrict py-numpy users to 3.9+ in preparation for update
|
2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524) |
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|