Releases: Liphium/station
Release list
0.6.2
Notes for town administrators
Zap will probably stop working after this update if you used the official Docker tutorial for installation. We have a guide on how to fix it over at https://docs.liphium.com/migration. Please follow the guides to also resolve the other breaking changes.
Changes
- Fixed the mail headers not being set correctly
0.6.1
Notes for town administrators
Zap will probably stop working after this update if you used the official Docker tutorial for installation. We have a guide on how to fix it over at https://docs.liphium.com/migration. Please follow the guides to also resolve the other breaking changes.
Changes
- Fixed the mail server not using the identity specified in the environment file/config
- Added from and to headers to the email message
0.6.0 - Warp & decentralization finalized
Notes for town administrators
Zap will probably stop working after this update if you used the official Docker tutorial for installation. We have a guide on how to fix it over at https://docs.liphium.com/migration. Please follow the guides to also resolve the other breaking changes.
Changes
- Incremented protocol version to v7 (due to the Zap changes)
- Made the registration a little bit more user friendly
- The display name and username input now have a max length associated with them
- The display name and username errors for requirements now include the requirements
- The display name and username creation have been separated to avoid confusion between the two
- Display name creation now has a better description of what it actually is
- Username creation now has a better description of what it actually is
- Fixed the email not changing when pressing the resend email button and with a changed email
- Allow a new Zap chunking size for faster performance (512 KB -> 1 MB)
- Made Zap a little faster by increasing the chunks loaded ahead (now from 10 MB max -> 20 MB max)
- Added automatic layering to Tabletop to make playing card games with card stacking easier
- Added new events for Warp to make port sharing a possibility (in Spaces)
- Decentralized connections to Spaces are now possible
- Fixed subscriptions taking long when some servers are offline
- Fixed the profile picture not loading in a decentralized context
0.5.1
Changes
- Fixed the stored actions issues causing the loss of friend requests and more
Full Changelog: 0.5.0...0.5.1
0.5.0
Notes for town administrators
Audio and video functionality has been removed from Spaces in this release. You can find out why this change has been made in main/README.md and further in the chat_interface repository. What this means for you and why this notice is here is that you can now safely remove all environment variables in the previous environment file starting with the SS_LK prefix. They are no longer needed.
Changes
- Incremented protocol version to v6
- Changed the way clients connect to the websocket gateway to get the data through a packet instead of protocols
- Removed LiveKit support from Spaces (read main/README.md for more info)
- Added handlers for actions from Spaces messaging
- Removed some old and unused code
Full Changelog: 0.4.0...0.5.0
0.4.0
Notes for town administrators
There is a new admin panel in the client app now. Some settings that you could set through the environment file before are now available through the Town page in the settings. Things such as whether decentralization with unsafe locations is allowed or the max file upload size or the maximum amount of storage usage per account can now all be managed through there. I hope this job makes it a little easier to maintain a town. More additions are coming the future, but for now those are all I've got. If you want any further additions be sure to open an issue about it.
Changes
- Create an invite matching the SYSTEM_UUID if there is no account
- The first account created now instantly gets admin privileges
- Removed unused routes (/app/* and /node/manage/regen + remove)
- Some code cleanup moving all entities into the database module
- Account management for admins (rank changing, searching, deleting)
- Moved file max size and total storage settings to the admin panel
- New settings for decentralization in the admin panel
- Settings bridge using node tokens as authorization between the nodes and the backend
- Fixed a bug where decentralization wouldn't work because of token synchronization issues
Full Changelog: 0.3.2...0.4.0
0.3.2
What's Changed
- The UTF8 update, I finally caved by @Unbreathable in #19
Full Changelog: 0.3.1.1...0.3.2
0.3.1.1
What's Changed
- Fix seg fault (thanks ChatGPT) by @Unbreathable in #18
Full Changelog: 0.3.1...0.3.1.1
0.3.1
What's Changed
- Fixed a bug with decentralization and conversations by @Unbreathable in #17
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- SSO is now available, look into
main/README.mdfor more information - Decentralization is now enabled by default (http pairing is disabled)
- Lots of fixes for stability
- Station can now run without a livekit server (will disable all calling features)
- All translations are now server-side
- A new and more stable login and register system (a general auth overhaul, some features are still missing)
- Zap is now storing everything in memory instead of on disk (due to a lot of errors with that)
- A docker file is now available for easier deployment (you're still gonna need a .env file)
Full Changelog: https://github.com/Liphium/station/commits/0.3.0