Skip to content

Commit

Permalink
Update changelog and screenshot in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DamirPorobic committed May 17, 2020
1 parent ce663a2 commit ce12be1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -18,6 +18,7 @@
* New: Run ksnip as single instance. ([#238](https://github.com/ksnip/ksnip/issues/238))
* New kImageAnnotator: Add option to translate UI. ([#54](https://github.com/ksnip/kImageAnnotator/issues/54))
* New kImageAnnotator: Saved image expand to include annotations out of border. ([#90](https://github.com/ksnip/kImageAnnotator/issues/90))
* New kImageAnnotator: Add support for stickers. ([#74](https://github.com/ksnip/kImageAnnotator/issues/74))
* Changed: Save As option was added and useInstantSave config was removed. ([#285](https://github.com/ksnip/ksnip/issues/285))
* Changed: Disable scroll down with zero value in timeout widget. ([#294](https://github.com/ksnip/ksnip/issues/294))
* Changed: Disable unsupported capture modes in settings. ([#322](https://github.com/ksnip/ksnip/issues/322))
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -32,7 +32,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)

set(QT_MIN_VERSION "5.7.1")

find_package(Qt5 ${QT_MIN_VERSION} REQUIRED Widgets Network Xml PrintSupport DBus)
find_package(Qt5 ${QT_MIN_VERSION} REQUIRED Widgets Network Xml PrintSupport DBus Svg)

if (WIN32)
find_package(Qt5 ${QT_MIN_VERSION} REQUIRED WinExtras)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ Version v1.7.0 - Work in Progress
Ksnip is a Qt based cross-platform screenshot tool that provides many annotation features
for your screenshots.

![Ksnip](https://i.imgur.com/coZ8ypl.png "Ksnip with annotations")
![Ksnip](https://imgur.com/boTBnmV.png "Ksnip with annotations")


# Features
Expand Down
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Expand Up @@ -151,6 +151,7 @@ target_link_libraries(ksnip
Qt5::Xml
Qt5::PrintSupport
Qt5::DBus
Qt5::Svg
kImageAnnotator
kColorPicker
)
Expand Down

0 comments on commit ce12be1

Please sign in to comment.