Found via `codespell -q 3 -S *.ts,./external`
This commit is contained in:
luzpaz
2022-06-28 09:25:08 -04:00
committed by GitHub
parent b4737f8ac6
commit 04b57e4957
7 changed files with 8 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ We will be in beta for 1-2 weeks depending on what kind of issues are found and
<p align=center><img src="images/monochrome.png" width=50%> </p>
- The sidebar now shows the hexidecimal color value when the color picker is used:
- The sidebar now shows the hexadecimal color value when the color picker is used:
<p align=center><img src="images/hex.png" width=25%> </p>
- The about screen lists system information and allows you to copy this for easy access in bug submission forms.

View File

@@ -66,7 +66,7 @@ This is the beta for the version 12.0 release. We will be in beta for about a we
- Fix alignment bug and applied many clang format warnings by @borgmanJeremy in https://github.com/flameshot-org/flameshot/pull/2448
- fix the --print-geometry for zsh by @mmahmoudian in https://github.com/flameshot-org/flameshot/pull/2437
- fix bug on macos with save dialog by @borgmanJeremy in https://github.com/flameshot-org/flameshot/pull/2379
- allow numpad numers to resize and fix text artifacting on large resize by @borgmanJeremy in https://github.com/flameshot-org/flameshot/pull/2386
- allow numpad numbers to resize and fix text artifacting on large resize by @borgmanJeremy in https://github.com/flameshot-org/flameshot/pull/2386
- Zooming in/out happens at different speed by @AndreaMarangoni in https://github.com/flameshot-org/flameshot/pull/2378
- fix: arrow tool glitches by @UnkwUsr in https://github.com/flameshot-org/flameshot/pull/2395
- Fix double click by @borgmanJeremy in https://github.com/flameshot-org/flameshot/pull/2432