Skip to content

Commit

Permalink
3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mintty committed Mar 25, 2023
1 parent bbbef4f commit 756f5f5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.1.2
3.6.4
8 changes: 4 additions & 4 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@


# 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

##############################

# wslbridge2 repository
repo=Biswa96/wslbridge2

# wslbridge2 master release version
wslbridgever=0.10
wslbridgever=0.11

# wslbridge2 latest version
#archive=master
Expand Down

0 comments on commit 756f5f5

Please sign in to comment.