From 756f5f58440b5af2409fd50512b95161d2fe9c38 Mon Sep 17 00:00:00 2001 From: mintty Date: Sat, 25 Mar 2023 00:00:00 +0100 Subject: [PATCH] 3.6.4 --- README.md | 13 +++++++++++++ VERSION | 2 +- makefile | 8 ++++---- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4496170..d90a407 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,19 @@ Note: If you define `HOME` at Windows level, this changes accordingly. Note, however, that the WSL `$HOME` is a completely different setting. +#### Emoji deployment #### + +Mintty and the wsltty package do not bundle actual emoji graphics but +there are scripts to support easy download and deployment. +If you have another instance of mintty installed (e.g. in cygwin) +and have emojis deployed already in the common config folder +`%APPDATA%\mintty\emojis`, they will be reused by wsltty. + +To deploy emojis standalone for wsltty, use the scripts installed in +`%APPDATA%\wsltty\emojis`: +* `getemojis` to provide emoji graphics as listed by Unicode.org +* `getflags` to provide emoji flag graphics (extending Unicode dynamically) from various sources + #### Shell selection and Login shell #### The WSLtty deployment does not impose a shell preference; diff --git a/VERSION b/VERSION index ee29f64..0f44168 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.6.1.2 +3.6.4 diff --git a/makefile b/makefile index 3b7d6d4..0c146b5 100644 --- a/makefile +++ b/makefile @@ -10,16 +10,16 @@ # wsltty release -ver=3.6.1.2 +ver=3.6.4 # wsltty appx release - must have 4 parts! -verx=3.6.1.2 +verx=3.6.4.1 ############################## # mintty release version -minttyver=3.6.1 +minttyver=3.6.4 ############################## @@ -27,7 +27,7 @@ minttyver=3.6.1 repo=Biswa96/wslbridge2 # wslbridge2 master release version -wslbridgever=0.10 +wslbridgever=0.11 # wslbridge2 latest version #archive=master