Skip to content

Releases: TBye101/CommandEverything

Tweaks

28 Sep 22:05
Compare
Choose a tag to compare

Features

-Each session gets it's own log directory now (commit e42622f)
-Each tree command creates a new log file per usage (commit 6d46f33)
-Tree command now runs in it's own thread (commit 35fff26)

Bugs

-Removed some test messages (commit 35fff26)

0.4.3

18 Sep 22:17
Compare
Choose a tag to compare

Features

-Added the hide command (commit 83aad6f)
-Decreased memory usage (commit ff853ec)
-Added this CHANGELOG

Bugs

-Fixed a memory leak (fixed in commit 03bcbf5)
-Fixed a logging error where the time would be a pointer address, not a time (fixed in commit ff853ec, introduced in commit 03bcbf5)

Version 0.4.2

18 Sep 00:03
Compare
Choose a tag to compare

-Greatly increased the speed of the tree command
-Tree no longer displays it's work in the console
-Only to the log

Version 0.4.1

12 Sep 21:42
Compare
Choose a tag to compare

Fixed the delete command!
Removed WIP commands.

Version 0.4.0

11 Sep 22:21
Compare
Choose a tag to compare

Fixed some bugs, improved some performance.
Wrote a nasty crash command.
We can now parse command line arguments.

Version 0.3.0

29 Aug 21:43
Compare
Choose a tag to compare

Fixed inability to handle spaces.
Added new work in progress commands.
Performance increases.

Release Version 0.2.0

02 Aug 14:45
Compare
Choose a tag to compare

Added the Tree command.

Release Version 0.1.0

01 Aug 15:46
Compare
Choose a tag to compare

Change log
-Added a crash command (WIP)
-Doesn't work properly
-Added a hack command (WIP
-Doesn't work properly
-Added the kill command
-Many bug fixes

0.0.8.2

25 Jul 17:32
Compare
Choose a tag to compare

Defend command now works properly.
Did some major optimization work.

Release Version 0.0.8

18 Jul 16:32
Compare
Choose a tag to compare

Changelog:
-Changing to C++, because speed
-Lazily handling some command memory for performance reasons
-Added the logs folder
-Creating a new log every time
-Performance improvements
-Removed unnecessary dependencies
-Added the invalid command message
-Help command formatting

Commands added:
-Cd
-Defend
-Delete
-Execute
-Exit
-Help
-List
-Start

Bugfixes:
-Crash bug involving the defend command
-Fixed a null pointer issue, where the parsed command would sometimes not get parsed before code tried to use it
-Fixed the crash in the cd command, which was triggered whenever the user tried to go to the parent directory