Skip to content

Releases: skippyr/river_dreams

v6.5.0

26 Jan 01:00
Compare
Choose a tag to compare

riverdreams (v6.5.0)

Changelog

1. Add right prompt back.
2. Add dirpermsmod to left prompt.

v6.4.0

23 Jan 22:14
Compare
Choose a tag to compare

riverdreams (v6.4.0)

Changelog

1. Add support to show virtual environments.

v6.3.1

23 Jan 18:51
Compare
Choose a tag to compare

riverdreams (v6.3.1)

Changelog

1. Fix segfault when inside of unreadable directories.
2. Refactor source code.

v6.3.0

23 Jan 15:58
Compare
Choose a tag to compare

riverdreams (v6.3.0)

Changelog

1. Short the current directory path when inside a git repo.

v6.2.0

21 Jan 15:24
Compare
Choose a tag to compare

riverdreams (v6.2.0)

Changelog

1. Add git support back.
2. Make directory path show complete path.

v6.1.7

14 Jan 16:09
Compare
Choose a tag to compare

riverdreams (v6.1.7)

Changelog

  • Remove config.mk.
  • Make path only show current directory.

v6.1.6

04 Jan 14:26
Compare
Choose a tag to compare

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 and writeModulesLine functions by a macro call.
  • Simplify variable names.
  • Remove config.mk file. Now all build changes are made directly to the Makefile 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

01 Jan 16:42
Compare
Choose a tag to compare

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 flamerial v3.0.0.
  • Add a small fix to .editorconfig.

v6.1.4

26 Dec 00:16
Compare
Choose a tag to compare

river-dreams (v6.1.4)

Fixes

  • Add configuration file for IDEs.
  • Reorganize files inside of some directories.
  • Rewrite code using a new Javascript/Typescript like code style.

Besides that, Merry Christmas!

v6.1.3

22 Dec 02:17
Compare
Choose a tag to compare
  • Add config.mk and Makefile for build automation.