From ee5fd360faeeb4130674d80b7cf5583d97981a55 Mon Sep 17 00:00:00 2001 From: Andrew Olsen Date: Sun, 20 Aug 2023 22:22:51 +1200 Subject: [PATCH] Release v0.14.1 --- CHANGELOG.md | 2 +- README.md | 12 ++++++------ kart/VERSION | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28189b63..4b20d6f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Please note that compatibility for 0.x releases (software or repositories) isn't _When adding new entries to the changelog, please include issue/PR numbers wherever possible._ -## 0.14.1 (UNRELEASED) +## 0.14.1 - Fixes a bug where Git subprocesses (such as git clone) don't prompt the user for credentials or to resolve SSH issues on Windows. [#852](https://github.com/koordinates/kart/issues/852) - Better protection against XSS in the HTML diff viewer. [#884](https://github.com/koordinates/kart/pull/884) diff --git a/README.md b/README.md index d258688c..d57c8758 100644 --- a/README.md +++ b/README.md @@ -7,27 +7,27 @@ ## Installing -### Upgrading to v0.14.0 +### Upgrading to v0.14.1 -See the [v0.14.0 release notes](https://github.com/koordinates/kart/releases/tag/v0.14.0) for changes, upgrading, and compatibility notes. +See the [v0.14.1 release notes](https://github.com/koordinates/kart/releases/tag/v0.14.1) for changes, upgrading, and compatibility notes. ### Windows -Download the .msi installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.14.0). +Download the .msi installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.14.1). > 💡 If Windows Defender SmartScreen says "it prevented an unrecognized app from starting" after downloading, you'll need to click "Run anyway". ### macOS -Download the .pkg installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.14.0); +Download the .pkg installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.14.1); Or use [Homebrew](https://brew.sh) to install: `brew install koordinates/kart/kart` ### Linux -For Debian/Ubuntu-based distributions, download the .deb package from the [release page](https://github.com/koordinates/kart/releases/tag/v0.14.0) and install via `dpkg -i kart_*.deb`. +For Debian/Ubuntu-based distributions, download the .deb package from the [release page](https://github.com/koordinates/kart/releases/tag/v0.14.1) and install via `dpkg -i kart_*.deb`. -For RPM-based distributions, download the .rpm package from the [release page](https://github.com/koordinates/kart/releases/tag/v0.14.0) and install via `rpm -i kart-*.rpm`. +For RPM-based distributions, download the .rpm package from the [release page](https://github.com/koordinates/kart/releases/tag/v0.14.1) and install via `rpm -i kart-*.rpm`. ### Source diff --git a/kart/VERSION b/kart/VERSION index f70ca7c9..930e3000 100644 --- a/kart/VERSION +++ b/kart/VERSION @@ -1 +1 @@ -0.14.1rc2 +0.14.1