Changelog History
Page 2
-
v0.3.2 Changes
August 26, 2019๐ To upgrade, follow the upgrade guide.
๐ฒ Log
- โ Add installation guide for debian buster with apache
- โ Add some necessary directories to git: data/cache and data/files
- ๐ Fix dev scripts when used in a git worktree directory
- Take timing from twitch url into account in embeds
- ๐ Use fixed height images in the lightbox (nlg.js)
Remarks
๐ Bugfix release.
-
v0.3.1 Changes
August 01, 2019๐ To upgrade, follow the upgrade guide.
๐ฒ Log
- โ Add documentation for debian buster
- โ Add user list in group-settings
- ๐ Allow long format images
- Display share button only if the user has more than 1 group
- ๐ Fix avatar change and upscale its resolution
- ๐ Fix english translation
- ๐ Fix new messages not appearing immediately
- ๐ Fix signup during invitation
- ๐ Fix title input changing form when inputting a space
- โ Remove demo instance files
- โก๏ธ Update dependencies and dockerfile packages
Remarks
๐ Mostly bugfix release.
-
v0.3 Changes
July 25, 2019๐ฒ Log
- โก๏ธ Update to symfony 4.3
- ๐ Switch security password encoder to 'auto'
- Regenerate message preview on edition
- โ Add "default group" option
- โ Add Log and System entities
- โ Add CleanLogs, CleanGroups, CleanMessages, RepairDatabase commands
- โ Add message sharing feature
- Rework Cron: will now be called on kernel.terminate event
- Redirect nginx output to stdout
- Return only JSON from the API
- Avoid displaying empty messages
- Simplify commands invocations
- 0๏ธโฃ .env is now the default config and .env.local symlinks to data/config
Remarks
๐ Feature release.
โก๏ธ This update has a database structure change. Please see the corresponding migration file.
๐ To upgrade, follow the upgrade guide.Cron tasks will now execute after each API call. This means that if your Zusam instance is visited sufficiently often, you don't need to call it from the system cron anymore.
โฌ๏ธ The first time RepairDatabase will be executed, it could take some time (and cause some API calls to timeout). To avoid this, you can execute it yourself during the upgrade (after having applied the SQL migration) withphp api/bin/console zusam:repair-database
.โก๏ธ โ ๏ธ The configuration change (.env => .env.local) could impact you if you customized your configuration file paths. Make sure to update the symlink if necessary.
These changes were made to be compliant with the symfony specifications: -
v0.2 Changes
May 06, 2019๐ Feature release.
๐ Changes include:
- โ Add slovak translation
- โ Add opt-in notification emails
- ๐ Fix video loading in albums
- โ Add public link feature
- Rework news styling
- ๐ Fix gif upload
- Declare the webapp as a PWA with a share-intent
๐ฑ โ ๏ธ Support for PHP 7.1 was dropped.
โก๏ธ This update has a database structure change. Please see the corresponding migration file.
๐ To upgrade, follow the upgrade guide. -
v0.1.1 Changes
March 29, 2019๐ฒ Log
- ๐ Fix styling issues in chrome
- ๐ Fix s6 lockups in docker
- ๐ Fix lightbox on image urls
- โ Add a writerId to each writer component to avoid edge cases
- โ Add spanish translation
Remarks
๐ Mostly bugfix release.
-
v0.1 Changes
March 21, 2019๐ This is the first release of Zusam that is meant to be used broadly.
-
v0.1-beta.7
March 05, 2019 -
v0.1-beta.6
February 17, 2019