Skip to content

Commit 881d7be

Browse files
committed
Prepare for 0.15.0 release
1 parent 43b652c commit 881d7be

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## Development 0.14.1
2-
- Manual icon-type font detection with the necessary tweaks for correct
3-
rendering. This temporarily supplements the automatic mode introduced in
4-
`0.14.0`.
1+
## Release 0.15.0
2+
- Manual icon font detection with the necessary tweaks for correct rendering.
3+
This temporarily supplements the automatic mode introduced in `0.14.0`.
54

65
- Move the metadata cleanup to the final stage of the uninstaller.
76

8-
- Fix icon font detection Fontconfig rules order to be above any user entries.
7+
- Fix order of the icon font detection Fontconfig rules to be above any
8+
user-defined entries.
99

1010
- Fix `DISABLE_METADATA` environment variable functionality on project removal.
1111
Script will refuse to execute since metadata is non-existent.

lucidglyph.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ shopt -s nullglob
2121

2222

2323
NAME="lucidglyph"
24-
VERSION="0.14.1"
25-
IS_RELEASE=
24+
VERSION="0.15.0"
25+
IS_RELEASE=1
2626

2727
# Display the header with project name and version on start
2828
DISABLE_HEADER="${DISABLE_HEADER:-}"

0 commit comments

Comments
 (0)