Releases: elijahcruz12/tasker
2.0.1 - The new beginning
There was a 2.0 tag, but I decided it wasn't worth it.
This version of Tasker COMPLETELY CHANGES EVERYTHING. No more Redis, for example.
I decided to move from Redis to SQLite, mainly due to the fact that with Redis, some features I wanted to implement simply weren't easily feasible. For example, I will be implementing a history of deployments, which is already semi-added as there is a migration for it.
This means that Tasker 1.0 is completely different that 2.0, and it will now be deprecated, meaning that there will be NO MORE work on it.
Tasker works virtually the same as before, but with some things being a little different. No more multiple aliases per command, now there's no Aliases. I felt like this was the right direction, so it's easier to remember the actual commands. I want Tasker to be simple, and not overwhelming.
Some features, such as the SSH command, have exactly the same functionality. It is finally possible to start branching out into more ideas as needed.
With this update, since Tasker is now using a PHAR archive, it's possible to use it without Composer, however, this is subject to change. I have not tested Tasker outside of using Composer, so I will get back to that and update the README accordingly.
Initial Release
This is the first release of Tasker.