net/coturn: Update to 4.17.1
Drop patch for ginstall problem, following upstream fix.
Upstream NEWS content, less bugfixes and minor improvements:
Release 4.17.1
Changelist:
- Flash before socket close (#2041) (Pavel Punsky <eakraly at users.noreply.github.com>)
- build: Drop ginstall detection in configure (#2038) (Pavel Punsky <eakraly at users.noreply.github.com>)
print/qpdfview: Update to 0.5
* Convert to use Qt6. Requested by pin@. Thank you.
Changelog:
Release 0.5:
* Added support for Qt version 6 while keeping compatibility with Qt version 4 and 5 intact.
* Changed required language version from C++98 to C++11.
* Added context menu item to add selected text to bookmark comment. Thanks to S. Razi Alavizadeh.
* Imported various new and updated translations from Launchpad. Thanks to all Launchpad translators!
textproc/inlyne: update to 0.5.3
Deprecations
- Deprecate implicit inlyne <FILE> viewing in favor of inlyne view <FILE> ([#466])
Releases
- Add ARM linux to the set of prebuilt release artifacts (#455)
Fixes
- Downgrade copypasta to fix wayland-client version issues (#462)
- Update taffy to fix errant rendering hangs (#459 #467)
- Correctly track relative files when navigating (#465)
Internal
- Migrate YAML parsing from serde_yaml -> yaml_serde (#454)
[4 lines not shown]
news/bulletty: update to 0.3.0
🎉 bulletty v0.3.0 is finally out!
This is the most packed release ever! With parallel requests, updating the feeds is fast. A library with 50+ feeds can be updated in a matter of a couple seconds now. So many improvements to the general navigation in the TUI, especially from caching the Library, made the TUI feel as fluid as it can get. The interface also got an indication of unread articles per feed and a feed source status bar can give more context of your library. The reader now has support for code highlighting, as well as other improvements to markdown rendering. bulletty now supports user themes, defined in the library, opening possibilities for future procedural theming like matugen. Also, catpuccin was introduced in two flavors: Latte and Mocha. Although not yet a first-class citizen, but now mouse scroll work when running bulletty from tmux. We introduced hooks to bulletty, just points in the app where the user can hook their own tools, something essential to automate a library backup, as I explained here. Many issues with requests, rendering and interaction were also fixed.
This work couldn't be possible without the help of all our contributors. Thanks for making bulletty a better piece of software.
🆕 What's Changed
refactor: html parsing by @jlledo in #145
feat: add support for modern CLI base directories by @jlledo in #156
feature: bulletty hooks! integrate bulletty better with your process! by @crocidb in #164
feat: feed library caching by @crocidb in #175
Add NetBSD by @0323pin in #186
feat: Add tui_auto_update config file option to disable auto update on TUI launch by @gyozanoid in #187
fix: Opening in browser should fork the process by @gyozanoid in #189
feat: add an update keybind to the tui by @willshuttleworth in #185
feat: Load user themes from file at runtime by @gyozanoid in #191
[5 lines not shown]
mail/himalaya: update to 2.0.0
Added
Added Gmail REST API support: a [gmail] account backend behind the shared mail commands (--backend gmail), plus a protocol-specific gmail command exposing the full REST surface (profile, labels, messages, attachments, drafts, threads, history, settings). Authenticates with a single OAuth 2.0 bearer token (gmail.auth.token.raw / .command), the only authorization Gmail's REST API accepts.
Added Microsoft Graph REST API support: a [msgraph] account backend behind the shared mail commands (--backend msgraph), plus a protocol-specific msgraph command exposing the Graph mail surface (profile, mail-folder, message, attachment). Mirrors [gmail], authenticating with a single OAuth 2.0 bearer token.
Restored the RFC 2971 ID-after-auth quirk as imap.id.{auto, fields}, replacing the v1.2.0 imap.extensions.id.send-after-auth flag dropped during the v2 migration.
Brought the m2dir backend to CLI feature parity with maildir (messages, flags, envelopes). Mailbox rename and message copy / move still await io-m2dir support.
Added --save <MAILBOX> to messages send, mirroring the flag on messages compose / reply / forward.
Added --send to messages add (alias messages save), mirroring messages send --save.
Added raw passthrough commands imap raw <command> and smtp raw <command>.
The wizard now pre-fills mailbox.alias.* from the server, so a generated account has a working default mailbox (the inbox alias, which backs commands that omit -m/--mailbox) and known Sent/Drafts/Trash/… targets without hand-editing ids. JMAP reads the RFC 8621 mailbox roles live over the tested connection. Gmail and Microsoft Graph map their fixed system-label ids (INBOX, SENT, …) and well-known folder names (inbox, sentitems, …). IMAP pins the reserved INBOX only. The other special-use roles await LIST RETURN (SPECIAL-USE) support in io-imap (upstream imap-codec has none yet).
[44 lines not shown]