Skip to content

Commit b826540

Browse files
committed
Update changelog and finish up release
1 parent 7308537 commit b826540

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* Fixed: Resizing window to match content doesn't work on opening first image/screenshot. ([#664](https://github.com/ksnip/ksnip/issues/664))
88
* Fixed: HiDPI issue with multiple screen on Windows. ([#668](https://github.com/ksnip/ksnip/issues/668))
99
* Fixed: Cursor not captured in rectangle capture. ([#670](https://github.com/ksnip/ksnip/issues/670))
10+
* Changed: Migrate CI from Travic-CI to GitHub Action. ([#676](https://github.com/ksnip/ksnip/issues/676))
1011
* Fixed kImageAnnotator: Crashes on destruction. ([#242](https://github.com/ksnip/kImageAnnotator/issues/242))
1112
* Fixed kImageAnnotator: Memory leaks caught by ASAN. ([#243](https://github.com/ksnip/kImageAnnotator/issues/243))
1213
* Changed kImageAnnotator: Use system font provided by QGuiApplication as default for text tool. ([#247](https://github.com/ksnip/kImageAnnotator/issues/247))

desktop/org.ksnip.ksnip.appdata.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<update_contact>damir.porobic@gmx.com</update_contact>
8585
<content_rating type="oars-1.0" />
8686
<releases>
87-
<release type="stable" version="1.9.1" date="2021-06-20T00:00:00Z">
87+
<release type="stable" version="1.9.1" date="2021-09-13T00:00:00Z">
8888
<description>
8989
<ul>
9090
<li>Fixed: MacOS package damaged and not starting.</li>
@@ -93,6 +93,7 @@
9393
<li>Fixed: Resizing window to match content doesn't work on opening first image/screenshot.</li>
9494
<li>Fixed: HiDPI issue with multiple screen on Windows.</li>
9595
<li>Fixed: Cursor not captured in rectangle capture.</li>
96+
<li>Changed: Migrate CI from Travic-CI to GitHub Action.</li>
9697
<li>Fixed kImageAnnotator: Crashes on destruction.</li>
9798
<li>Fixed kImageAnnotator: Memory leaks caught by ASAN.</li>
9899
<li>Changed kImageAnnotator: Use system font provided by QGuiApplication as default for text tool.</li>

snap/snapcraft.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,15 @@ parts:
5353
snapcraftctl set-version $(cat CMakeLists.txt | grep project\(ksnip | cut -d" " -f5 | cut -d")" -f1)
5454
kimageannotator:
5555
source: https://github.com/ksnip/kImageAnnotator.git
56+
source-tag: v0.5.2
5657
plugin: cmake
5758
after:
5859
- kcolorpicker
5960
configflags:
6061
- -DCMAKE_FIND_ROOT_PATH=/snap/kde-frameworks-5-core18-sdk/current;/snap/kcolorpicker/current
6162
kcolorpicker:
6263
source: https://github.com/ksnip/kColorPicker.git
64+
source-tag: v0.1.6
6365
plugin: cmake
6466
configflags:
6567
- -DCMAKE_FIND_ROOT_PATH=/snap/kde-frameworks-5-core18-sdk/current

0 commit comments

Comments
 (0)