Merge 0.8.3 upstream

This commit is contained in:
Yuriy Puchkov
2020-10-02 10:13:04 +03:00
37 changed files with 1293 additions and 1550 deletions

View File

@@ -9,24 +9,7 @@ Contributions are welcome! Here's how you can help:
## Translations
Check this nice official documentation from Qt docs as it explains how to translate for a project written with Qt: https://doc.qt.io/qt-5/linguist-translators.html
#### Status:
| Language | Code | Status | Contributors |
| --------------------- | ----- | ----------- | ------------ |
| Spanish | es | :bookmark:v0.1.0 | [lupoDharkael](https://github.com/lupoDharkael) |
| Catalan | ca | :bookmark:v0.5.0 | [joamuran](https://github.com/joamuran) |
| Russian | ru | :bookmark:v0.5.1 | [Shatur95](https://github.com/Shatur95) |
| Chinese (Simplified) | zh_CN | :bookmark:v0.5.1 | [copie](https://github.com/copie), [hosiet](https://github.com/hosiet) |
| Chinese (Traditional) | zh_TW | :bookmark:v0.5.1 | [PeterDaveHello](https://github.com/PeterDaveHello) |
| Turkish | tr | :bookmark:v0.5.1 | [oltulu](https://github.com/oltulu) |
| Georgian | ge | :bookmark:v0.5.1 | [giogziro95](https://github.com/giogziro95) |
| French | fr | :bookmark:v0.5.1 | [ld892012](https://github.com/ld892012) |
| Polish | pl | :bookmark:v0.5.1 | [napcok](https://github.com/napcok) |
| Serbian | sr | :bookmark:v0.6.0 | [cobisimo](https://github.com/cobisimo) |
| Ukrainian | uk | :bookmark:v0.6.0 | [vboden](https://github.com/vboden) |
| German | de | :bookmark:v0.6.0 | [DaVukovic](https://github.com/DaVukovic) |
See [translation instructions](https://github.com/flameshot-org/translation-instruction).
## Code

17
docs/Releasing.md Normal file
View File

@@ -0,0 +1,17 @@
# Checklist for making a new release
These are the code changes that need to take place
- [ ] Create and push git tag
- [ ] Update version in CMakeLists.txt
- [ ] Update version and changelog at data/debian/changelog
- [ ] Update version and changelog at data/rpm/flameshot.spec
- [ ] Update docs/appdata/flameshot.metainfo.xml
These are the steps for actually making the release
- [ ] Download all binaries from CI run started from PR related to code changes shown above
- [ ] Create sha256 for each binary and compare against sha256 shown in the CI to verify there was no corruption or inserted malware.
- [ ] Create a new "New Release" in githhub and explain changes in release notes
- [ ] Upload all binaries and sha's
- [ ] Update change log on [website](https://github.com/flameshot-org/flameshot-org.github.io/) data/changelog.md
- [ ] Update version on [website](https://github.com/flameshot-org/flameshot-org.github.io/blob/master/_coverpage.md)

View File

@@ -5,6 +5,7 @@
<project_license>GPL-3.0-or-later</project_license>
<name>Flameshot</name>
<releases>
<release version="0.8.3" date="2020-09-28"/>
<release version="0.8.1" date="2020-09-23"/>
<release version="0.8.0" date="2020-09-19"/>
</releases>

View File

@@ -21,11 +21,13 @@ Comment[sk]=Mocný, no tiež jednoduchý softvér na zachytávanie obrazovky.
Comment[sr]=Једноставан, а моћан алат за снимање екрана
Comment[uk]=Потужний простий у використанні додаток для створення знімків екрану.
Comment[es]=Software de captura de pantalla potente y fácil de usar.
Comment[de]=Einfache, umfängliche Sreenshot-Software
Keywords=flameshot;screenshot;capture;shutter;
Keywords[zh_CN]=flameshot;screenshot;capture;shutter;截图;屏幕;
Keywords[fr]=flameshot;capture d'écran;capter;shutter;
Keywords[ja]=flameshot;screenshot;capture;shutter;スクリーンショット;キャプチャー;
Keywords[es]=flameshot;screenshot;capture;shutter;captura;
Keywords[de]=flameshot;screenshot;Bildschirmfoto;Aufnahme;
Exec=flameshot
Icon=flameshot
Terminal=false
@@ -48,6 +50,7 @@ Name[sk]=Nastaviť
Name[sr]=Подешавања
Name[uk]=Налаштувати
Name[es]=Configurar
Name[de]=Einstellungen
Exec=flameshot config
[Desktop Action Capture]
@@ -61,6 +64,7 @@ Name[sk]=Zachytiť obrazovku
Name[sr]=Сними екран
Name[uk]=Зробити знімок
Name[es]=Tomar captura de pantalla
Name[de]=Bildschirmfoto aufnehmen
Exec=flameshot gui --delay 500
[Desktop Action Launcher]