Releases: camille-readbean/ip
Releases · camille-readbean/ip
v0.0.3
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
New features
- Snooze deadlines! 😪
- GUI! 🖥️
What's Changed (code)
- Branch-A-Assertions by @camille-readbean in #1
- merge Branch A-CodeQuality by @camille-readbean in #2
- Merge branch-A-Streams by @camille-readbean in #3
- B-Snooze by @camille-readbean in #4
Full Changelog: https://github.com/camille-readbean/ip/commits/v0.0.2
v0.0.1
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
FASTSUPER FAST to use
All you need to do is,
- download it from here.
- double-click it.
- add your tasks.
- 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