All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixed "Unable to parse response as JSON" error - caused by AceProject blocking the Httpie default User-Agent. Problem was fixed in the millsoft/aceproject library.
- Updated AceProject library. Now it uses https.
ace users
: get all usersace tasks:assign
andace tasks:unassign
Assign a user to a project and vice verca.- show hours items formatted by d,h,m (eg: 3.29 = 3h 17m)
projects:totals
: shows project stats
- Login for a timed out sessions
- Refactored sourcecode for better readability and maintainability. Instead of one huge php file for the whole app it is now structured into modules (src/commands dir)