Releases: tjarbo/discord-moodle-bot
v2.0.0-beta
Hey there 👋
Wow, it has been a long time since the last major release 🤯 But as mentioned in the Readme, we now have successfully tested the new implementations and are ready to pre-release version 2.
Talking about new - Let's summarize what is new so far:
- Passwordless - We removed the original "Token" to be more independent from Discord and replaced it with a new state-of-the-art authentication method. You can learn more about this here.
- Conntectors - Now the Notification Service won't only notify you on Discord anymore. A new plugin based systems allows us to easily add new platforms like e-mail, Microsoft Teams etc. Right now only a Discord Bot is implemented but more will come soon!
- I18n for the web interface - You do not have to learn German anymore to use the web interface. Instead, you can just select the english version. If you want, feel free to submit a pull request adding your language! More information here. - @p-fruck
- New Docker images - The Docker images are now published at
tjarbo/notification-service
. All available image tags can be found down below ⬇️
And many more:
- 🗑️ Minor cleanup (#191) @p-fruck
- 🐛 Fix special password and username characters - Closes #188 (#189) @NathanAdhitya
- ⚡️ Updated Heroku Deploy (#186) @tjarbo
- 🐛 Small bugfixes (#185) (#179) @tjarbo
- ⚡️ Improved logging (#190) @tjarbo
- ...
We also have a new wiki! On docs.tjarbo.com you can find new deployment guides and manuals. They are still work in progress, but we will add new articles from time to time. Feel free to add a pull request if you find a typo or another mistake.
But that is enough talking about what is new. More insteresting is what comes next: Soon we will merge the branch with i18n for notifications. They will now be based on a new templating engine, to be easily extentable for new connectors.
So to not miss this update and to get notified as soon as a new release is available, click on Watch in the upper right corner, then Custom and activate ✅ Releases and Discussions (so that your inbox is not spammed 😉 )! And if you like the Notification Service, give it a 🌟 - thank you 🤩!
Available Docker Images:
tjarbo/notification-service:latest
- the latest releasetjarbo/notification-service:next
- the latest commit of default branch (⚠️ maybe unstable)
All image tags can be found here
Version 1.0.3
Hey there 👋
This is one of the last maintenance releases before teleporting the main/default branch to the commit history and features of version 2 🚀✨ for testing and preparation. 1.0.3 just includes some security upgrades from dependabot.
To stay up to date and get notified as soon as a new release is available, click on watch in the upper right corner, then custom and activate Releases and Discussions ✅ (so that your inbox is not spammed 😉)! And if you like the fmdb, give it a 🌟 - thank you 🤩!
🔒 Security and others
- ⬆️ Bump url-parse from 1.5.1 to 1.5.3 in /packages/frontend (#170) @dependabot
- ⬆️ Bump actions/setup-node from 2.4.0 to 2.4.1 (#169) @dependabot
- ⬆️ Bump tmpl from 1.0.4 to 1.0.5 in /packages/backend (#166) @dependabot
All docker images can be found here
You want to setup your own bot? Visit our wiki to find more about!
Version 1.0.2
Hey there 👋
It's been a long time since you last heard from us. This time we're back with just a small release, which brings several security updates for the dependencies and also updates the container images again.
But hopefully it won't be too long until version 2.0. We are working whenever we can to implement and review new features, so we will be able to introduce you to a number of new features soon.
See you then!
To stay up to date and get notified as soon as a new release is available, click on watch in the upper right corner, then custom and activate Releases and Discussions ✅ (so that your inbox is not spammed 😉)! And if you like the fmdb, give it a 🌟 - thank you 🤩!
Changelog
🔒 Security and others
- ⬆️ Bump docker/metadata-action from 3.4.1 to 3.5.0 (#161) @dependabot
- ⬆️ Bump path-parse from 1.0.6 to 1.0.7 in /packages/backend (#160) @dependabot
- ⬆️ Bump path-parse from 1.0.6 to 1.0.7 in /packages/frontend (#159) @dependabot
- ⬆️ Bump actions/setup-node from 2.3.0 to 2.4.0 (#158) @dependabot
- ⬆️ Bump actions/setup-node from 2.2.0 to 2.3.0 (#155) @dependabot
- ⬆️ Bump docker/metadata-action from 3.4.0 to 3.4.1 (#153) @dependabot
- ⬆️ Bump docker/metadata-action from 3.3.0 to 3.4.0 (#150) @dependabot
- ⬆️ Bump actions/setup-node from 2.1.5 to 2.2.0 (#148) @dependabot
- ⬆️ Bump normalize-url from 4.5.0 to 4.5.1 in /packages/backend (#140) @dependabot
- ⬆️ Bump glob-parent from 5.1.1 to 5.1.2 in /packages/backend (#141) @dependabot
- ⬆️ Bump postcss from 7.0.35 to 7.0.36 in /packages/frontend (#142) @dependabot
- ⬆️ Bump ws from 6.2.1 to 6.2.2 in /packages/frontend (#139) @dependabot
- ⬆️ Bump ws from 7.3.1 to 7.4.6 in /packages/backend (#137) @dependabot
- ⬆️ Bump dns-packet from 1.3.1 to 1.3.4 in /packages/frontend (#136) @dependabot
- ⬆️ Bump browserslist from 4.12.0 to 4.16.6 in /packages/frontend (#135) @dependabot
- ⬆️ Bump docker/metadata-action from 3.2.0 to 3.3.0 (#138) @dependabot
Available Docker Images:
tjarbo/fmdb:latest
- the latest release based onrelease
tjarbo/fmdb:next
- the latest release based onmain
All images can be found here
You want to setup your own bot? Visit our wiki to find more about!
Version 1.0.1
Hey there 👋
A new version is available, but it only includes small changes and improvements. Maybe it feels like we're barely doing anything for the project at the moment
To stay up to date and get notified as soon as a new release is available, click on watch in the upper right corner, then custom and activate Releases and Discussions ✅ (so that your inbox is not spammed 😉)! And if you like the fmdb, give it a 🌟 - thank you 🤩 !
Changelog
- #106 Added default value for missing timestamp @p-fruck
- #123 Updated dependencies to close unaddressed vulnerabilities @tjarbo & dependabot
Available Docker Images:
tjarbo/fmdb:latest
- the latest release based onrelease
tjarbo/fmdb:next
- the latest release based onmain
(⚠️ possibly unstable, due to the preparation for version 2.0!)
All images can be found here
You want to setup your own bot? Visit our wiki to find more about!
Version 1.0
This is the initial release to set the basement for new fancy features!
Available Docker Images:
tjarbo/fmdb:latest
- the latest release based onrelease
tjarbo/fmdb:next
- the latest release based onmain
All images can be found here
You want to setup your own bot? Visit our wiki to find more about!