-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add a cli flag named `--skip-first-run-prompt` that disables the welcome message shown on the first launch of tere, which prompts the user to update their shell configuration for proper directory changing functionality. (Thanks to Timon Schelling, Github #104) - Update dependencies
- Loading branch information
Showing
11 changed files
with
366 additions
and
256 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# To render parts of the built-in help screen, tere reads the README file at | ||
# compile time and splits it at runtime by newlines \n. This breaks on Windows | ||
# if using the default Git setting of using CR+LF instead of just LF. Here we | ||
# specify that the README should always be checked out as LF to avoid this | ||
# (it's simpler to do this way than to change the program logic to handle both | ||
# CRLF and LF). | ||
|
||
README.md text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
3873e48
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mgunyho I think this should be a minor release, because it adds features not just bug fixes.
3873e48
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is a fair point, I thought that it's such a minor feature that I'll just bump the smallest version number, but now reading the rules of semver you're right, this should be 1.6.0. I'll make a new release with just the version change.