From 77fadbae77b0e7ca52c559757cb7edd06f29c0fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 11:50:27 +0100 Subject: [PATCH] Changelog update - `v1.2.3` (#32) * Changelog update - v1.2.3 * Fixup CHANGELOG.md Co-authored-by: GitHub Action Co-authored-by: Philipp Spiess --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fce3711e1730d..170ba86e622f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [1.2.3] + - Upgrade JetBrains IntelliJ shell to 1.3.1 and modernize the build and release pipeline. ## [1.2.2] - Minor bug fixes @@ -22,7 +24,7 @@ - When on a branch that does not exist remotely, `master` will now be used instead. - Menu entries (Open file, etc.) are now under a Sourcegraph sub-menu. - Added a "Copy link to file" action (alt+c / opt+c). -- Added a "Search in repository" action (alt+r / opt+r). +- Added a "Search in repository" action (alt+r / opt+r). - It is now possible to configure the plugin per-repository using a `.idea/sourcegraph.xml` file. See the README for details. - Special thanks: @oliviernotteghem for contributing the new features in this release! @@ -41,4 +43,4 @@ ## [1.0.0] - Initial Release -- Basic Open File & Search functionality. \ No newline at end of file +- Basic Open File & Search functionality.