File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
+ ## Release 0.7.2
4
+ * Fixed: KeyInputHelperTest failed with QT_QPA_PLATFORM=offscreen. ([ #335 ] ( https://github.com/ksnip/kImageAnnotator/issues/335 ) )
5
+
3
6
## Release 0.7.1
4
7
* Fixed: Crash after pressing key when no tab exists or closing last tab. ([ #334 ] ( https://github.com/ksnip/kImageAnnotator/issues/334 ) )
5
8
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.5)
2
- project (kImageAnnotator LANGUAGES CXX VERSION 0.7.1 )
2
+ project (kImageAnnotator LANGUAGES CXX VERSION 0.7.2 )
3
3
4
4
set (CMAKE_CXX_STANDARD 17)
5
5
set (CMAKE_CXX_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change 1
1
# kImageAnnotator [ ![ Linux Build Status] [ github-badge-linux ]] [ github-url-linux ] [ ![ Windows Build Status] [ github-badge-windows ]] [ github-url-windows ] [ ![ Translation status] [ weblate-badge ]] [ weblate-url ]
2
2
Tool for annotating images
3
3
4
- Version 0.7.1
4
+ Version 0.7.2
5
5
6
6
![ kImageAnnotator] ( https://i.imgur.com/4vlPDUn.png " kImageAnnotator ")
7
7
You can’t perform that action at this time.
0 commit comments