Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@LintaoAmons LintaoAmons released this 08 Oct 05:15
· 39 commits to main since this release

Release Notes

New Features

  1. Hooks System
    • Introduced a new hooks system allowing users to execute custom callbacks after certain actions.
    • Added hooks.lua to manage and trigger hooks.
    • Implemented AFTER trigger point for hooks.

Improvements

  1. Refactored File Creation Logic

    • Separated file path generation from file creation for better modularity.
  2. Code Cleanup

    • Removed deprecated initDir function from utils.lua.
  3. Naming Consistency

    • Renamed scratchWithName to scratch_with_name for consistency with Lua naming conventions.

Bug Fixes

  • Fixed potential issues with non-existent parent directories when creating scratch files.

Other Changes

  • Updated README.md with an example of using hooks.
  • Minor code style and formatting improvements.

New Contributors

Full Changelog: v1.2.0...v1.3.0