Skip to content

Conversation

FirstLemon
Copy link
Collaborator

@FirstLemon FirstLemon commented Jul 28, 2025

#36 as per issue
This PR introduces the AutoRefresh module, enabling Lua file change detection and providing two new hooks.

  • BeforeLuaAutorefresh – Triggered before a lua file is autorefreshed. Returning true inside of the hook will prevent the refresh.
  • AfterLuaAutorefresh – Triggered after a lua file has been autorefreshed.

Currently only for linux32 and linux64

@FirstLemon FirstLemon force-pushed the autorefresh-module-pr branch from b6a7833 to 8e926f2 Compare July 28, 2025 16:19
@FirstLemon FirstLemon force-pushed the autorefresh-module-pr branch from 8e926f2 to 54a3d24 Compare July 28, 2025 16:32
@RaphaelIT7 RaphaelIT7 added this to the Release 0.8 milestone Jul 28, 2025
@RaphaelIT7 RaphaelIT7 added the enhancement New feature or request label Jul 28, 2025
@RaphaelIT7 RaphaelIT7 force-pushed the main branch 18 times, most recently from 7db8634 to 3ef030a Compare July 30, 2025 12:17
@RaphaelIT7 RaphaelIT7 force-pushed the main branch 21 times, most recently from 73f90ab to b23d8a0 Compare August 24, 2025 23:25
@FirstLemon FirstLemon marked this pull request as ready for review August 27, 2025 00:03
@RaphaelIT7 RaphaelIT7 merged commit d096f18 into RaphaelIT7:main Aug 27, 2025
22 checks passed
@FirstLemon FirstLemon deleted the autorefresh-module-pr branch August 29, 2025 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Autorefresh hooks & functions

3 participants