We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61758e1 commit dc0a9fdCopy full SHA for dc0a9fd
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 3.0.1
4
+
5
+- Add WezTerm and foot as good Emoji terminals
6
7
## 3.0.0
8
9
**Rework Emoji support:**
lib/unicode/display_width/constants.rb
@@ -2,7 +2,7 @@
module Unicode
class DisplayWidth
- VERSION = "3.0.0"
+ VERSION = "3.0.1"
UNICODE_VERSION = "16.0.0"
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/")
INDEX_FILENAME = DATA_DIRECTORY + "/display_width.marshal.gz"
0 commit comments