From 9de0b3e023dfde64723084c2ae86a7319f6fc60c Mon Sep 17 00:00:00 2001 From: Yuriy Puchkov Date: Fri, 28 Aug 2020 12:57:56 +0300 Subject: [PATCH] Update version to 0.7.9 --- .travis.yml | 2 +- appveyor.yml | 2 +- flameshot.pro | 2 +- translations/Internationalization_ca.ts | 28 +++++++++++----------- translations/Internationalization_de_DE.ts | 28 +++++++++++----------- translations/Internationalization_es.ts | 28 +++++++++++----------- translations/Internationalization_fr.ts | 28 +++++++++++----------- translations/Internationalization_ja.ts | 28 +++++++++++----------- translations/Internationalization_ka.ts | 28 +++++++++++----------- translations/Internationalization_nl.ts | 28 +++++++++++----------- translations/Internationalization_pl.ts | 28 +++++++++++----------- translations/Internationalization_pt_br.ts | 28 +++++++++++----------- translations/Internationalization_ru.ts | 28 +++++++++++----------- translations/Internationalization_sk.ts | 28 +++++++++++----------- translations/Internationalization_sr.ts | 28 +++++++++++----------- translations/Internationalization_tr.ts | 28 +++++++++++----------- translations/Internationalization_uk.ts | 28 +++++++++++----------- translations/Internationalization_zh_CN.ts | 28 +++++++++++----------- translations/Internationalization_zh_TW.ts | 28 +++++++++++----------- update_release_version.sh | 2 +- win_setup/flameshot.iss | 4 ++-- 21 files changed, 230 insertions(+), 230 deletions(-) diff --git a/.travis.yml b/.travis.yml index cd877a1a..55b2ec72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ env: # Environment variables for packaging - PRODUCT=flameshot #TODO: we should take version from the last tag in git history + build number - - VERSION=0.7.8 + - VERSION=0.7.9 - RELEASE=1 - ARCH=x86_64 # Dockerfile from https://github.com/flameshotapp/flameshot-docker-images diff --git a/appveyor.yml b/appveyor.yml index 54589886..ad6142cb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ image: Visual Studio 2015 #TODO: we should take version from the last tag in git history + build number -version: 0.7.8.{build} +version: 0.7.9.{build} # Major_Version_Number.Minor_Version_Number.Patch_Number.Build_Number skip_branch_with_pr: true diff --git a/flameshot.pro b/flameshot.pro index 94559947..84930ff6 100644 --- a/flameshot.pro +++ b/flameshot.pro @@ -8,7 +8,7 @@ win32:LIBS += -luser32 -lshell32 LIBS += -Llibeay32 -Lssleay32 -BASE_VERSION = 0.7.8 +BASE_VERSION = 0.7.9 TAG_VERSION = "$$system(git --git-dir $$PWD/.git rev-parse --short HEAD)" isEmpty(TAG_VERSION){ DEFINES += APP_VERSION=\\\"$$BASE_VERSION\\\" diff --git a/translations/Internationalization_ca.ts b/translations/Internationalization_ca.ts index 2d115637..5dc9bbfb 100644 --- a/translations/Internationalization_ca.ts +++ b/translations/Internationalization_ca.ts @@ -489,74 +489,74 @@ Press Space to open the side panel. - + Unable to remove screenshot from the remote storage. - + Network error - + Possibly it doesn't exist anymore - + Do you want to remove screenshot from local history anyway? - + S3 Creds URL is not found in your configuration file - + Copy URL Copia l'URL - + Open URL Obri l'URL - + Delete image - + Image to Clipboard. Imatge al porta-retalls. - + Unable to open the URL. No es pot obrir l'URL. - + URL copied to clipboard. L'URL s'ha copiat al porta-retalls. - + Deleting image... - + Remove screenshot from history? - + Screenshot copied to clipboard. La captura s'ha copiat al porta-retalls. diff --git a/translations/Internationalization_de_DE.ts b/translations/Internationalization_de_DE.ts index 46eeec1b..7ed05d5c 100644 --- a/translations/Internationalization_de_DE.ts +++ b/translations/Internationalization_de_DE.ts @@ -492,74 +492,74 @@ Drücke die Leertaste um das Seitenmenü zu öffnen. - + Unable to remove screenshot from the remote storage. - + Network error - + Possibly it doesn't exist anymore - + Do you want to remove screenshot from local history anyway? - + S3 Creds URL is not found in your configuration file - + Copy URL URL kopieren - + Open URL URL öffnen - + Delete image Bild löschen - + Image to Clipboard. Bild in Zwischenablage. - + Unable to open the URL. Kann URL nicht öffnen. - + URL copied to clipboard. URL kopiert. - + Deleting image... - + Remove screenshot from history? - + Screenshot copied to clipboard. Bildschirmaufnahme in Zwischenablage kopiert. diff --git a/translations/Internationalization_es.ts b/translations/Internationalization_es.ts index cd7a0859..dc88ca9c 100644 --- a/translations/Internationalization_es.ts +++ b/translations/Internationalization_es.ts @@ -492,74 +492,74 @@ Presiona Espacio para abrir el panel lateral. - + Unable to remove screenshot from the remote storage. - + Network error - + Possibly it doesn't exist anymore - + Do you want to remove screenshot from local history anyway? - + S3 Creds URL is not found in your configuration file - + Copy URL Copiar URL - + Open URL Abrir URL - + Delete image Borrar imagen - + Image to Clipboard. Imagen al Portapapeles. - + Unable to open the URL. No puede abrir la URL. - + URL copied to clipboard. URL copiada al portapapeles. - + Deleting image... - + Remove screenshot from history? - + Screenshot copied to clipboard. Captura copiada al portapapeles. diff --git a/translations/Internationalization_fr.ts b/translations/Internationalization_fr.ts index 87e34a21..51a34a17 100644 --- a/translations/Internationalization_fr.ts +++ b/translations/Internationalization_fr.ts @@ -492,74 +492,74 @@ Appuyer sur Espace pour ouvrir le panneau latéral. - + Unable to remove screenshot from the remote storage. - + Network error - + Possibly it doesn't exist anymore - + Do you want to remove screenshot from local history anyway? - + S3 Creds URL is not found in your configuration file - + Copy URL Copier l'URL - + Open URL Ouvrir l'URL - + Delete image - + Image to Clipboard. Image dans le Presse-papier. - + Unable to open the URL. Impossible d'ouvrir l'URL. - + URL copied to clipboard. URL copiée dans le Presse-papier. - + Deleting image... - + Remove screenshot from history? - + Screenshot copied to clipboard. Capture d'écran copiée dans le Presse-papier. diff --git a/translations/Internationalization_ja.ts b/translations/Internationalization_ja.ts index 98472718..82a957b7 100644 --- a/translations/Internationalization_ja.ts +++ b/translations/Internationalization_ja.ts @@ -492,74 +492,74 @@ Enter を押すと画面をキャプチャー。 - + Unable to remove screenshot from the remote storage. - + Network error - + Possibly it doesn't exist anymore - + Do you want to remove screenshot from local history anyway? - + S3 Creds URL is not found in your configuration file - + Copy URL URL をコピー - + Open URL URL を開く - + Delete image 画像を削除 - + Image to Clipboard. 画像をクリップボードへ。 - + Unable to open the URL. URL を開けません。 - + URL copied to clipboard. URL をクリップボードにコピーしました。 - + Deleting image... - + Remove screenshot from history? - + Screenshot copied to clipboard. スクリーンショットをクリップボードにコピーしました。 diff --git a/translations/Internationalization_ka.ts b/translations/Internationalization_ka.ts index 1c32b297..a13d2f2f 100644 --- a/translations/Internationalization_ka.ts +++ b/translations/Internationalization_ka.ts @@ -488,74 +488,74 @@ Press Space to open the side panel. - + Unable to remove screenshot from the remote storage. - + Network error - + Possibly it doesn't exist anymore - + Do you want to remove screenshot from local history anyway? - + S3 Creds URL is not found in your configuration file - + Copy URL URL-ის კოპირება - + Open URL URL-ის გახსნა - + Delete image - + Image to Clipboard. სურათის გაცვლის ბუფერში გაგზავნა - + Unable to open the URL. URL-ის გახსნა ვერ მოხერხდა. - + URL copied to clipboard. URL დაკოპირდა გაცვლის ბუფერში. - + Deleting image... - + Remove screenshot from history? - + Screenshot copied to clipboard. სურათი დაკოპირდა გაცვლის ბუფერში. diff --git a/translations/Internationalization_nl.ts b/translations/Internationalization_nl.ts index 707ff682..84046493 100644 --- a/translations/Internationalization_nl.ts +++ b/translations/Internationalization_nl.ts @@ -492,74 +492,74 @@ Druk op spatie om het zijpaneel te openen. - + Unable to remove screenshot from the remote storage. - + Network error - + Possibly it doesn't exist anymore - + Do you want to remove screenshot from local history anyway? - + S3 Creds URL is not found in your configuration file - + Copy URL URL kopiëren - + Open URL URL openen - + Delete image Afbeelding verwijderen - + Image to Clipboard. Afbeelding naar klembord. - + Unable to open the URL. Kan URL niet openen. - + URL copied to clipboard. URL gekopieerd naar klembord. - + Deleting image... - + Remove screenshot from history? - + Screenshot copied to clipboard. Schermafdruk gekopieerd naar klembord. diff --git a/translations/Internationalization_pl.ts b/translations/Internationalization_pl.ts index 463e41d7..b785a13e 100644 --- a/translations/Internationalization_pl.ts +++ b/translations/Internationalization_pl.ts @@ -491,74 +491,74 @@ Spacja, aby pokazać panel boczny. - + Unable to remove screenshot from the remote storage. - + Network error - + Possibly it doesn't exist anymore - + Do you want to remove screenshot from local history anyway? - + S3 Creds URL is not found in your configuration file - + Copy URL Kopiuj URL - + Open URL Otwórz URL - + Delete image Usuń obrazek - + Image to Clipboard. Obrazek do schowka. - + Unable to open the URL. Nie można otworzyć adresu URL. - + URL copied to clipboard. URL skopiowany do schowka. - + Deleting image... - + Remove screenshot from history? - + Screenshot copied to clipboard. Zrzut ekranu skopiowany do schowka. diff --git a/translations/Internationalization_pt_br.ts b/translations/Internationalization_pt_br.ts index ebd865af..7eebc201 100644 --- a/translations/Internationalization_pt_br.ts +++ b/translations/Internationalization_pt_br.ts @@ -492,74 +492,74 @@ Pressione espaço abrir o painel lateral. - + Unable to remove screenshot from the remote storage. - + Network error - + Possibly it doesn't exist anymore - + Do you want to remove screenshot from local history anyway? - + S3 Creds URL is not found in your configuration file - + Copy URL Copiar URL - + Open URL Abrir URL - + Delete image Deletar imagem - + Image to Clipboard. Imagem no Clipboard. - + Unable to open the URL. Não foi possível abrir a URL. - + URL copied to clipboard. URL copiada para o clipboard. - + Deleting image... - + Remove screenshot from history? - + Screenshot copied to clipboard. Screenshot copiada para o clipboard. diff --git a/translations/Internationalization_ru.ts b/translations/Internationalization_ru.ts index 9740eb28..93aeee33 100644 --- a/translations/Internationalization_ru.ts +++ b/translations/Internationalization_ru.ts @@ -516,74 +516,74 @@ Press Space to open the side panel. Удалить скриншот - + Remove screenshot from history? Удалить скриншот из истории? - + S3 Creds URL is not found in your configuration file Параметры доступов к S3 не найдены в конфигурационном файле - + Copy URL Скопировать URL - + Open URL Открыть URL - + Delete image Удалить изображение - + Image to Clipboard. Изображение в буфер обмена. - + Unable to open the URL. Не удалось открыть URL. - + URL copied to clipboard. URL скопирован в буфер обмена. - + Deleting image... Удаление скриншота... - + Unable to remove screenshot from the remote storage. Невозможно удалить снимок экрана из удаленного хранилища. - + Network error Ошибка сети - + Possibly it doesn't exist anymore Возможно, его больше не существует - + Do you want to remove screenshot from local history anyway? Вы все равно хотите удалить скриншот из локальной истории? - + Screenshot copied to clipboard. Снимок скопирован в буфер обмена. diff --git a/translations/Internationalization_sk.ts b/translations/Internationalization_sk.ts index 4ab3c556..f99edd4b 100644 --- a/translations/Internationalization_sk.ts +++ b/translations/Internationalization_sk.ts @@ -492,74 +492,74 @@ Stlačte medzerník pre otvorenie postranného panelu. - + Unable to remove screenshot from the remote storage. - + Network error - + Possibly it doesn't exist anymore - + Do you want to remove screenshot from local history anyway? - + S3 Creds URL is not found in your configuration file - + Copy URL Kopírovať URL - + Open URL Otvoriť URL - + Delete image Vymazať obrázok - + Image to Clipboard. Obrázok do schránky. - + Unable to open the URL. Nepodarilo sa otvoriť URL. - + URL copied to clipboard. URL skopírovaná do schránky. - + Deleting image... - + Remove screenshot from history? - + Screenshot copied to clipboard. Snímka obrazovky bola skopírovaná do schránky. diff --git a/translations/Internationalization_sr.ts b/translations/Internationalization_sr.ts index 056106bc..a77f09c7 100644 --- a/translations/Internationalization_sr.ts +++ b/translations/Internationalization_sr.ts @@ -492,74 +492,74 @@ Press Space to open the side panel. - + Unable to remove screenshot from the remote storage. - + Network error - + Possibly it doesn't exist anymore - + Do you want to remove screenshot from local history anyway? - + S3 Creds URL is not found in your configuration file - + Copy URL Запамти интернет адресу - + Open URL Посети интернет адресу - + Delete image Избриши слику - + Image to Clipboard. Сачувај у привремену меморију. - + Unable to open the URL. Нисам успео да посетим интернет адресу. - + URL copied to clipboard. Интернет адреса је сачувана у привременој меморији. - + Deleting image... - + Remove screenshot from history? - + Screenshot copied to clipboard. Слика је сачувана у привременој меморији. diff --git a/translations/Internationalization_tr.ts b/translations/Internationalization_tr.ts index 70aee280..81c6a68e 100644 --- a/translations/Internationalization_tr.ts +++ b/translations/Internationalization_tr.ts @@ -492,74 +492,74 @@ Yan paneli açmak için Boşluk tuşuna basın. - + Unable to remove screenshot from the remote storage. - + Network error - + Possibly it doesn't exist anymore - + Do you want to remove screenshot from local history anyway? - + S3 Creds URL is not found in your configuration file - + Copy URL URL Kopyala - + Open URL URL Aç - + Delete image Resmi sil - + Image to Clipboard. Resim Pano'ya. - + Unable to open the URL. URL açılamıyor. - + URL copied to clipboard. URL panoya kopyalandı. - + Deleting image... - + Remove screenshot from history? - + Screenshot copied to clipboard. Ekran görüntüsü panoya kopyalandı. diff --git a/translations/Internationalization_uk.ts b/translations/Internationalization_uk.ts index 097a019d..ace5725c 100644 --- a/translations/Internationalization_uk.ts +++ b/translations/Internationalization_uk.ts @@ -516,74 +516,74 @@ Press Space to open the side panel. Видалити скіншот - + Remove screenshot from history? Видалити скріншот із історії? - + S3 Creds URL is not found in your configuration file Параметри доступів до S3 не знайдені у конфігураціонному файлі - + Copy URL Скопіювати URL - + Open URL Відкрити URL - + Delete image Видалити зображення - + Image to Clipboard. Зображення до буферу обміну. - + Unable to open the URL. Не вдалось відкрити URL. - + URL copied to clipboard. URL скопійовано до буферу обміну. - + Deleting image... Видалення скріншоту... - + Unable to remove screenshot from the remote storage. Не вдалося видалити скріншот із віддаленого сховища. - + Network error Помилка мережі - + Possibly it doesn't exist anymore Можливо, його більше не існує - + Do you want to remove screenshot from local history anyway? Ви все одно хочете видалити скріншот із локальної історії? - + Screenshot copied to clipboard. Знімок скопійовано до буферу обміну. diff --git a/translations/Internationalization_zh_CN.ts b/translations/Internationalization_zh_CN.ts index 477070de..7b945c15 100644 --- a/translations/Internationalization_zh_CN.ts +++ b/translations/Internationalization_zh_CN.ts @@ -493,74 +493,74 @@ Press Space to open the side panel. - + Unable to remove screenshot from the remote storage. - + Network error - + Possibly it doesn't exist anymore - + Do you want to remove screenshot from local history anyway? - + S3 Creds URL is not found in your configuration file - + Copy URL 复制链接 - + Open URL 打开链接 - + Delete image 删除图像 - + Image to Clipboard. 保存文件到剪贴板。 - + Unable to open the URL. 无法打开此链接。 - + URL copied to clipboard. 复制链接到剪贴板。 - + Deleting image... - + Remove screenshot from history? - + Screenshot copied to clipboard. 截图复制到剪贴板。 diff --git a/translations/Internationalization_zh_TW.ts b/translations/Internationalization_zh_TW.ts index 1f182a63..6cfb9e50 100644 --- a/translations/Internationalization_zh_TW.ts +++ b/translations/Internationalization_zh_TW.ts @@ -488,74 +488,74 @@ Press Space to open the side panel. - + Unable to remove screenshot from the remote storage. - + Network error - + Possibly it doesn't exist anymore - + Do you want to remove screenshot from local history anyway? - + S3 Creds URL is not found in your configuration file - + Copy URL 複製連結 - + Open URL 打開連結 - + Delete image - + Image to Clipboard. 將檔案複製到剪貼簿 - + Unable to open the URL. 無法打開此連結 - + URL copied to clipboard. 連結已複製到剪貼簿 - + Deleting image... - + Remove screenshot from history? - + Screenshot copied to clipboard. 截圖已複製到剪貼簿 diff --git a/update_release_version.sh b/update_release_version.sh index e813cea1..69246d8d 100755 --- a/update_release_version.sh +++ b/update_release_version.sh @@ -3,7 +3,7 @@ set -x GIT_REMOTE=origin -BASE_VERSION_NEW="0.7.8" +BASE_VERSION_NEW="0.7.9" BASE_VERSION_CUR=$(cat flameshot.pro |grep "[0-9]\+\.[0-9]\+\.[0-9]\+" |awk "{print \$3}") if [ "${BASE_VERSION_CUR}" == "${BASE_VERSION_NEW}" ]; then diff --git a/win_setup/flameshot.iss b/win_setup/flameshot.iss index 1362b98d..2a28d129 100644 --- a/win_setup/flameshot.iss +++ b/win_setup/flameshot.iss @@ -6,9 +6,9 @@ [Setup] AppName=Flameshot -AppVersion=0.7.8-f3b5c1c +AppVersion=0.7.9-04712ff AppCopyright=NameCheap inc. -VersionInfoVersion=0.7.8 +VersionInfoVersion=0.7.9 WizardStyle=modern DefaultDirName={autopf}\Flameshot DefaultGroupName=Flameshot