Skip to content

Commit

Permalink
Merge branch 'hotfix/1.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnharvey committed May 25, 2020
2 parents d7cb07f + 23ac249 commit 70441a2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## [Unreleased](https://github.com/chrisnharvey/magicLAMP/compare/master...develop)

## v1.3.2

### Fixed

- Replace Emoji git statuses with ASCII equivalents for compatibility with terminals that don't support Emoji ([c7ea84b](https://github.com/chrisnharvey/magicLAMP/commit/c7ea84be2785ca3821c36199381df325af99aea3))

## v1.3.1

### Fixed

- Path to magicLAMP update script has been fixed ([2f7daaf](https://github.com/chrisnharvey/magicLAMP/commit/2f7daaf6bfbd529e5830ec0603f24431e5b0d0a1))

## v1.2.0

## v1.3.0

### New
Expand Down
7 changes: 4 additions & 3 deletions containers/workspace/magicLAMP.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@ MINIMA_PHP_PREFIX=""
MINIMA_NODE_SYMBOL="Node "
MINIMA_NODE_PREFIX=""
MINIMA_GIT_BRANCH_SYMBOL=""
MINIMA_GIT_STATUS_DELETED="x"
MINIMA_GIT_STATUS_AHEAD=">"
MINIMA_GIT_STATUS_BEHIND="<"
MINIMA_GIT_STATUS_SYMBOL_RENAMED="&"
MINIMA_GIT_STATUS_SYMBOL_DELETED="x"
MINIMA_GIT_STATUS_SYMBOL_AHEAD=">"
MINIMA_GIT_STATUS_SYMBOL_BEHIND="<"
MINIMA_CHAR_SYMBOL="$"
MINIMA_DIR_PREFIX=""
MINIMA_DIR_COLOR="yellow"
Expand Down

0 comments on commit 70441a2

Please sign in to comment.