Skip to content

Releases: The-Best-Codes/chatter

v0.0.11

31 Mar 14:31
34f55f1

Choose a tag to compare

Chatter

Simple & fast chat, owned by you


Full Changelog: v0.0.10...v0.0.11

Updates

  • Update dependencies
  • Add search API route (will add UI soon!)
  • [MAJOR, UPCOMING]: Preparing to switch to a Solid.js + Vite UI

Bug fixes

  • Fix issues with submit button reloading the page in Firefox
  • Fix form issues in some browsers

Attributions

This section is empty.

Release files

At the end of this release, there should be multiple downloads available, making it easy to run Chatter on your system.

On:

  • Linux with an older CPU, download linux-base.tar.xz. If you can't extract tar.xz files, download the linux-base.zip file instead.
  • Linux, download linux-modern.tar.xz. If you can't extract tar.xz files, download the linux-modern.zip file instead.
  • Windows with an older CPU, download windows-base.zip. Support for Windows versions older than Windows 10 is not guaranteed.
  • Windows, download windows-modern.zip. Support for Windows versions older than Windows 10 is not guaranteed.
  • macOS/OSX with an older CPU, download darwin-base.zip.
  • macOS/OSX, download darwin-modern.zip.

modern variants are faster, but may not work on older OSes or devices.

Important

If you don't see the release files yet, wait a bit! It can take several minutes for the GitHub Action to build all the executables.

Happy chatting!

v0.0.10

07 Feb 22:50
2bacc99

Choose a tag to compare

Chatter

Simple & fast chat, owned by you


Full Changelog: v0.0.9...v0.0.10

Updates

  • Update dependencies
  • Allow images up to 1200×2400 (about 3x larger than before)
  • Allow 10x longer messages

Bug fixes

  • Fix theme flicker on initial page load when using dark mode
  • Fix timestamps resetting to current date on page reload
  • Fix send button not applying disabled attribute
  • Add pointer cursor to send button when enabled

Attributions

This section is empty.

Release files

At the end of this release, there should be multiple downloads available, making it easy to run Chatter on your system.

On:

  • Linux with an older CPU, download linux-base.tar.xz. If you can't extract tar.xz files, download the linux-base.zip file instead.
  • Linux, download linux-modern.tar.xz. If you can't extract tar.xz files, download the linux-modern.zip file instead.
  • Windows with an older CPU, download windows-base.zip. Support for Windows versions older than Windows 10 is not guaranteed.
  • Windows, download windows-modern.zip. Support for Windows versions older than Windows 10 is not guaranteed.
  • macOS/OSX with an older CPU, download darwin-base.zip.
  • macOS/OSX, download darwin-modern.zip.

modern variants are faster, but may not work on older OSes or devices.

Important

If you don't see the release files yet, wait a bit! It can take several minutes for the GitHub Action to build all the executables.

Happy chatting!

Chatter v0.0.9

14 Jan 04:26
1f8d5f6

Choose a tag to compare

Chatter

Simple & fast chat, owned by you


Full Changelog: v0.0.8...v0.0.9

Updates

  • Update dependencies
  • Add settings manager and modal

Settings

With settings, you can change these values as of v0.0.9:

  • Theme: Dark or Light
  • Notifications (if permission is possible): Always, Unfocused, Never
  • Sound: Always, Unfocused, Never
    (Unfocused means when you are not on the tab)

image

Bug fixes

  • Fix some escaping issues

Attributions

This section is empty.

Release files

At the end of this release, there should be multiple downloads available, making it easy to run Chatter on your system.

On:

  • Linux with an older CPU, download linux-base.tar.xz. If you can't extract tar.xz files, download the linux-base.zip file instead.
  • Linux, download linux-modern.tar.xz. If you can't extract tar.xz files, download the linux-modern.zip file instead.
  • Windows with an older CPU, download windows-base.zip. Support for Windows versions older than Windows 10 is not guaranteed.
  • Windows, download windows-modern.zip. Support for Windows versions older than Windows 10 is not guaranteed.
  • macOS/OSX with an older CPU, download darwin-base.zip.
  • macOS/OSX, download darwin-modern.zip.

modern variants are faster, but may not work on older OSes or devices.

Important

If you don't see the release files yet, wait a bit! It can take several minutes for the GitHub Action to build all the executables.

Happy chatting!

Chatter v0.0.8

22 Dec 03:52
11f6169

Choose a tag to compare

Chatter

Simple & fast chat, owned by you


