Skip to content

Releases: ThursdayTG/Diary-File-Generator

3.0.6

13 Sep 18:00
873f8e0
Compare
Choose a tag to compare
  • edited function prototyping in /headers/fileOperations.hpp to be slightly clearer
  • slightly edited code in /src/main.cpp
  • fixed typo in last std::cout in /src/main.cpp
  • renamed output binary in clang++_-O3.sh

attached binary should only work for linux based systems

3.0.5

13 Sep 17:40
5a643ae
Compare
Choose a tag to compare

updated comment in /headers/currentDateTime.hpp

3.0.4

13 Sep 17:36
509d973
Compare
Choose a tag to compare

readded whitespaces to the output that I somehow deleted in some earlier version. also changed the format of the outputted file to something possibly even less compatible with certain file systems (replaced --- with )

3.0.3

31 Aug 19:07
dcba450
Compare
Choose a tag to compare

moved comment from /src/currentDateTime.cpp to /headers/currentDateTime.hpp

3.0.2

31 Aug 18:59
73c5094
Compare
Choose a tag to compare

added comments to all .cpp files

3.0.1

31 Aug 18:01
c5cffd5
Compare
Choose a tag to compare

cleaned up the code and hopefully made it more readable via using std::... statements, namespace aliases, and adjusted spacing for the std::couts in fileOperations.cpp. also updated readme.md.

3.0.0

31 Aug 17:41
2a1f382
Compare
Choose a tag to compare

put code to multiple files and organised things much better. minor cleanup, particularly regarding namespaces, could still be done, though.

third attempt at making this release because I'm shit at using github for some reason.

3.0.0-beta

31 Aug 17:10
a874ae6
Compare
Choose a tag to compare
3.0.0-beta Pre-release
Pre-release

(accidentally committed this to the stable branch, lol)

started splitting things into multiple files. this code is technically completely functional, but not yet structured as desired.

2.3.0

31 Aug 17:08
e90d727
Compare
Choose a tag to compare

added more checks with more detailed output of errors

2.2.0

31 Aug 17:07
10f7814
Compare
Choose a tag to compare

made output conditional to check whether things actually worked in the first place or not