Skip to content

Latest commit

 

History

History
308 lines (171 loc) · 25.3 KB

File metadata and controls

308 lines (171 loc) · 25.3 KB

2.8.3 (2025-12-19)

Bug Fixes

  • deps: update dependency dev.vankka:mcdiscordreserializer to v4.4.0 (#215) (67f2a07)

2.8.2 (2025-12-11)

Bug Fixes

  • deps: update mockito monorepo to v5.21.0 (minor) (#214) (8e74f65)

2.8.1 (2025-11-27)

Bug Fixes

  • deps: update dependency com.jeff-media:custom-block-data to v2.2.5 (#210) (bee00d8)

2.8.0 (2025-11-22)

Features

  • add retry mechanism and configurable interval for update checks (#201) (12c104f)

2.7.2 (2025-11-21)

Bug Fixes

  • improve legacy version detection for translation service (2108329)
  • improve legacy version detection for translation service (#207) (ae1396c)
  • suppress deprecation warning in translation service provider (8e843ac)

2.7.1 (2025-11-05)

Bug Fixes

2.7.0 (2025-11-05)

Features

  • add additional badges to README for better visibility (f0aba6f)

2.6.4 (2025-11-05)

Bug Fixes

  • add parent reference in semantic releases configuration (5178120)

2.6.3 (2025-11-05)

Bug Fixes

  • enable auto-creation in semantic releases configuration (4ac8b2d)

2.6.2 (2025-11-05)

Bug Fixes

  • update project name and disable auto-creation in semantic releases configuration (e6c28ae)

2.6.1 (2025-11-05)

Bug Fixes

  • update project name in semantic releases configuration (556d84c)

2.6.0 (2025-11-05)

Bug Fixes

  • add temporary workaround for display issue in DisplayActiveClocksCommand (1cd213a)
  • initialize PlotsquaredSupport during plugin startup (b682802)
  • initialize PlotsquaredSupport during plugin startup (#195) (a59bff9)
  • project: Triggerbuild (76e063f)
  • safely initialize PlotsquaredSupport if present during startup (4bb34eb)
  • teleport in display command and add 1.21.9 + 1.21.10 for testing (remove useless arg:4 in crowdin) (008a34c)
  • teleport in display command and add 1.21.9 + 1.21.10 for testing… (#192) (0abf127)

Features

  • add CycloneDX support and update release process for BOM generation (ec4d7e7)

2.5.2 (2025-11-03)

Bug Fixes

  • deps: update dependency org.junit.jupiter:junit-jupiter to v6.0.1 (4f2ed87)
  • deps: update dependency org.junit.jupiter:junit-jupiter to v6.0.1 (#199) (69b19bf)

2.5.1 (2025-10-07)

Bug Fixes

  • update field identifier for steps to reproduce in issue template (193a14c)

2.5.0 (2025-10-07)

Features

  • enhance issue templates with additional fields for better reporting (c0598f8)

2.4.0 (2025-10-07)

Bug Fixes

  • correct notification configuration keys and method name for clarity (bf77855)
  • enhance error logging for webhook client creation failures (201b18e)
  • update Discord notification configuration keys for consistency and improve error handling (89c46fc)

Features

  • add Discord notification service with webhook integration (c527a2e)
  • Add new notification system. (#177) (afee780)
  • enhance notification system with new services and configuration options (7b2e5ef)
  • implement notification system for redstone clock detection (9a42292)
  • implement sign block break handling and metadata management (d737be4)
  • improve Discord webhook handling and error logging (b9f196b)

2.4.0 (2025-10-07)

Bug Fixes

  • correct notification configuration keys and method name for clarity (bf77855)
  • enhance error logging for webhook client creation failures (201b18e)
  • update Discord notification configuration keys for consistency and improve error handling (89c46fc)

Features

  • add Discord notification service with webhook integration (c527a2e)
  • Add new notification system. (#177) (afee780)
  • enhance notification system with new services and configuration options (7b2e5ef)
  • implement notification system for redstone clock detection (9a42292)
  • implement sign block break handling and metadata management (d737be4)
  • improve Discord webhook handling and error logging (b9f196b)

2.4.0 (2025-10-03)

Bug Fixes

  • correct notification configuration keys and method name for clarity (bf77855)
  • enhance error logging for webhook client creation failures (201b18e)
  • update Discord notification configuration keys for consistency and improve error handling (89c46fc)

Features

  • add Discord notification service with webhook integration (c527a2e)
  • Add new notification system. (#177) (afee780)
  • enhance notification system with new services and configuration options (7b2e5ef)
  • implement notification system for redstone clock detection (9a42292)
  • implement sign block break handling and metadata management (d737be4)
  • improve Discord webhook handling and error logging (b9f196b)

2.4.0-beta.1 (2025-10-03)

Bug Fixes

  • correct notification configuration keys and method name for clarity (bf77855)
  • enhance error logging for webhook client creation failures (201b18e)
  • update Discord notification configuration keys for consistency and improve error handling (89c46fc)

Features

  • add Discord notification service with webhook integration (c527a2e)
  • enhance notification system with new services and configuration options (7b2e5ef)
  • implement notification system for redstone clock detection (9a42292)
  • implement sign block break handling and metadata management (d737be4)
  • improve Discord webhook handling and error logging (b9f196b)

2.3.0 (2025-10-03)

Bug Fixes

  • improve version detection to be case-insensitive and add Folia to loaders (847d0ba)
  • update build configuration to ensure shadowJar dependencies are correctly set (020cd24)
  • update release configuration to include version in jar file path (b83f20d)
  • update release configuration to use wildcard for jar file path (46abab3)

Features

  • add changelog support with semantic-release and update dependencies (b4e809e)
  • add Folia support with PlatformModule and update scheduling logic (2c6a79c)
  • add FoliaHelper and RegionServiceFactory for platform-specific service creation (8f841c0)
  • add package-info.java for Anti Redstone Clock Remastered API (6d34bc8)
  • add RegionService interface for region-specific operations (180918f)
  • add SchedulerService interface for task scheduling across platforms (4ba20eb)
  • add SchedulerServiceFactory for platform-specific scheduler service creation (e2da2c3)
  • add support for JAR artifact upload and download link in PR comments (8c7119b)
  • i18n: add Hungarian localization for AntiRedstone Clock Remastered (43c6536)
  • implement BukkitRegionService and FoliaRegionService for region-specific operations (5d0e8a9)
  • implement BukkitSchedulerService and FoliaSchedulerService for task scheduling (81c1010)
  • implement JAR upload and PR comment functionality for publish-pr label (58e96cb)
  • Stable release - Folia Support (#161) (6bf1a18)
  • update permissions for JAR upload job to allow write access (0694c99)
  • update permissions for PR label listener and JAR upload job (29a9bda)
  • update permissions in build-pr.yml to allow write access for checks (ce986d0)
  • update PR label listener permissions for issues and actions (60e505c)

2.3.0-beta.14 (2025-10-03)

Bug Fixes

  • deps: update dependency org.assertj:assertj-core to v3.27.6 (a9e1b67)
  • deps: update dependency org.assertj:assertj-core to v3.27.6 (#168) (833204f)
  • deps: update dependency org.junit.jupiter:junit-jupiter to v6 (2f9c873)
  • deps: update dependency org.junit.jupiter:junit-jupiter to v6 (#171) (6c2ba23)
  • deps: update mockito monorepo to v5.20.0 (7f52ee3)
  • deps: update mockito monorepo to v5.20.0 (minor) (#167) (a74cf09)
  • update Sonatype OSS repository URL in settings.gradle.kts (6804444)
  • update Sonatype OSS repository URL in settings.gradle.kts (#174) (ce41f1b)

2.3.0-beta.13 (2025-09-21)

Features

  • i18n: add Hungarian localization for AntiRedstone Clock Remastered (43c6536)

2.3.0-beta.12 (2025-09-21)

Features

  • add FoliaHelper and RegionServiceFactory for platform-specific service creation (8f841c0)
  • add package-info.java for Anti Redstone Clock Remastered API (6d34bc8)
  • add RegionService interface for region-specific operations (180918f)
  • add SchedulerService interface for task scheduling across platforms (4ba20eb)
  • add SchedulerServiceFactory for platform-specific scheduler service creation (e2da2c3)
  • implement BukkitRegionService and FoliaRegionService for region-specific operations (5d0e8a9)
  • implement BukkitSchedulerService and FoliaSchedulerService for task scheduling (81c1010)

2.3.0-beta.11 (2025-09-21)

Features

  • update permissions in build-pr.yml to allow write access for checks (ce986d0)

2.3.0-beta.10 (2025-09-21)

Features

  • update permissions for JAR upload job to allow write access (0694c99)

2.3.0-beta.9 (2025-09-21)

Features

  • update permissions for PR label listener and JAR upload job (29a9bda)
  • update PR label listener permissions for issues and actions (60e505c)

2.3.0-beta.8 (2025-09-20)

Features

  • implement JAR upload and PR comment functionality for publish-pr label (58e96cb)

2.3.0-beta.7 (2025-09-20)

Features

  • add support for JAR artifact upload and download link in PR comments (8c7119b)

2.3.0-beta.6 (2025-09-20)

Bug Fixes

  • update build configuration to ensure shadowJar dependencies are correctly set (020cd24)

2.3.0-beta.5 (2025-09-20)

Features

  • add changelog support with semantic-release and update dependencies (b4e809e)