Full Changelog: v0.0.7...v0.0.8

Updates

  • Update dependencies
  • Add health endpoint
  • Add daytona support and devcontainer files
  • Add branding (for tab icon and manifest)

Bug fixes

  • Allow non-same origin requests

Note

The CORS origin is set to *. As of version 0.0.8, this cannot be changed, so be careful using this in production.
The only reason this is enabled is for third party integrations, like the soon-to-come Chatter Client (easy to use app).

Attributions

This section is empty.

Release files

At the end of this release, there should be multiple downloads available, making it easy to run Chatter on your system.

On:

  • Linux with an older CPU, download linux-base.tar.xz. If you can't extract tar.xz files, download the linux-base.zip file instead.
  • Linux, download linux-modern.tar.xz. If you can't extract tar.xz files, download the linux-modern.zip file instead.
  • Windows with an older CPU, download windows-base.zip. Support for Windows versions older than Windows 10 is not guaranteed.
  • Windows, download windows-modern.zip. Support for Windows versions older than Windows 10 is not guaranteed.
  • macOS/OSX with an older CPU, download darwin-base.zip.
  • macOS/OSX, download darwin-modern.zip.

modern variants are faster, but may not work on older OSes or devices.

Important

If you don't see the release files yet, wait a bit! It can take several minutes for the GitHub Action to build all the executables.

Happy chatting!

Chatter v0.0.7

12 Dec 17:17
43c1bb6

Choose a tag to compare

Chatter

Simple & fast chat, owned by you


Full Changelog: v0.0.6...v0.0.7

Updates

  • Update dependencies
  • The sidebar is now responsive on mobile
  • Add support for bots with ! command prefixes
  • Add echo, greet, and time example commands

Bug fixes

  • Fix bug where only login and signup pages work when no auth is present
  • Add support for CORS for custom Chatter clients
  • Fix the bug where the logout page does not redirect
  • Rebuild CSS to fix layout bug

Attributions

This section is empty.

Release files

At the end of this release, there should be multiple downloads available, making it easy to run Chatter on your system.

On:

  • Linux with an older CPU, download linux-base.tar.xz. If you can't extract tar.xz files, download the linux-base.zip file instead.
  • Linux, download linux-modern.tar.xz. If you can't extract tar.xz files, download the linux-modern.zip file instead.
  • Windows with an older CPU, download windows-base.zip. Support for Windows versions older than Windows 10 is not guaranteed.
  • Windows, download windows-modern.zip. Support for Windows versions older than Windows 10 is not guaranteed.
  • macOS/OSX with an older CPU, download darwin-base.zip.
  • macOS/OSX, download darwin-modern.zip.

modern variants are faster, but may not work on older OSes or devices.

Happy chatting!

v0.0.6

07 Dec 00:20
e288aa9

Choose a tag to compare

Chatter

Simple & fast chat, owned by you


Full Changelog: v0.0.5...v0.0.6

Updates

  • Update dependencies
  • Slightly changed layout with new sidebar (mobile support soon):
    image

Bug fixes

  • Fix bug where images won't upload due to sanitization errors

Attributions

This section is empty.

Release files

At the end of this release, there should be multiple downloads available, making it easy to run Chatter on your system.

On:

  • Linux with an older CPU, download linux-base.tar.xz. If you can't extract tar.xz files, download the linux-base.zip file instead.
  • Linux, download linux-modern.tar.xz. If you can't extract tar.xz files, download the linux-modern.zip file instead.
  • Windows with an older CPU, download windows-base.zip. Support for Windows versions older than Windows 10 is not guaranteed.
  • Windows, download windows-modern.zip. Support for Windows versions older than Windows 10 is not guaranteed.
  • macOS/OSX with an older CPU, download darwin-base.zip.
  • macOS/OSX, download darwin-modern.zip.

modern variants are faster, but may not work on older OSes or devices.

Happy chatting!

Chatter v0.0.5

29 Nov 20:38
5dffb40

Choose a tag to compare

Chatter

Simple & fast chat, owned by you


Full Changelog: v0.0.4...v0.0.5

