Skip to content

Releases: IUDevman/Tensor

Tensor 0.9.0-RELEASE

04 Sep 05:07
Compare
Choose a tag to compare
  • Removed some old fluff such as unused fabric mod stuff, command aliases, and the reach module.
  • Added UnfocusedCPU module.
  • Updated plugin system a bit more.
  • Added command previews.
  • Updated dependencies.

^^^Very short summary of what was added, this is mostly a quality of life release.

Tensor 0.8.0-RELEASE

11 Aug 01:01
Compare
Choose a tag to compare

New/Reworked Modules:

  • VanillaSpoof (makes your client think you are vanilla)
  • Autowalk (works in GUIs now)
  • DeathDebug (Can open F3 screen when in a death screen)

Plugins:

  • Use "-plugins" to see the list of loaded ones.
  • Can add modules/commands to tensor
  • Loaded through a custom entry point with the fabric loader
  • Let me know if you want to be added to an example-mod-like repo

Misc:

  • Minor code cleanup
  • Refactored a few things
  • Modified some of the resource files

Tensor 0.7.0-RELEASE

02 Aug 06:58
Compare
Choose a tag to compare

Release Notes:

  • Fixed a few bugs with 1.17.1 from last release, no more crashes (most notably removed multithreading stuff, no performance lost however).
  • Re-added all commented out features.
  • Added powdered snow option to NoOverlay and Jesus.
  • Rewrote all depreciated code relating to the java 8 -> 16.
  • Refactoring, some slight code improvements which take advantage of new java version.
  • Rewrote "commands" command to include pages.
  • Removed color functionality from categories. This will be reworked once I work on a module list.
  • And more...

Tensor 0.6.0-RELEASE

23 Jul 19:28
Compare
Choose a tag to compare

There are two releases (one for 1.16.5 and one for 1.17.1)!

Both versions:

  • Code refacting, cleanup.
  • Made category color accessible.
  • Fixed capes not loading on first startup.
  • Removed glitchy exploit thing off of flight.
  • New SafeWalk module.
  • New AntiNarrator module.
  • New InventoryMove module
  • Mixin priority now runs off of a global variable.
  • Changed fullbright mixin (fixes issue with smooth lighting and water).

1.17.1 only:

  • Updated to latest versions of MC, yarn, and the fabric loader + java 16.
  • Added NoOverlay option for powdered snow.
  • Updated a lot of code to newer ways of doing things (good ol Java 16).

Tensor 0.5.0-RELEASE

14 Jul 04:45
Compare
Choose a tag to compare

Code quality related:

  • Minor refactoring (prevent mc class conflicts and combined event manager).
  • Made sure all classes follow stylistic/semi-google guidelines.
  • Moved some things around that made more sense to do so.
  • Made all files more "instance based", which is nice for structuring and also allows for more advanced features such as client reset/restarts.

New features:

  • Rewrote HUD modules, will allow for easier creation and control over when they will be rendered.
  • Created reset command for individual modules.
  • Created reload command- reloads the entire client (does not create new module/command instances however).
  • Added new profiles for client configuration: A default config is loaded but new instances can be created/removed.

Misc:

  • Fixed bug with the help command causing NullPointerException if executed within 80 milliseconds of starting a reload (not kidding lol).
  • Updated project files many times... Gradle 7.1.x is great!
  • Saved lukflug.

Tensor 0.4.0-RELEASE

03 Jun 05:15
Compare
Choose a tag to compare

Small release tonight, but has some quality of life improvements.

New Features:

  • NoGlitchBlocks- seems to work fairly well on servers, finally!

  • Capes- Your player by default has a cape loaded. Enable the module to see it and use the cape command to add other users.

  • VisualRange- Currently supports toggleable replaceable messages.

  • Spammer- Works like how future's does. You enable the module and type "-spammer file.txt" (file must be in the tensor/spammer folder).

  • Ping- use the ping command to see the ping of anyone on the server.

  • ElytraFlight- Extremely WIP, I made it when messing around with flight and so I can actually do stuff on servers.

Misc Changes:

  • Major refactoring (combined event api and tensor main path)

  • Combined Manager loader for some more options when pulling managers in the future (such as a client reload feature)

Tensor 0.3.0-RELEASE

25 May 20:43
Compare
Choose a tag to compare

New Modules: Flight, Fakeplayer, MiddleClickFriend, AutoWalk, NoPlaceDelay, LiquidInteract, Jesus.
New Commands: Config, Help, Friend, Set, Drawn, VClip.

-Removed fabricAPI dependency.
-Adjusted mixin priorities to max
-Switched to a darkmagician6 event handler

Tensor 0.2.0-RELEASE

18 May 16:53
Compare
Choose a tag to compare

Added many more modules, fixed some bugs, and 100% completed the ClickGUI.

Todo:
-Friends/Social manager
-Cool rendering
-capes

Tensor 0.1.0-RELEASE

11 May 16:55
Compare
Choose a tag to compare

First release for Tensor, entire base is pretty much down. Has 13 modules.

Still need to finish up the clickgui, add a social manager, and make capes but hey it works for now.