From 96c2c82e62bdabad6c20b97004c493f69f90a986 Mon Sep 17 00:00:00 2001 From: borgmanJeremy <46930769+borgmanJeremy@users.noreply.github.com> Date: Sun, 3 Jul 2022 08:48:12 -0500 Subject: [PATCH] added v12.1 release notes (#2754) --- docs/ReleaseNote_12.1.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/ReleaseNote_12.1.md diff --git a/docs/ReleaseNote_12.1.md b/docs/ReleaseNote_12.1.md new file mode 100644 index 0000000000..982638c1a6 --- /dev/null +++ b/docs/ReleaseNote_12.1.md @@ -0,0 +1,19 @@ +## V12.1.0 +This is a minor release that fixed some bugs introduced in the v12 release. + +## What's Changed +* Fix typos by @luzpaz in https://github.com/flameshot-org/flameshot/pull/2705 +* rename Imgur API Key to Imgur Application Client ID by @thehunmonkgroup in https://github.com/flameshot-org/flameshot/pull/2719 +* fix issue about externalWidget launchapp by @Alaskra in https://github.com/flameshot-org/flameshot/pull/2698 +* Fix size not appearing on size tool when started from launcher by @borgmanJeremy in https://github.com/flameshot-org/flameshot/pull/2734 +* Added option to pin menu to close pin by @borgmanJeremy in https://github.com/flameshot-org/flameshot/pull/2736 +* disable option to launch on start by default by @borgmanJeremy in https://github.com/flameshot-org/flameshot/pull/2735 +* Fix magnify windows by @borgmanJeremy in https://github.com/flameshot-org/flameshot/pull/2746 +* DesktopFileParser only reads .desktop files @wd5gnr https://github.com/flameshot-org/flameshot/pull/2742 + +## New Contributors +* @cliffcoffee made their first contribution in https://github.com/flameshot-org/flameshot/pull/2726 +* @thehunmonkgroup made their first contribution in https://github.com/flameshot-org/flameshot/pull/2719 +* @wd5gnr made their first contribution in https://github.com/flameshot-org/flameshot/pull/2742 + +**Full Changelog**: https://github.com/flameshot-org/flameshot/compare/v12.0.0...v12.1.0 \ No newline at end of file