Updates

  • Update dependencies
  • Use Tailwind 4 beta for better styles
  • Rich copied text (e.g., text with styles) will auto-convert to markdown when you paste it
  • 🔥 The chat user sessions will not reset when you restart the server (you don't have to log in again)
  • Session tracking and user statuses backend implementation

Bug fixes

  • Fix bug where long messages kill auto-scroll
  • Resolve JS/XSS attack issues

Attributions

  • CodeQL by GitHub for reporting security vulnerabilities

Release files

At the end of this release, there should be multiple downloads available, making it easy to run Chatter on your system.

On:

  • Linux with an older CPU, download linux-base.tar.xz. If you can't extract tar.xz files, download the linux-base.zip file instead.
  • Linux, download linux-modern.tar.xz. If you can't extract tar.xz files, download the linux-modern.zip file instead.
  • Windows with an older CPU, download windows-base.zip. Support for Windows versions older than Windows 10 is not guaranteed.
  • Windows, download windows-modern.zip. Support for Windows versions older than Windows 10 is not guaranteed.
  • macOS/OSX with an older CPU, download darwin-base.zip.
  • macOS/OSX, download darwin-modern.zip.

modern variants are faster, but may not work on older OSes or devices.

Happy chatting!

Chatter v0.0.4

26 Nov 20:06
87e3395

Choose a tag to compare

Chatter

Simple & fast chat, owned by you


Full Changelog: v0.0.3...v0.0.4

Updates

  • The server now allows uploading and automatic optimization of images
  • Add image upload button and image paste in chat text box
  • Links open in a new tab by default

Bug fixes

  • Fix layout shift issues with images
  • Fix message max width (messages now overflow individually)

Attributions

This section is empty.

Release files

At the end of this release, there should be multiple downloads available, making it easy to run Chatter on your system.

On:

  • Linux with an older CPU, download linux-base.tar.xz. If you can't extract tar.xz files, download the linux-base.zip file instead.
  • Linux, download linux-modern.tar.xz. If you can't extract tar.xz files, download the linux-modern.zip file instead.
  • Windows with an older CPU, download windows-base.zip. Support for Windows versions older than Windows 10 is not guaranteed.
  • Windows, download windows-modern.zip. Support for Windows versions older than Windows 10 is not guaranteed.
  • macOS/OSX with an older CPU, download darwin-base.zip.
  • macOS/OSX, download darwin-modern.zip.

modern variants are faster, but may not work on older OSes or devices.

Happy chatting!

Chatter v0.0.3

24 Nov 02:06
ef6546c

Choose a tag to compare

Chatter

Simple & fast chat, owned by you


Full Changelog: v0.0.2...v0.0.3

Updates

  • [Code-only] settings manager in localStorage
  • System notification support

Bug fixes

  • Add character limits to usernames, messages, and passwords
  • Limit notification preview text length
  • Escape HTML to prevent sanitization security issues
  • Update client README with sound effect attribution
  • Fix link text color so that links are blue

Attributions

  • catsrbad and User1 (on Chatter) for testing
  • WindSurf AI IDE for streamlined editing

Release files

At the end of this release, there should be multiple downloads available, making it easy to run Chatter on your system.

On:

  • Linux with an older CPU, download linux-base.tar.xz. If you can't extract tar.xz files, download the linux-base.zip file instead.
  • Linux, download linux-modern.tar.xz. If you can't extract tar.xz files, download the linux-modern.zip file instead.
  • Windows with an older CPU, download windows-base.zip. Support for Windows versions older than Windows 10 is not guaranteed.
  • Windows, download windows-modern.zip. Support for Windows versions older than Windows 10 is not guaranteed.
  • macOS/OSX with an older CPU, download darwin-base.zip.
  • macOS/OSX, download darwin-modern.zip.

modern variants are faster, but may not work on older OSes or devices.

Happy chatting!

Chatter v0.0.2

22 Nov 22:40
a7236b8

Choose a tag to compare

Chatter

Simple & fast chat, owned by you


Full Changelog: v0.0.1...v0.0.2

Updates

  • Chat notification sounds

Attributions

Release files

At the end of this release, there should be multiple downloads available, making it easy to run Chatter on your system.

On:

  • Linux with an older CPU, download linux-base.tar.xz. If you can't extract tar.xz files, download the linux-base.zip file instead.
  • Linux, download linux-modern.tar.xz. If you can't extract tar.xz files, download the linux-modern.zip file instead.
  • Windows with an older CPU, download windows-base.zip. Support for Windows versions older than Windows 10 is not guaranteed.
  • Windows, download windows-modern.zip. Support for Windows versions older than Windows 10 is not guaranteed.
  • macOS/OSX with an older CPU, download darwin-base.zip.
  • macOS/OSX, download darwin-modern.zip.

modern variants are faster, but may not work on older OSes or devices.

Happy chatting!