From c96284a44559b3a4fdd6e6a0b7eec854385a7b6c Mon Sep 17 00:00:00 2001 From: crschnick Date: Fri, 9 Jun 2023 15:56:49 +0000 Subject: [PATCH] [release] --- README.md | 2 +- dist/changelogs/1.1.2.md | 19 +++++++++++++++++++ version | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 dist/changelogs/1.1.2.md diff --git a/README.md b/README.md index 48377753..692760f9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It comes with all file management features you would expect plus a dedicated rem XPipe fully integrates with your tools such as your favourite text/code editors, terminals, shells, command-line tools and more. The platform is designed to be extensible, allowing anyone to add easily support for more tools or to implement custom functionality through a modular extension system. The full feature set is currently supported for: -- [docker](https://www.docker.com/) and [LXD](https://linuxcontainers.org/lxd/introduction/) container instances located on any host +- [Docker](https://www.docker.com/) and [LXD](https://linuxcontainers.org/lxd/introduction/) container instances located on any host - [SSH](https://www.ssh.com/academy/ssh/protocol) connections - [Windows Subsystem for Linux](https://ubuntu.com/wsl) instances - [Powershell Remote Sessions](https://learn.microsoft.com/en-us/powershell/scripting/learn/remoting/running-remote-commands?view=powershell-7.3) diff --git a/dist/changelogs/1.1.2.md b/dist/changelogs/1.1.2.md new file mode 100644 index 00000000..0755179c --- /dev/null +++ b/dist/changelogs/1.1.2.md @@ -0,0 +1,19 @@ +## Changes in 1.1.2 + +- Fix browser initialization race condition +- Fix OOB for some PowerShell sessions + +## Changes in 1.1.1 + +- Improve startup time +- Improve error messages when command or shell connection fails +- Fix directory copy across systems not finishing +- Fix self-updater not launching on Linux and macOS. Might require a reinstallation to get it working again +- Fix file browser not working for some Alpine Linux distributions +- Add support for Tabby terminals +- Start up local and wsl sessions in user home directory +- Improve search for connections dialog +- Improve accessibility support for screen readers +- Improve error messages +- Properly clean temp directories +- Many small miscellaneous fixes and improvements \ No newline at end of file diff --git a/version b/version index 8cfbc905..8428158d 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.1.1 \ No newline at end of file +1.1.2 \ No newline at end of file