Skip to content

Commit 6c29b14

Browse files
committed
2 parents c09753a + 35e4320 commit 6c29b14

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

CHANGELOG.md

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,33 @@
1-
# [2.3.0-beta.15](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/compare/v2.3.0-beta.14...v2.3.0-beta.15) (2025-10-03)
1+
# [2.3.0](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/compare/v2.2.8...v2.3.0) (2025-10-03)
22

33

44
### Bug Fixes
55

6-
* correct notification configuration keys and method name for clarity ([bf77855](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/bf77855b6cc963b100a8cb9b86f98c182daab4ef))
7-
* enhance error logging for webhook client creation failures ([201b18e](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/201b18e9d86e657b2dc9da0e1a5f6723236607fa))
8-
* update Discord notification configuration keys for consistency and improve error handling ([89c46fc](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/89c46fccbe699614fcae5aac05348af1d721c8c1))
6+
* improve version detection to be case-insensitive and add Folia to loaders ([847d0ba](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/847d0bae03ba487d402aaa8d68beb833345821bd))
7+
* update build configuration to ensure shadowJar dependencies are correctly set ([020cd24](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/020cd24b9a441c3ec7f38b72c58fd4da3787230e))
8+
* update release configuration to include version in jar file path ([b83f20d](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/b83f20dd80f9c9ca64851600672eb12cff567127))
9+
* update release configuration to use wildcard for jar file path ([46abab3](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/46abab32b0d090f08659d028ba3c5b7f94b957c1))
910

1011

1112
### Features
1213

13-
* add Discord notification service with webhook integration ([c527a2e](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/c527a2e9b24da2e9ff83af853802021a2b6e6401))
14-
* enhance notification system with new services and configuration options ([7b2e5ef](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/7b2e5efb46dca0a3dc2bff98342b6c0e27e69425))
15-
* implement notification system for redstone clock detection ([9a42292](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/9a422921687670fa53af6365fe9498d1f0f1d99a))
16-
* implement sign block break handling and metadata management ([d737be4](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/d737be4be32760383b588ffd6bb9736c2b54a41a))
17-
* improve Discord webhook handling and error logging ([b9f196b](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/b9f196b8bb839f96e7d3b805710150136b7f5497))
14+
* add changelog support with semantic-release and update dependencies ([b4e809e](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/b4e809e99364cf1c88262caba6ced6d6f1047102))
15+
* add Folia support with PlatformModule and update scheduling logic ([2c6a79c](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/2c6a79c67e6b405f408eb6ad84eea4c977016642))
16+
* add FoliaHelper and RegionServiceFactory for platform-specific service creation ([8f841c0](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/8f841c07c9b6797a62eba8fffc4978199cf7f223))
17+
* add package-info.java for Anti Redstone Clock Remastered API ([6d34bc8](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/6d34bc8fdf45ac3c2106ed80721360fc24bff6c6))
18+
* add RegionService interface for region-specific operations ([180918f](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/180918f7d70a22077cdcd311d66de5fe8501e961))
19+
* add SchedulerService interface for task scheduling across platforms ([4ba20eb](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/4ba20eb3b7931bbf1015736d3651a9c44f79ef6f))
20+
* add SchedulerServiceFactory for platform-specific scheduler service creation ([e2da2c3](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/e2da2c39fc94355b76386e987883756936bdb45d))
21+
* add support for JAR artifact upload and download link in PR comments ([8c7119b](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/8c7119b0c4f31db9ade3ae7005a285735dfacbd7))
22+
* **i18n:** add Hungarian localization for AntiRedstone Clock Remastered ([43c6536](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/43c6536ad19869ca672d49e61355ee013f3eac55))
23+
* implement BukkitRegionService and FoliaRegionService for region-specific operations ([5d0e8a9](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/5d0e8a9210b4a67d6c31e6a898482ab1b5cd5523))
24+
* implement BukkitSchedulerService and FoliaSchedulerService for task scheduling ([81c1010](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/81c1010d67beffb55276e4ff135d3a39f6bcf901))
25+
* implement JAR upload and PR comment functionality for publish-pr label ([58e96cb](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/58e96cbaddb688ad4f0b795b2a7202ed8332090d))
26+
* Stable release - Folia Support ([#161](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/issues/161)) ([6bf1a18](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/6bf1a18da232d1a4a59758478ef940a24a807e74))
27+
* update permissions for JAR upload job to allow write access ([0694c99](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/0694c99ca6e237d027275576eddd954ffcc622eb))
28+
* update permissions for PR label listener and JAR upload job ([29a9bda](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/29a9bda16a9a418542d15b9ea2d15580c8312edd))
29+
* update permissions in build-pr.yml to allow write access for checks ([ce986d0](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/ce986d0acb4795dc3e8029c7a77bb6e8d22ed495))
30+
* update PR label listener permissions for issues and actions ([60e505c](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/commit/60e505c24462260cbfbc0169a25c90d0893421c5))
1831

1932
# [2.3.0-beta.14](https://github.com/OneLiteFeatherNET/AntiRedstoneClock-Remastered/compare/v2.3.0-beta.13...v2.3.0-beta.14) (2025-10-03)
2033

0 commit comments

Comments
 (0)