Skip to content

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. You also read it on our website.

[Development]

WARNING

Heed this warning. Beta builds may have unfound bugs, some of which may be fatal to your data— including chat logs.

If you haven't already, you should make a good habit of backing up your logs.

Added

Fixed

Changed

[Releases]

[1.30.2] [04.20.25]

Fixed

  • Channel tags spanning more than one line (#44)
  • High quality avatars remaining as the tab icon after disconnecting (#46)
  • Zoom in hotkey (Ctrl-+) not working as intended (#55)
  • Restored Dracula theme colors to original values (#51)
  • Multiple issues related to chat view component initialization (#66):
    • Notifications not showing up for the active conversation when window was minimized/out of focus
    • Saved ads in the ad editor not loading
    • Inability to reorder channels and conversations
    • Hotkey to switch between conversations (Alt-Up/Alt-Down) not working
    • Idle timer never starting
    • Font size settings not being initialized when connecting
  • Fix ctrl-tab falling out of sync after dragging a tab (#74)
  • Fix lack of shadows in black (and other) user names (#61)

Changed

  • Updated contributor information (#77)

[1.30.1] - 2024-03-25

WARNING

This is a major update! Please, back up your logs.

Added

  • GitHub Actions workflow for testing PR builds [Commit]
    • Allows testing builds from pull requests without creating a release
    • Adds comments to PRs with build status
  • Updated electron [Commit]
    • This should help wayland bugs on linux, including preformance issues. This also fixes some large security issues found within Rising
  • Overhauled build system [Commit]
  • Deb, tar.gz linux builds [Commit]
  • Experimental arch linux builds (pnpm build:linux:arch) [Commit]
  • MacOS builds have been melted together in a single, universal dmg, which should work on Intel and M1 based systems. [Commit]
  • About page [Commit]
  • Release artifacts now produce SHASUM256.txt file to verify file signatures [Commit]

Changed

  • Updated project dependencies [Commit]
  • Refactored color functions and updated Sass dependencies [Commit]
  • Removed Changesets configuration [Commit]
  • Code improvements through linting and style fixes [Commit]

Fixed

  • Updated prepare script to use pnpm for Snyk protection [Commit]
  • Added pnpm-lock.yaml to prettier ignore [Commit]
  • Fixed a bug the caused chat.ts to never load due to invalid URLs when updating electron past 27 [Commit]
  • Fixed a bug where arm64 release artifacts were still building with x86_64 toolchains, causing them to not function. #15
  • Fixed a documentation issue where download links were false in the readme #13 [Commit] #18
    • Thank you @freenutsxd ♥
    • This was @freenutsxd first contribution~! ♥
  • Several other stability improvements

Changed

Merged Pull Requests

  • #25 User tab consistency improvements (from @FatCatClient) [Commit]
  • #27 Improvements from @FireUnderTheMountain [Commit]
  • #29 Dracula color theme fixes (from @FatCatClient) [Commit]
  • #32 Note silencer feature (from @FatCatClient) [Commit]
  • #33 Dark dimmed links fix (from @FatCatClient) [Commit]

[1.29.1] - 2024-03-02

Added

Fixed

  • Fixed links opening in internal browser, and profileViewer being non-functional. [Commit]

Changed

  • Settings have more clear names and use a diffent icon to indicate new settings [Commit]
  • High quality portraits can now use the words 'Horizon Portrait' instead ('Rising Portrait' still works to maintain compatablity) [Commit]
  • Build tools now use PNPM instead of Yarn [Commit]
  • Added changesets [Commit]

Removed