Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@aikooo7 aikooo7 released this 17 Dec 12:29
4b421fa

1.0.1 (2023-12-17)

Features

  • add DeleteFile function (e3f39b3)
  • add function CreateDir (0a20357)
  • add function DeleteDir (98799ee)
  • after creating file using CreateFile ask user if want to open it (d76758e)
  • auto loads the plugin (e27f142)
  • basic plugin structure and CreateFile function (a3cd94f)
  • lua: checks if user give input and if not warns the user and asks (ed909c8)

Bug Fixes

  • utils: make "user_input" be "User_input" as global so it can be returned (569d40f)

Miscellaneous Chores