• Pre-Release v13.2.0-beta4 bb228d87bd

    v13.2.0-beta4

    thatonecalculator released this 16 hours ago | 2 commits to beta since this release

    Notes for v13.2.0-beta4:

    • Calckey gets Rusty! 🦀 Rust is now used for ID conversion, this is a first step forward to a Rust-based backend!
    • Major performance improvements
    • Import old posts
    • Boost to multiple visibility (including direct)
    • Better search page
    • Help menu in navbar
    • Custom KaTeX macros
    • Button to index posts with Sonic
    • Better chat index UI on mobile
    • Rehash passwords on sign-in with Argon2
    • On top of improving security, this fixes Foundkey -> Calckey instance migration, but breaks Calckey -> Misskey instance migration
    • More Mastodon API compatibility
    • Fix not being able to click certain buttons in settings
    • Fix "silent notification audio" on mobile
    • Upgrade to pnpm 8.1 with new lockfile format
    • Better OpenGraph embed
    • Many smaller bug fixes and UI changes

    Instructions to upgrade:

    Install Rust (if not using Docker)

    git checkout beta
    git pull --ff
    corepack prepare pnpm@latest --activate
    pnpm i
    NODE_ENV=production pnpm run build && pnpm run migrate
    

    NOTE: The first build since this version may take a while, since Rust has to install and compile the packages. This may take a couple minutes, but will never need to happen again, as the packages will be cached.

    To index posts for Sonic:

    1. Go to Control Panel > Database
    2. Click the "Index Posts" button
      • You can optionally a Post ID to start from if you don't want to index the entire database
    3. Wait patiently :)
    Downloads
     
  • Pre-Release v13.2.0-beta31 6e898249ef

    v13.2.0-beta31

    thatonecalculator released this 1 week ago | 94 commits to beta since this release

    Notes for v13.2.0-beta3:

    • More Mastodon API support
    • Swap functionalities of home and social timelines
    • Important bug fixes
    • Minor UI tweaks

    Notes for v13.2.0-beta31:

    • Fix Docker
    • Even more Mastodon API support

    Instructions to upgrade:

    git checkout beta
    git pull --ff
    corepack prepare pnpm@latest --activate
    pnpm i
    NODE_ENV=production pnpm run build && pnpm run migrate
    
    Downloads
     
  • Pre-Release v13.2.0-beta2 e674ae1c25

    v13.2.0-beta2

    thatonecalculator released this 2 weeks ago | 116 commits to beta since this release

    Notes for v13.2.0-beta2:

    • Enhanced Mastodon API support
    • New thread UI
    • Backfill remote users followers/follows
    • Sonic search support
    • License information for custom emojis
    • More built-in themes (Nord, Catppucchin, Gruvbox)
    • Performance improvements and bug fixes
    • Compile time compression

    First time contributors: @s1ide@fedi.s1i.dev and @naskya@misskey.io !

    git checkout beta
    git pull --ff
    corepack prepare pnpm@latest --activate
    pnpm i
    NODE_ENV=production pnpm run build && pnpm run migrate
    
    Downloads
     
  • Stable v13.1.4.1 b03e655843

    v13.1.4.1 Hotfix

    thatonecalculator released this 2 weeks ago | 3 commits to main since this release

    Hotfix

    Downloads
     
  • Pre-Release v13.2.0-beta 6db3766505

    v13.2.0-beta

    thatonecalculator released this 3 weeks ago | 248 commits to beta since this release

    This first beta of v13.2.0 comes with many exciting features!

    • Initial Mastodon API support
    • More antenna options
    • Great performance improvements
    • Many UI improvements
    • Fix many bugs
    • New dashboard
    • Explore remote posts

    To upgrade:

    git checkout beta
    git pull --ff
    corepack prepare pnpm@latest --activate
    pnpm i
    NODE_ENV=production pnpm run build && pnpm run migrate
    
    Downloads
     
  • Stable v13.1.3 5731bf4ee5

    v13.1.3

    thatonecalculator released this 3 weeks ago | 6 commits to main since this release

    This is a smaller, intermediary release in preparation for v13.2.0. We still recommend that admins upgrade, however.

    Changes
    • Better blocking/muting

    • Better user refreshing

    • New help menu with app list (More! > Help)

    • New headerbar style

    • Bug + security fixes and performance improvements

    To upgrade:

    git checkout main
    git pull --ff
    corepack prepare pnpm@latest --activate
    pnpm i
    NODE_ENV=production pnpm run build && pnpm run migrate
    
    Downloads
     
  • Pre-Release v13.1.3-rc ba18da314f

    v13.1.3 release candidate

    thatonecalculator released this 2 months ago | 534 commits to develop since this release

    [13.1.3] - 2023-02-09

    Bug Fixes

    • Fix: Hide unmute option when the user is blocked

    Features

    • Feat: Mute and unfollow when blocking a user

    • Feat: Unblock with follow button

    • Refresh user when changed

    • Feature/help_menu (#9587)

    To upgrade from previous versions:

    git pull --ff
    corepack prepare pnpm@latest --activate
    pnpm i
    NODE_ENV=production pnpm run build && pnpm run migrate
    
    Downloads
     
  • Stable v13.1.2 bb0fe93631