Releases: skippyr/river_dreams
Releases · skippyr/river_dreams
v6.5.0
v6.4.0
v6.3.1
v6.3.0
v6.2.0
v6.1.7
v6.1.6
river-dreams (v6.1.6)
Hello, fellow dragons!
This update brings some changes to the source code of River Dreams as well to its instructions: I've simplified them. The changes are the following:
- Removed unecessary static keyword from functions.
- Replace
writeCommandsLine
andwriteModulesLine
functions by a macro call. - Simplify variable names.
- Remove
config.mk
file. Now all build changes are made directly to theMakefile
file instead. - Remove clean make rule.
- Remove configuration files:
.editorconfig
,.gitignore
and.clang-format
. - Simplify dependencies and instructions sections in
README
. - Update preview.
v6.1.5
river-dreams (v6.1.5)
It is 2024: Happy New Year! I wish it to be a great year to all fellow dragons who stumbled reading this. Meanwhile, river-dreams is receiving just some fixes. The changes are the following:
- Add license comment to source code.
- Rename variables used in
config.mk
. - Update
README
structure and preview to flamerialv3.0.0
. - Add a small fix to
.editorconfig
.