Skip to content

Releases: noahzeisberg/FyUTILS

FyUTILS 1.5.7

03 May 15:27
Compare
Choose a tag to compare

I added a private IP display to the idle menu and fixed some stuff in the .gitignore.

Full Changelog: 1.5.6...1.5.7

FyUTILS 1.5.6

03 May 14:57
Compare
Choose a tag to compare

I added a private IP address variable and immediately took use of it in the ARP command. I also fixed stuff that isn't very important for the user but for developers it's very important like the old fyutils_dir variable that changed to main_dir.

Full Changelog: 1.5.5...1.5.6

FyUTILS 1.5.5

02 May 20:04
Compare
Choose a tag to compare

In this release I mainly focussed on issues. e.g. I added #15 and added #18 to the documentation.

Full Changelog: 1.5.4...1.5.5

FyUTILS 1.5.4

02 May 12:46
Compare
Choose a tag to compare
  • Added more FUEL actions (#17)
  • Added "log" command
  • General fixes of FUEL ecosystem
  • Added file picker to fuel add and fuel remove

Full Changelog: 1.5.3...1.5.4

FyUTILS 1.5.3

01 May 21:11
Compare
Choose a tag to compare

Removed redundant multithreading initialisation (#16)

Full Changelog: 1.5.2...1.5.3

FyUTILS 1.5.2

29 Apr 23:31
Compare
Choose a tag to compare

There's not much to say here. You can inject code into FyUTILS (e.g. changing the color) using a command-based FUEL. I also added a bit more of information to the crash.log file and added a little detail on crash.

Full Changelog: 1.5.1...1.5.2

FyUTILS 1.5.1

28 Apr 15:23
23a5f4f
Compare
Choose a tag to compare
  • Added read command and fixed edit command.
  • Extended crash log and added raise command (for debug reasons.)
  • Fixed documentary entry.
  • Updated ToC.
  • Updated version identifier
  • #12

What's Changed

  • Merged commits from development branch onto master. by @NoahOnFyre in #12

Full Changelog: 1.5.0...1.5.1

FyUTILS 1.5.0

28 Apr 14:31
Compare
Choose a tag to compare

The 1.5.0 is one of the biggest update FyUTILS ever got. You now have access to actions using the Address Resolution Protocol (ARP) by now it's just a ARP Scanner that will list all devices in your network by IP and MAC address. I also added a command to resolve information about phone numbers. I made huge changes on the FUEL eco system to add if queries to them and improving them in general. Mixins are currently unavailable, but you can restore the functionality by just creating a command, that will execute your mixin code. I'll be extending the GitHub repo in the next few hours to add a development branch, a better overview of changes in new releases and some more stuff. Stay tuned for future updates and make sure to update your FyUTILS installation always. Updates will be tested and are 99.99% safe of bugs. If any bugs occoure, please make sure to open an issue here to fix this bug in the next patch.

Full Changelog: 1.4.3...1.5.0

FyUTILS 1.4.3

14 Apr 07:04
Compare
Choose a tag to compare

I added the "ls" command to complete the file workflow of FyUTILS, removed some delays and fixed overall performance issues.

What's Changed

  • Added "ls" command, fixed the edit command and added a little crash log. by @NoahOnFyre in #11

New Contributors

  • @NoahOnFyre made their first contribution in #11

Full Changelog: 1.4.2...1.4.3

FyUTILS 1.4.2

10 Apr 19:08
Compare
Choose a tag to compare

I re-added the calculate function from 1.1.0 back into FyUTILS (#10), added a little credits text into the idle menu and added the new "edit" command. (And I fixed the cursed line wrapping in some files)

Full Changelog: 1.4.1...1.4.2