Skip to content

Releases: camille-readbean/ip

v0.0.3

18 Feb 20:44
Compare
Choose a tag to compare

A-Release

What's Changed

  • Internal code quality updating
  • Update user guide and help message

Full Changelog: https://github.com/camille-readbean/ip/commits/A-Release

v0.0.2

15 Feb 08:01
66360d3
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

New features

  • Snooze deadlines! 😪
  • GUI! 🖥️

What's Changed (code)

Full Changelog: https://github.com/camille-readbean/ip/commits/v0.0.2

v0.0.1

06 Feb 12:33
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Leto 👑

v0.0.1

“Once you have explored a fear, it becomes less terrifying. Part of courage comes from extending our knowledge.” -Duke Leto Atreides source

Duke Leto helps you with keeping track of todos, deadlines and events. It's,

  • text-based
  • easy to learn
  • FAST SUPER FAST to use

All you need to do is,

  1. download it from here.
  2. double-click it.
  3. add your tasks.
  4. let it manage your tasks for you 😉

And it is FREE!

Features:

  • Managing tasks
  • Managing deadlines
  • Managing events
  • Extensible way to add commands 🔧
  • Save 💾 and load from csv
  • Reminders (coming soon)

If you are a Java programmer, you can use it to practice Java too. Here's the main method:

public class Main {
    public static void main(String[] args) {
        letoLogo();
        TaskList.initFromFile();
        Parser.readCommandAndExecute();
    }
}

Full Changelog: https://github.com/camille-readbean/ip/commits/A-Jar