Skip to content

Releases: Konloch/TaskManager

TaskManager v1.0.1

13 Sep 04:54
Compare
Choose a tag to compare

This has been heavily tested but please feel free to report any issues found.

To add it as a maven dependency:

<dependency>
  <groupId>com.konloch</groupId>
  <artifactId>TaskManager</artifactId>
  <version>1.0.1</version>
</dependency>

Notable Changes:

  • Mutable Tasks
  • Better Error Handling

TaskManager v1.0.0

21 Feb 02:13
Compare
Choose a tag to compare

This is the first public release of the library, it has been heavily tested but please feel free to report any issues found.

To add it as a maven dependency:

<dependency>
  <groupId>com.konloch</groupId>
  <artifactId>TaskManager</artifactId>
  <version>1.0.0</version>
</dependency>