bumped version for 0.8.1 patch release (#968)
* bumped versio for 0.8.1 patch release * Updated debian log and bumped windows version * bumped CI version * Applied patch by @hosiet
This commit is contained in:
2
.github/workflows/Linux-pack.yml
vendored
2
.github/workflows/Linux-pack.yml
vendored
@@ -14,7 +14,7 @@ on:
|
||||
|
||||
env:
|
||||
PRODUCT: flameshot
|
||||
VERSION: 0.8.0
|
||||
VERSION: 0.8.1
|
||||
RELEASE: 1
|
||||
ARCH: x86_64
|
||||
# dockerfiles, see https://github.com/flameshot-org/flameshot-docker-images
|
||||
|
||||
4
.github/workflows/Windows-pack.yml
vendored
4
.github/workflows/Windows-pack.yml
vendored
@@ -14,7 +14,7 @@ on:
|
||||
|
||||
env:
|
||||
PRODUCT: flameshot
|
||||
VERSION: 0.8.0
|
||||
VERSION: 0.8.1
|
||||
|
||||
jobs:
|
||||
windows-pack:
|
||||
@@ -128,4 +128,4 @@ jobs:
|
||||
python -m pip install -U -q requests
|
||||
echo "================Windows portable downlod link================"
|
||||
echo $(python $GITHUB_WORKSPACE/scripts/upload_services/transferwee.py upload $GITHUB_WORKSPACE/build/Package/flameshot-${VERSION}-${{ matrix.config.pak_arch }}.zip)
|
||||
echo "=====no operation for you can see link in the log console====="
|
||||
echo "=====no operation for you can see link in the log console====="
|
||||
|
||||
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13)
|
||||
# This can be read from ${PROJECT_NAME} after project() is called
|
||||
project(
|
||||
flameshot
|
||||
VERSION 0.8.0
|
||||
VERSION 0.8.1
|
||||
LANGUAGES CXX)
|
||||
set(PROJECT_NAME_CAPITALIZED "Flameshot")
|
||||
|
||||
|
||||
@@ -1,17 +1,5 @@
|
||||
flameshot (0.8.0-1) unstable; urgency=medium
|
||||
flameshot (0.8.1-1) unstable; urgency=medium
|
||||
|
||||
* add: added translation:Japanese, Brazilian Portuguese, Serbian, Dutch, Ukrainian, German, Slovak, Basque, Czech, Swedish, Italian, Korean, Dutch
|
||||
* add: allow enter key to copy image to clipboard
|
||||
* add: side panel add thickness slider
|
||||
* add: support for saving as JPG and BMP files
|
||||
* add: allow 45 degree adjustment for some tools
|
||||
* add: add option to close after capture (WARNING: this function is buggy! It may not work well if you are going to copy the image to clipboard! If you encounter problems related to clipboard, please disable this feature in the configuration and try again.)
|
||||
* add: a basic launcher panel.
|
||||
* add: add option to auto copy URL after upload
|
||||
* add: a circle counter tool.
|
||||
* add: replace the blur tool with pixelate tool
|
||||
* add: convert buildsystem from QMake to CMake
|
||||
* add: add launcher action into .desktop file
|
||||
* fix: fix capture after pressing ctrl + S during textarea input
|
||||
* New stable release.
|
||||
|
||||
-- Boyuan Yang <byang@debian.org> Sun, 13 Sep 2020 19:33:20 -0400
|
||||
-- Boyuan Yang <byang@debian.org> Wed, 23 Sep 2020 20:39:29 -0400
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: flameshot
|
||||
Version: 0.8.0
|
||||
Version: 0.8.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Powerful yet simple to use screenshot software
|
||||
Summary(eu-ES): Potente pero simple de usar software de capturas
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
<project_license>GPL-3.0-or-later</project_license>
|
||||
<name>Flameshot</name>
|
||||
<releases>
|
||||
<release version="0.8" date="2020-09-23"/>
|
||||
<release version="0.8.1" date="2020-09-23"/>
|
||||
<release version="0.8.0" date="2020-09-19"/>
|
||||
</releases>
|
||||
<summary>Powerful and simple to use screenshot software</summary>
|
||||
<description>
|
||||
|
||||
Reference in New Issue
Block a user