Skip to content

Releases: dimkr/tootik

0.11.2

11 May 12:48
Compare
Choose a tag to compare

Added

Nothing!

Removed

Nothing!

Bug Fixes, Performance and Maintenance

  • More reliable handling of incoming Update activities:
    • The updated and published properties are used to determine if the received post is newer than the old one, not the time the currently stored post was received
    • Relaxed validation logic for updated poll results
  • Updated dependencies

0.11.1

06 May 18:55
Compare
Choose a tag to compare

Added

Nothing!

Removed

Nothing!

Bug Fixes, Performance and Maintenance

  • Fix for delivery failure of Create, Update and Delete activities, which get saved as blob instead of text

0.11.0

06 May 16:54
Compare
Choose a tag to compare

Added

  • Communities!
    • Instance admin creates communities via tootik add-community
    • Follow community to join
    • Mention community in public post to send your post to all other followers
  • Improved support for posts sent by Group actors: tootik now obeys Delete and Update activities

Removed

Nothing!

Bug Fixes, Performance and Maintenance

  • Fix for avatar change failure for actors created since ae4000d
  • Fix for invalid publishing time in outgoing activities with unspecified publishing time
  • Fix for missing next page link in /users, a post by a followed user is shared by another followed user
  • Group outbox no longer hides threads with replies older than 1d
  • The audience field of incoming activities is now cleared unless specified by a group
  • Reduced log noise due to frequent Dislike activities
  • Prebuilt binaries are slightly smaller

0.10.4

29 Apr 07:21
Compare
Choose a tag to compare

Added

Nothing!

Removed

Nothing!

Bug Fixes, Performance and Maintenance

  • Fix for signature verification failure when actor uses a PKCS1-encoded public key
  • Fix for missing 6x response when user tries to register

0.10.3

27 Apr 14:33
Compare
Choose a tag to compare

Added

  • Actor type in outbox page title, if actor is a not a Person
  • Content warning in replies of sensitive posts

Removed

Nothing!

Bug Fixes, Performance and Maintenance

Nothing!

0.10.2

18 Apr 05:58
Compare
Choose a tag to compare

Added

  • Feeds (including /users and /local) now show content warnings for sensitive posts and post title or summary if available

Removed

Nothing!

Bug Fixes, Performance and Maintenance

Nothing!

0.10.1

14 Apr 16:24
Compare
Choose a tag to compare

Added

  • Outbox now shows registration time and profile metadata fields

Removed

Nothing!

Bug Fixes, Performance and Maintenance

  • Fix for wrong author in /users, when reply author is not followed
  • Query optimization: most UNION queries now use UNION ALL because results are guaranteed to be unique

0.10.0

13 Apr 09:43
Compare
Choose a tag to compare

Added

  • Support for avatar upload over Titan
  • Support for posting and post editing over Titan

Removed

  • The "FOMO from outer space" federated feed: it changes too often to be useful and feeds crawlers with many links to follow

Bug Fixes, Performance and Maintenance

  • The "this planet" local feed now sorts posts chronologically and should be faster
  • The algorithm field in outgoing request signatures is now set to "rsa-sha256" instead of "hs2019", for better compatibility with other implementations
  • Idle actors are no longer deleted if they follow a local user, so they keep receiving posts

0.9.6

01 Apr 16:34
Compare
Choose a tag to compare

Added

  • Prebuilt binaries for 32-bit x86 and ARM

Removed

Nothing!

Bug Fixes, Performance and Maintenance

Nothing!

0.9.5

30 Mar 10:33
Compare
Choose a tag to compare

Added

  • Nothing!

Removed

  • Nothing!

Bug Fixes, Performance and Maintenance

  • Activities are now sent to other servers concurrently (see DeliveryWorkers and DeliveryWorkerBuffer), while retaining correct order (Create before Update) and duplicate request filtering