Releases: fractal6/fractal6.go
Releases · fractal6/fractal6.go
v0.7
New
- schema: new announcement tension type + user watching organisation features.
- mailer: handle user to notify for announcement tension + queries to get watchers.
- auth: authorization for special tension type (Alert & Announcement).
- cmd: pass optional username argument fot token gen command.
Changed
- mailer: send valid unsubscribe/unwatch email notifications + email typo fix
Fixed
- mailer: email formatting.
- mailer: email decoding when receiving email in a circle (create a tension).
- auth: panic for isMember check case for non existent user/username.
v0.6.9
New
- Add AGPLv3 License.
- mailer: Mail can be send to organisation to create tension, just use the organisation uri (i.e.
[email protected]
,f6/[email protected]
). - webhook: add matrix webhook.
- tension: mentioned tensions event capability.
- cmd: adduser command to add user from command line.
- cmd: gentoken to print usable JWT token for the API + Dgraph.
- build: add some go tests.
- build: Makefile rule to build and publish release
- build: Installation simplified with instruction in README.md
Changed
- dql: returns node attributes along with labels and template roles queries to be able to display to which nodes Labels and Roles template belongs to.
- mailer: refactor code that write email title and body.
Fixed
- mailer: postal signature validation.
- build: fix schema and build instructions.
- errors: improve error formating in handlers/auth.