From 0b623a6e0d13fe6e9e12d9ee59af8699df1739fa Mon Sep 17 00:00:00 2001 From: aitzol Date: Sat, 16 Aug 2025 17:30:25 +0200 Subject: [PATCH] v0.1.3 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a46077..ff2b47a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,3 +11,7 @@ ## v0.1.2 * Including the resource directory to the executable binary. + +## v0.1.3 +* Assign the working directory name to the document(project) if the user does not enter one. +* Minor bug fixes.