Skip to content

Latest commit

 

History

History
106 lines (78 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

106 lines (78 loc) · 10.9 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.0.3 - 2024-07-18

BREAKING CHANGES

  • due to c6f28bd - change namespace<perf, feat, doc, dev> (commit by @HsiangNianian):

    change namespace<perf, feat, doc, dev>

New Features

  • fae8d22 - Improve the underlying business directory: Improve the underlying business directory (commit by @HsiangNianian)

Refactors

Chores

v0.0.2 - 2024-07-06

BREAKING CHANGES

  • due to 0ed1048 - rewrite core business logic (commit by @HsiangNianian):

    rewrite core business logic

  • due to 9f7019a - fix AttributeError: wrong '_run_core_reload' method (commit by @HsiangNianian):

    fix AttributeError: wrong '_run_core_reload' method

  • due to da32df8 - rewrite side bar structures (commit by @HsiangNianian):

    rewrite side bar structures

New Features

  • a0ebfdc - BaseRule: add Character.py (commit by @HsiangNianian)
  • e8fc106 - rules: add decorator: aliases for class attribute property (commit by @HsiangNianian)
  • 87f0d8f - exception: enrich exceptions:: EventException, SkipException, StopException, CoreException, GetEventTimeOut, LoudModuleError (commit by @HsiangNianian)
  • e44fe8d - core: impl hot reload (commit by @HsiangNianian)

Bug Fixes

  • a53bc2d - repair incorrect module import path (commit by @HsiangNianian)
  • 1b0d676 - core: import missed module in core.py (commit by @HsiangNianian)

Refactors

  • 2827c09 - hrc.rules - > hrc.rule (commit by @HsiangNianian)
  • 23ab264 - rule: change self.state with self.core.rule_state logic (commit by @HsiangNianian)
  • c0518c1 - rename as get_plugin() method (commit by @HsiangNianian)
  • 0ed1048 - rewrite core business logic (commit by @HsiangNianian)
  • 9f7019a - core: fix AttributeError: wrong '_run_core_reload' method (commit by @HsiangNianian)
  • 7e655c9 - core: fix AttributeError: wrong 'rule_disable_hook_func' method (commit by @HsiangNianian)

Chores

  • 2c769a1 - docs: Update README.rst (commit by @HsiangNianian)
  • fce296c - add dist into .gitignore file (commit by @HsiangNianian)
  • 0f74df0 - file tree: add CustomRule class in hrc.rules.BaseRule (commit by @HsiangNianian)
  • 890a7a2 - commented unused code (commit by @HsiangNianian)
  • 11f4bff - examples: remove commented code (commit by @HsiangNianian)
  • 9558df0 - move COC7 folder into rules folder (commit by @HsiangNianian)

v0.0.2-alpha.2 - 2024-06-26

BREAKING CHANGES

  • due to f38ab2f - revert for two previous commit (commit by @HsiangNianian):

    revert for two previous commit

New Features

Bug Fixes

Refactors

Chores