Skip to content

Releases: CornCobs/duke

v0.2.4

12 Mar 08:45
Compare
Choose a tag to compare

Previous release had versioning issues (Intellij reverted to targeting java 12 and does not build properly). Cleared build directory and recompiled from command line.

Here's the latest (exactly the same as v0.2.3) version of Dude! Except he now works on java 11..

Please head over to the user guide to get started!

dude-0.2.3 Release

02 Mar 09:02
Compare
Choose a tag to compare

Upgraded Dude to save changes to disk on every change, instead of only upon exiting the app.

Refer to the user guide to get started!

v0.2.2

18 Feb 14:35
Compare
Choose a tag to compare

Update the jar, ensuring compatibility with java version 11 across platforms

Upgraded Features

11 Feb 06:13
Compare
Choose a tag to compare

Bug fixes, improved help features and fantastic new feature: flexible dates

Duke now understands dates like "Mon" to mean "this coming Monday", and "Mon +1" means "Monday one week later", and even offsets like "2 weeks" or "10 days" to mean 2 weeks or 10 days from the current date.

GUI Dude

07 Feb 18:45
Compare
Choose a tag to compare

v0.2 of Dude now comes with a GUI.

Once again, to run, navigate to the folder with this jar and type

java -jar dude-0.2.jar

A-Jar

27 Jan 14:56
Compare
Choose a tag to compare

A jar file containing the Dude todo CLI app.

To run the app, place the jar file in the desired directory, and in the same directory run:

java -jar dude-0.1.jar

Note: dude will attempt to create a subdirectory /data/ in the directory it is in to save your tasks. If dude does not have file and directory writing permissions, it will not be able to save your tasks between sessions