1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-11-08 02:51:52 +00:00

Compare commits

...

9 Commits
3.6.5 ... 3.7.2

Author SHA1 Message Date
mintty
fef944e1bb 3.7.2 2024-06-27 05:23:41 +02:00
mintty
d40e5919af 3.7.1 2024-02-24 21:53:35 +01:00
mintty
a141e760f4 project page (README): add section to «Build installers» (#345) 2023-12-24 11:30:34 +01:00
mintty
14f6d1e631 homepage: clarifications on different installers 2023-11-25 00:31:26 +01:00
mintty
e189d87a2c 3.7.0.2, with wslbridge2 0.12 fixing WSL 2 v2 issues (#343, #342) 2023-11-23 00:53:03 +01:00
mintty
399dff4226 hint to downgrade WSL to release 1.3.17 (#343) 2023-11-20 08:43:52 +01:00
mintty
8fbee63214 tune notice of patch version that makes WSL access fail 2023-11-16 18:58:02 +01:00
mintty
effb0ce46a project page: add hint to WSL V2 problem (#343) 2023-11-16 04:22:00 +01:00
mintty
ca4670bd44 3.7.0 2023-11-14 01:09:23 +01:00
4 changed files with 30 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
mintty is copyright 2008-22 Andy Koppe, 2015-22 Thomas Wolff. mintty is copyright 2008-23 Andy Koppe, 2015-23 Thomas Wolff.
Licensed under the terms of the GNU General Public License version 3 or later, Licensed under the terms of the GNU General Public License version 3 or later,
amended with the bundling clause to clarify ambiguous interpretation. amended with the bundling clause to clarify ambiguous interpretation.

View File

@@ -18,7 +18,14 @@ WSLtty components
--- ---
### Requirement ### ### Requirements ###
Wsltty does not seem to work with WSL V2 mode since release 2.0.0 (#343).
As a workaround until a solution in the wslbridge gateway, it is suggested
to install [release 1.3.17](https://github.com/microsoft/WSL/releases/tag/1.3.17);
maybe uninstall WSL first, see [issue 343 comment](https://github.com/mintty/wsltty/issues/343#issuecomment-1818367512).
Another remedy could be to configure your WSL distributions to run in WSL V1 mode, for example:
`wsl --set-version Ubuntu 1`.
Since release 3.0.5, WSLtty requires Windows version 1809 (the November 2018 release). Since release 3.0.5, WSLtty requires Windows version 1809 (the November 2018 release).
@@ -28,8 +35,10 @@ Since release 3.0.5, WSLtty requires Windows version 1809 (the November 2018 rel
#### WSLtty installer ([Download](https://github.com/mintty/wsltty/releases) standalone installation) #### #### WSLtty installer ([Download](https://github.com/mintty/wsltty/releases) standalone installation) ####
Run the [installer](https://github.com/mintty/wsltty/releases) to install From the [release downloads](https://github.com/mintty/wsltty/releases),
the components listed above. run the wsltty-VERSION-x86_64-install.exe installer to install
the components listed above. Make sure to select a 64-bit installer
on a 64-bit system.
If Windows complains with a “Windows protected your PC” popup, If Windows complains with a “Windows protected your PC” popup,
you may need to click “Run anyway” to proceed with the installation. you may need to click “Run anyway” to proceed with the installation.
You may need to open the Properties of the installer first, tab “General” You may need to open the Properties of the installer first, tab “General”
@@ -54,6 +63,11 @@ release also contains a `.cab` file. Download it, open it, extract its files
to some temporary deployment directory, and invoke `install.bat` from there, to some temporary deployment directory, and invoke `install.bat` from there,
or `install-portable.bat` for a portable installation. or `install-portable.bat` for a portable installation.
#### Quiet installer ####
The wsltty-VERSION-x86_64-install-quiet.exe installer is intended for
integration in another installation framework.
#### Installation from source repository #### #### Installation from source repository ####
Checkout the wsltty repository, or download the source archive, unpack and rename the directory to `wsltty`. Checkout the wsltty repository, or download the source archive, unpack and rename the directory to `wsltty`.
@@ -66,6 +80,12 @@ environment for this purpose would be installed with the
from [cygwin.com](https://cygwin.com/), from [cygwin.com](https://cygwin.com/),
with additional packages `make`, `gcc-g++`, `unzip`, `zoo`, `patch`, (`lcab`). with additional packages `make`, `gcc-g++`, `unzip`, `zoo`, `patch`, (`lcab`).
#### Build installers ####
Install a minimal Cygwin environment plus the additional packages as
listed for «Installation from source repository».
Invoke `make pkg` or just `make`.
#### Installation to non-default locations #### #### Installation to non-default locations ####
(For experts) (For experts)
@@ -214,7 +234,7 @@ Start Menu subfolder `WSLtty`:
Wsltty installation and the mintty terminal try to use the icon of the Wsltty installation and the mintty terminal try to use the icon of the
respective WSL distribution. If it cannot be determined, a penguin icon respective WSL distribution. If it cannot be determined, a penguin icon
is used as a default. You can replace it with your preferred fallback icon is used as a fallback. You can replace it with your preferred default icon
by replacing the icon file `%LOCALAPPDATA%\wsltty\wsl.ico`. by replacing the icon file `%LOCALAPPDATA%\wsltty\wsl.ico`.
#### Mintty settings #### #### Mintty settings ####

View File

@@ -1 +1 @@
3.6.5 3.7.2

View File

@@ -10,16 +10,16 @@
# wsltty release # wsltty release
ver=3.6.5 ver=3.7.2
# wsltty appx release - must have 4 parts! # wsltty appx release - must have 4 parts!
verx=3.6.5.1 verx=3.7.2.1
############################## ##############################
# mintty release version # mintty release version
minttyver=3.6.5 minttyver=3.7.2
############################## ##############################
@@ -27,7 +27,7 @@ minttyver=3.6.5
repo=Biswa96/wslbridge2 repo=Biswa96/wslbridge2
# wslbridge2 master release version # wslbridge2 master release version
wslbridgever=0.11 wslbridgever=0.12
# wslbridge2 latest version # wslbridge2 latest version
#archive=master #archive=master