Skip to content

Commit e7d84b4

Browse files
committed
update changelog
1 parent 90ddaf5 commit e7d84b4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
- Fix [Issue #44](https://github.com/exvim/main/issues/44): Error message is thrown when `:Update` and excluded folder is missing
2222
- Fix [Issue #48](https://github.com/exvim/main/issues/48): Terminal Vim `<esc>`, `<F4>` key mappings lead to several problem.
2323
- Fix [Issue #51](https://github.com/exvim/main/issues/51): Ubuntu Terminal solarized not working correctly.
24+
- Fix ex-project tree line `|` be italic for some fonts.

dist/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
export version="v0.2.0"
3+
export version="v0.3.0"
44
export ORIGINAL_PATH=`pwd`
55

66
if [ ! -d "~/exvim/build/" ]; then

0 commit comments

Comments
 (0)