Skip to content

Latest commit

 

History

History
226 lines (126 loc) · 14.5 KB

File metadata and controls

226 lines (126 loc) · 14.5 KB

Changelog

0.5.0 (2026-02-08)

Features

  • portal: add support for portal removal command (1e4a782)
  • ui: migrate to external HYUIML templates for portal pages (da6d51a)

Bug Fixes

  • portal, network: prevent external cache modification (5fa6343)

Documentation

  • commands: update README to include permissions table (aad3caf)

Miscellaneous Chores

  • deps: bump Dagger to version 2.59.1 (bc3f9e8)
  • deps: update Gradle IDEA plugin to version 1.4 (bcec344)
  • deps: update HyUI library to version 0.7.0 (1f1afd3)
  • deps: update HyUI library to version 0.8.0 (c49e81f)
  • deps: update server version to 2026.02.06-aa1b071c2 (5956b87)
  • deps: update SQLite JDBC to version 3.51.1.0 (b2f9711)

Code Refactoring

  • permissions: update permission keys with namespace (688e129)

0.4.14 (2026-02-07)

Documentation

  • readme: update Maven/Gradle usage instructions (baa2c42)
  • readme: update project title for clarity (eefd4f7)

Continuous Integration

  • build: use dynamic GitHub repository URL in POM (7abd144)
  • workflow: enhance test-publish workflow with repository checks (cb24ad1)

0.4.13 (2026-02-06)

Continuous Integration

  • build: add local staging repository configuration (44160ca)
  • build: update artifact metadata in POM (d01fa74)

0.4.12 (2026-02-06)

Continuous Integration

  • workflow: fix Maven publish task name in release workflow (dae904e)
  • workflow: update secrets for Maven Central deployment (3f7bdd1)

0.4.11 (2026-02-06)

Continuous Integration

  • build: add GitHub release skip configuration (0affd6d)
  • build: refine Maven publishing and JReleaser config (b23a8c2)

0.4.10 (2026-02-05)

Continuous Integration

  • workflow: remove local staging publish step (510b4a7)

0.4.9 (2026-02-05)

Continuous Integration

  • build: add Maven Central publishing with JReleaser (02d2a6f)

0.4.8 (2026-02-04)

Documentation

  • readme: add installation and dependency instructions (a885299)
  • readme: add notes on using GitHub Packages registries (94fb29f)
  • readme: clarify download link and file naming (5c586a2)
  • readme: update installation link for latest release (b8ddcc5)

0.4.7 (2026-02-04)

Code Refactoring

  • settings: rename project to portals (f76be07)

0.4.6 (2026-02-04)

Continuous Integration

  • build: add workflow for testing Maven local publishing (b418ff3)
  • build: remove redundant artifact declaration (a85e22d)
  • build: update POM metadata for publishing (d7b695e)

0.4.5 (2026-02-04)

Continuous Integration

  • build: set Maven group in Gradle configuration (05c19ec)

0.4.4 (2026-02-04)

Continuous Integration

  • build: enhance Maven publishing setup and workflow (3ed48c7)

0.4.3 (2026-02-04)

Continuous Integration

  • release: update Gradle task for GitHub Packages publishing (e9336d4)
  • release: update token references in workflow (3aa53c2)

0.4.2 (2026-02-01)

Code Refactoring

  • settings: rename project to SloudPortals (7570f73)

0.4.1 (2026-02-01)

Code Refactoring

  • rename package structure to network.sloud (e7f8d08)
  • rename plugin and update references (e220d33)

Continuous Integration

  • release: add custom changelog sections to release config (6e4df08)

0.4.0 (2026-02-01)

Features

  • build: add GitHub Packages support for Maven publishing (be823bf)

0.3.0 (2026-02-01)

Features

  • commands: add portal configuration management (6ebf8a0)
  • portals: add delayed teleport sound playback (b921237)

0.2.0 (2026-01-30)

Features

  • server: update server version to 2026.01.28-87d03be09 (8347a06)

Bug Fixes

  • build: package runtime dependencies in fat JAR (31ff53e)

0.1.0 (2026-01-30)

Features

  • add portal network and database structures (1167323)
  • config: add configuration management with Gson (89a0b14)
  • database: enhance database error handling and shutdown logic (235ff29)
  • initial commit (e32583f)
  • initialize portal system plugin (2b1615d)
  • permissions: simplify constants (a61efcf)
  • portals: add bounds calculation and position check (08e763a)
  • portals: add event systems for block interaction (645b6d4)
  • portals: add GUI and logic for portal teleportation (e8d09ec)
  • portals: add location-based portal detection and tests (5234cae)
  • portals: add logging for portal actions and plugin setup (262b2d9)
  • portals: add portal cancelation command (b51e353)
  • portals: add portal creation UI and command updates (74ea667)
  • portals: add portal destination support (bd68e15)
  • portals: add portal network editing functionality (a96eed8)
  • portals: add portal network management commands (f2ec9f6)
  • portals: add PortalDoneCommand and implement portal DB actions (2761b9d)
  • portals: add Singleton annotation and inject dependencies (05f0868)
  • portals: enhance portal bounds messaging with coordinates (9afe38a)
  • portals: ensure main directory creation on startup (74a3526)
  • portals: handle empty portal network list gracefully (238dc8a)
  • portals: implement EntryTickingSystem for portal logic (d4ce3f7)
  • portals: prevent duplicate portal network creation (5560697)
  • portals: refactor rotation handling for teleportation (3621d3a)
  • portals: remove portals when deleting their network (6d5c6cd)
  • server: update server version to 2026.01.24-6e2d4fc36 (f4a9afc)
  • server: update server version to 2026.01.27-734d39026 (08baaec)
  • utils: add rotation clipping utility with tests (ce8a23d)

Bug Fixes

  • portals: adjust confirmation check order in removal command (91409c7)
  • portals: correct boundary conditions in portal validation (3bcb548)
  • portals: ensure configuration is saved on startup (734f112)
  • portals: fix incorrect variable usage in network creation (ea3ee9d)
  • portals: sanitize network names by trimming quotes (5d6bdc9)
  • portals: use eager singletons for bindings (f6f3870)
  • portals: use start instead of setup method (9e24b1b)