File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ shopt -s nullglob
2121
2222
2323NAME=" 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
2828DISABLE_HEADER=" ${DISABLE_HEADER:- } "
You can’t perform that action at this time.
0 commit comments