Next | Query returned 25 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2024-09-16 18:04:13 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
snac: update to 2.59. Changes:

Added post drafts: new or edit post edition dialogs include a checkbox
that will cause the message to not be posted, but stored in a list of
drafts, directly accessible from the private timeline. From that list,
drafts can be edited and definitely posted (or re-stored as a draft for
later editing).

Fixed a bug that caused `Block` notifications to not be shown properly.

Fixed crash in a corner case of the URL parameter parsing code.
   2024-09-08 02:13:58 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
snac: update to 2.58. Changes:

Search by content also looks into alt-text from attachments (images,
videos, etc.).

Search by content is case insensitive for all Unicode-supported
alphabets (previously was only for ASCII characters).

Added support for bookmarking posts.

Fixed a failed compilation under Solaris/Illumos.

The actor `Person` object now includes a `featured` property, that
returns the list of pinned posts.

The delete post button can now be hidden server-wise (it's not very
useful and clutters the space).

The lists of pinned and bookmarked posts are directly accesible from the
private timeline.
   2024-08-09 17:19:12 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
snac: update to 2.57. Changes:

Added support for listening on UNIX-like sockets.

Don't allow empty polls.

Added support for Markdown-style images (converted to attachments) and
strikethrough text.

Added support for incoming `Move` messages: when received, the new
account is followed and the old one is unfollowed.

Incoming `EmojiReact` messages are internally converted to `Like` (more
proper support will happen eventually).

Blocks are also notified.

Mastodon API: fixed a cache bug when following local users.
   2024-07-10 01:45:48 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
snac: update to 2.56. Changes:

- Don't show instance announcements in public timelines.
- Added auto boosting. If an account has this flag enabled, all mentions
  to that account are automatically boosted to all its followers.
- Fixed typos in manpages.
- Some minor performance improvements.
   2024-06-10 03:29:33 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
snac: update to 2.55. Changes:

Mastodon API: fixed a last-minute bug that broke some API functions.
   2024-06-09 02:08:26 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
snac: update to 2.54. Changes:

Markdown-style links are now supported.

The alt text in attachments that have one is also shown in a dropdown
just below it (useful for environments where mouseover is not available,
i.e. for phones and tablets).

Instance-wide notifications has been implemented (contributed by
louis77). A small tweak to the default CSS was made to suit this
change; please consider updating your style.css (see doc/style.css as
an example).

The avatar and/or the header images can now be deleted (contributed
by louis77).

Code cleaning: HTTP status codes use names instead of hardcoded integers
(contributed by louis77).

Mastodon API: fixed login problems with the official Mastodon API,
IceCube and Toot! on iOS, some fixes for Mona and Tokodon apps, user
credentials can now be edited from apps (all contributed by louis77),
fixed crash on unset content-type header.

The webfinger content-type response header is now RFC-compliant
(contributed by steve-bate).

Improved support for the HTTP OPTIONS method, allowing sites like
https://mastodonlistmanager.org to work.

Fixed non-working content warnings in the public instance timeline.
   2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | Package updated
Log message:
revbump after icu and protobuf updates
   2024-05-16 23:42:39 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
snac: update to 2.53. Changes:

New user feature to search by post content (using regular
expressions) or tag.

Added some (partial) support for `Event` object types.

Minor fixes: Allow unboosting your own posts (contributed by khm), CSS
fixes for the Dillo browser (contributed by kvibber).
   2024-05-16 08:15:47 by Thomas Klausner | Files touched by this commit (692)
Log message:
*: recursive bump for gnutls p11-kit option

(existing installations need the bl3.mk included, but it's now only
optionally included)
   2024-05-08 18:22:50 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
snac: update to 2.52. Changes:

Posts that were liked or boosted can now be unliked and unboosted.

Outgoing message timeouts are no longer hardcoded and can be
configured (see `snac(8)` for more information).

Fixed a bug that caused some incorrect unfollows under special
conditions (with shared inboxes enabled and users from the same
instance that follow each other, the internal message distributor
was confused).

Mastodon API: Added support for lists.

Added a header to avoid over-zealous caching in some browsers
(contributed by louis77).

Added support for running and federating inside hidden networks
like Tor, I2P or Loki (contributed by iwojima).

Fixed an error processing polls coming from Pleroma instances.

Next | Query returned 25 messages, browsing 11 to 20 | Previous