Skip to content

Releases: atbuy/csihu-notificator

v3.2.1

27 Apr 13:27
11e8aa2
Compare
Choose a tag to compare
  • Minor fixes

Full Changelog: v3.2.0...v3.2.1

v3.2.0

27 Apr 13:23
37672a5
Compare
Choose a tag to compare
  • Removed chrome driver from image and setup as different service
  • Used aiohttp for non-blocking request to announcements
  • Updated dependencies

Full Changelog: v3.1.1...v3.2.0

v3.1.1

17 Apr 19:08
176d271
Compare
Choose a tag to compare

Full Changelog: v3.1.0...v3.1.1

v3.1.0

28 Mar 14:45
6ee3176
Compare
Choose a tag to compare

What's Changed

  • Upgraded to pydantic v2 and separated settings by @atbuy in #9
  • Added metrics for prometheus, fixed broken links by @atbuy in #10
  • Fixed multiple security issues

Full Changelog: v3.1.0...v3.1.0

v3.0.3

24 Jun 17:54
77339a7
Compare
Choose a tag to compare

Full Changelog: v2.0.0...v3.0.3

v2.0.0

16 Oct 22:36
Compare
Choose a tag to compare
  • Added Dockerfile for easier deployment
  • Added docker-compose for development
  • Added sqlalchemy and create Announcement model
  • Separated application logic into different Cogs
  • Added alembic for migration management
  • Added poetry for dependency management
  • Added pre-commit

Docker was added because the app will be deployed in a droplet, not on Heroku

v1.0.0

08 Mar 00:23
Compare
Choose a tag to compare

Added commands, fixed logic errors, and implemented slash commands.

v0.9.0

22 Nov 22:28
Compare
Choose a tag to compare

This version is outside alpha. This version has a better help command and it's better for development and testing.

v0.8.7-alpha

10 Nov 23:53
Compare
Choose a tag to compare

This version is cleaner than the previous ones and more flexible. Testing will be easier in this structure.
The main bot file is cleaner, the Helpers class is moved to a different file to make testing easier.

There are new commands like setc, where a member can change it's name color to any of the 16.8 million colors using HEX values or RGB.
Also, a cooldown is added to the translate command, because it appeared to be spammable.

However the setc command needs to be changed to fit different servers.

v0.8.0-alpha

09 Nov 08:54
Compare
Choose a tag to compare

Added base for writing tests, fixed Helpers class errors, added pytest.

This version is more helpful to develop on.