All Versions
57
Latest Version
Avg Release Cycle
39 days
Latest Release
695 days ago

Changelog History
Page 6

  • v2.6.4 Changes

    November 30, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix yarn dependencies not installing due to yanked event-stream package (Gargron)
  • v2.6.3 Changes

    November 30, 2018

    โž• Added

    • โž• Add hyphen to characters allowed in remote usernames (ClearlyClaire)

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change server user count to exclude suspended accounts (Gargron)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix ffmpeg processing sometimes stalling due to overfilled stdout buffer (hugogameiro)
    • ๐Ÿ›  Fix missing DNS records raising the wrong kind of exception (Gargron)
    • ๐Ÿ›  Fix already queued deliveries still trying to reach inboxes marked as unavailable (Gargron)

    ๐Ÿ”’ Security

    • ๐Ÿ›  Fix TLS handshake timeout not being enforced (Gargron)
  • v2.6.2 Changes

    November 23, 2018

    โž• Added

    • โž• Add Page to whitelisted ActivityPub types (mbajur)
    • โž• Add 20px to column width in web UI (Gargron)
    • โž• Add amount of freed disk space in tootctl media remove (Gargron, Gargron, mayaeh)
    • โž• Add "Show thread" link to self-replies (Gargron)

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change order of Atom and RSS links so Atom is first (Alkarex)
    • ๐Ÿ”„ Change Nginx configuration for Nanobox apps (danhunsaker)
    • ๐Ÿ”„ Change the follow action to appear instant in web UI (Gargron)
    • ๐Ÿ‘ท Change how the ActiveRecord connection is instantiated in on_worker_boot (Gargron)
    • ๐Ÿ”„ Change tootctl accounts cull to always touch accounts so they can be skipped (renatolond)
    • ๐Ÿ”„ Change mime type comparison to ignore JSON-LD profile (valerauko)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix web UI crash when conversation has no last status (sammy8806)
    • ๐Ÿ›  Fix follow limit validator reporting lower number past threshold (Gargron)
    • ๐Ÿ›  Fix form validation flash message color and input borders (Gargron)
    • ๐Ÿ›  Fix invalid twitter:player cards being displayed (ClearlyClaire)
    • ๐Ÿ›  Fix emoji update date being processed incorrectly (ClearlyClaire)
    • ๐Ÿ›  Fix playing embed resetting if status is reloaded in web UI (ClearlyClaire, Gargron)
    • ๐Ÿ›  Fix web UI crash when favouriting a deleted status (ClearlyClaire)
    • ๐Ÿ›  Fix intermediary arrays being created for hash maps (Gargron)
    • ๐Ÿ›  Fix filter ID not being a string in REST API (Gargron)

    ๐Ÿ”’ Security

    • ๐Ÿ›  Fix multiple remote account deletions being able to deadlock the database (Gargron)
    • ๐Ÿ›  Fix HTTP connection timeout of 10s not being enforced (Gargron)
  • v2.6.1 Changes

    October 30, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix resolving resources by URL not working due to a regression in valerauko (Gargron)
    • ๐Ÿ›  Fix reducer error in web UI when a conversation has no last status (Gargron)
  • v2.6.0 Changes

    October 30, 2018

    โž• Added

    • โž• Add link ownership verification (Gargron)
    • โž• Add conversations API (Gargron)
    • โž• Add limit for the number of people that can be followed from one account (Gargron)
    • โž• Add admin setting to customize mascot (ashleyhull-versent)
    • โž• Add support for more granular ActivityPub audiences from other software, i.e. circles (Gargron, Gargron, Gargron)
    • โž• Add option to block all reports from a domain (Gargron)
    • โž• Add user preference to always expand toots marked with content warnings (webroo)
    • โž• Add user preference to always hide all media (fvh-P)
    • โž• Add force_login param to OAuth authorize page (Gargron)
    • โž• Add tootctl accounts backup (Gargron, Gargron)
    • โž• Add tootctl accounts create (Gargron, Gargron)
    • โž• Add tootctl accounts cull (Gargron, Gargron)
    • โž• Add tootctl accounts delete (Gargron, Gargron)
    • โž• Add tootctl accounts modify (Gargron, Gargron)
    • โž• Add tootctl accounts refresh (Gargron, Gargron)
    • โž• Add tootctl feeds build (Gargron, Gargron)
    • โž• Add tootctl feeds clear (Gargron, Gargron)
    • โž• Add tootctl settings registrations open (Gargron, Gargron)
    • โž• Add tootctl settings registrations close (Gargron, Gargron)
    • โž• Add min_id param to REST API to support backwards pagination (Gargron)
    • โž• Add a confirmation dialog when hitting reply and the compose box isn't empty (ClearlyClaire)
    • โž• Add PostgreSQL disk space growth tracking in PGHero (Gargron)
    • โž• Add button for disabling local account to report quick actions bar (Gargron)
    • โž• Add Czech language (Aditoo17)
    • โž• Add same-site (lax) attribute to cookies (sorin-davidoi)
    • โž• Add support for styled scrollbars in Firefox Nightly (sorin-davidoi)
    • โž• Add highlight to the active tab in web UI profiles (rhoio)
    • โž• Add auto-focus for comment textarea in report modal (ClearlyClaire)
    • โž• Add auto-focus for emoji picker's search field (ClearlyClaire)
    • โž• Add nginx and systemd templates to dist/ directory (Gargron)
    • โž• Add support for /.well-known/change-password (Gargron)
    • โž• Add option to override FFMPEG binary path (sascha-sl)
    • โž• Add dns-prefetch tag when using different host for assets or uploads (Gargron)
    • โž• Add description meta tag (Gargron)
    • โž• Add Content-Security-Policy header (ClearlyClaire)
    • โž• Add cache for the instance info API (ykzts)
    • โž• Add suggested follows to search screen in mobile layout (Gargron)
    • โž• Add CORS header to /.well-known/* routes (BenLubar)
    • โž• Add card attribute to statuses returned from REST API (Gargron)
    • โž• Add in-stream link preview (Gargron)
    • โž• Add support for ActivityPub Page objects (mbajur)

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change forms design (Gargron)
    • ๐Ÿ”„ Change reports overview to group by target account (Gargron)
    • ๐Ÿ”„ Change web UI to show "read more" link on overly long in-stream statuses (lanodan)
    • ๐Ÿ”„ Change design of direct messages column (Gargron, Gargron)
    • ๐Ÿ”„ Change home timelines to exclude DMs (Gargron)
    • ๐Ÿ”„ Change list timelines to exclude all replies (cbayerlein)
    • ๐Ÿ”„ Change admin accounts UI default sort to most recent (Gargron)
    • ๐Ÿ“š Change documentation URL in the UI (Gargron)
    • ๐Ÿ’… Change style of success and failure messages (Gargron)
    • ๐Ÿ”„ Change DM filtering to always allow DMs from staff (qguv)
    • ๐Ÿ”„ Change recommended Ruby version to 2.5.3 (zunda)
    • ๐Ÿ”„ Change docker-compose default to persist volumes in current directory (Gargron)
    • ๐Ÿ”„ Change character counters on edit profile page to input length limit (Gargron)
    • ๐Ÿ”„ Change notification filtering to always let through messages from staff (Gargron)
    • ๐Ÿ”„ Change "hide boosts from user" function also hiding notifications about boosts (ClearlyClaire)
    • ๐Ÿ”„ Change CSS detailed-status__wrapper class actually wrap the detailed status (trwnh)

    ๐Ÿ—„ Deprecated

    • GET /api/v1/timelines/direct โ†’ GET /api/v1/conversations (Gargron)
    • POST /api/v1/notifications/dismiss โ†’ POST /api/v1/notifications/:id/dismiss (Gargron)
    • GET /api/v1/statuses/:id/card โ†’ card attributed included in status (Gargron)

    โœ‚ Removed

    • โœ‚ Remove "on this device" label in column push settings (rhoio)
    • โœ‚ Remove rake tasks in favour of tootctl commands (Gargron)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix remote statuses using instance's default locale if no language given (Kjwon15)
    • ๐Ÿ›  Fix streaming API not exiting when port or socket is unavailable (Gargron)
    • ๐Ÿ›  Fix network calls being performed in database transaction in ActivityPub handler (Gargron)
    • ๐Ÿ›  Fix dropdown arrow position (ClearlyClaire)
    • ๐Ÿ›  Fix first element of dropdowns being focused even if not using keyboard (ClearlyClaire)
    • ๐Ÿ›  Fix tootctl requiring bundle exec invocation (abcang)
    • ๐Ÿ›  Fix public pages not using animation preference for avatars (renatolond)
    • ๐Ÿ›  Fix OEmbed/OpenGraph cards not understanding relative URLs (ClearlyClaire)
    • ๐Ÿ›  Fix some dark emojis not having a white outline (ClearlyClaire)
    • ๐Ÿ›  Fix media description not being displayed in various media modals (ClearlyClaire)
    • ๐Ÿ›  Fix generated URLs of desktop notifications missing base URL (GenbuHase)
    • ๐Ÿ›  Fix RTL styles (mabkenar, mabkenar, mabkenar, mabkenar, mabkenar, mabkenar, mabkenar, mabkenar, mabkenar, mabkenar)
    • ๐Ÿ›  Fix crash in streaming API when tag param missing (Gargron)
    • ๐Ÿ›  Fix hotkeys not working when no element is focused (ClearlyClaire)
    • ๐Ÿ›  Fix some hotkeys not working on detailed status view (ClearlyClaire)
    • ๐Ÿ›  Fix og:url on status pages (ClearlyClaire)
    • ๐Ÿ›  Fix upload option buttons only being visible on hover (Gargron)
    • ๐Ÿ›  Fix tootctl not returning exit code 1 on wrong arguments (sascha-sl)
    • ๐Ÿ›  Fix preview cards for appearing for profiles mentioned in toot (ClearlyClaire, ClearlyClaire)
    • ๐Ÿ›  Fix local accounts sometimes being duplicated as faux-remote (Gargron)
    • ๐Ÿ›  Fix emoji search when the shortcode has multiple separators (ClearlyClaire)
    • ๐Ÿ›  Fix dropdowns sometimes being partially obscured by other elements (kedamaDQ)
    • ๐Ÿ›  Fix cache not updating when reply/boost/favourite counters or media sensitivity update (Gargron)
    • ๐Ÿ›  Fix empty display name precedence over username in web UI (Gargron)
    • ๐Ÿ›  Fix td instead of th in sessions table header (Gargron)
    • ๐Ÿ›  Fix handling of content types with profile (valerauko)
  • v2.5.2 Changes

    October 12, 2018

    ๐Ÿ”’ Security

    • ๐Ÿ›  Fix XSS vulnerability (Gargron)
  • v2.5.1 Changes

    October 07, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix database migrations for PostgreSQL below 9.5 (Gargron)
    • ๐Ÿ›  Fix class autoloading issue in ActivityPub Create handler (Gargron)
    • ๐Ÿ›  Fix cache statistics not being sent via statsd when statsd enabled (ykzts)
    • โฌ†๏ธ Bump puma from 3.11.4 to 3.12.0 (dependabot[bot])

    ๐Ÿ”’ Security

    • ๐Ÿ›  Fix some local images not having their EXIF metadata stripped on upload (ClearlyClaire)
    • ๐Ÿ›  Fix being able to enable a disabled relay via ActivityPub Accept handler (ClearlyClaire)
    • โฌ†๏ธ Bump nokogiri from 1.8.4 to 1.8.5 (dependabot[bot])
    • ๐Ÿ›  Fix being able to report statuses not belonging to the reported account (ClearlyClaire)