Skip to content

Releases: Billos/tmars-notifier

1.6.1

26 Aug 18:25

Choose a tag to compare

1.6.1 (2025-08-26)

Bug Fixes

  • participants: add phase check and player count validation in listParticipants method (652a203)

1.6.0

29 Jun 11:37

Choose a tag to compare

1.6.0 (2025-06-29)

Bug Fixes

  • notification: move notifier initialization inside sendNotification function (204d134)

Features

  • games: implement game and player routines for better management (02425dd)
  • games: send notifications to players when a game ends (975976b)

1.5.0

26 Jun 14:51

Choose a tag to compare

1.5.0 (2025-06-26)

Features

  • notification: implement dynamic notification engine selection and fetch available engines (ab6436e)

1.4.0

26 Jun 14:07

Choose a tag to compare

1.4.0 (2025-06-26)

Bug Fixes

  • config: set base path for frontend assets (2c848df)
  • notification: conditionally set notification endpoint if provided (6330d5f)

Features

  • notification: add Discord notification support and update documentation (2d22848)
  • notification: enhance notification system with links and improved logging (017043e)
  • notification: refactor notification handling with Notifier type for better abstraction (e87eb6a)

1.3.0

26 Jun 09:07

Choose a tag to compare

1.3.0 (2025-06-26)

Bug Fixes

  • changelog: remove duplicate entries and streamline feature list for version 1.2.0 (1feff14)

Features

  • gotify: remove gotify control, this is just a notifier (6e6507a)

1.2.0

26 Jun 01:05

Choose a tag to compare

1.2.0 (2025-06-26)

Features

  • docker: add Docker setup with multi-stage builds for frontend and backend (158c258)
  • env: add environment configuration for URL and update Docker documentation (5bb3e35)
  • frontend: basic interface in Vue (01c9f89)
  • participants: add participant selection and fetch logic (e290dc1)
  • tmars: remove unused Gotify user fetching logic from init function (bda608a)
  • vite: remove production URL handling and simplify API target configuration (2115515)

1.1.0

25 Jun 16:31

Choose a tag to compare

1.1.0 (2025-06-25)

Features

  • gotify: add endpoint to set Gotify URL for users (cb3b7fc)
  • gotify: add image upload functionality for user applications (f6af18b)
  • gotify: integrate Redis for user application management and notification handling (7777643)
  • gotify: Use Gotify URL rather than token only (2809b9e)
  • notifications: refactor notification handling and add support for multiple engines (76f446f)
  • redis: add Redis client implementation and configuration (dc3d8b6)

1.0.0

25 Jun 11:19

Choose a tag to compare

1.0.0 (2025-06-25)

Features

  • gotify: add environment configuration for Gotify integration (249da3d)
  • gotify: add openapi-typescript-codegen to get Gotify API (06e85b5)
  • gotify: generate Gotify API (d9709c3)
  • gotify: implement basic operations for Gotify API (5a44676)
  • notifications: basic notifications PoC (dd2fd27)
  • release: semantic-release setup (8a4164e)
  • tmars: tmars types (9b5c800)