Skip to content

Commit

Permalink
Update changelog and readme file #150
Browse files Browse the repository at this point in the history
  • Loading branch information
DamirPorobic committed Sep 25, 2019
1 parent f92ff5f commit 58f8908
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -69,3 +69,6 @@ perf.data*

# macos
.DS_Store

# other
.directory
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,7 @@
* New: Add shortcuts for taking screenshots. ([#161](https://github.com/DamirPorobic/kImageAnnotator/issues/161))
* New: Add Global HotKeys for Windows. ([#161](https://github.com/DamirPorobic/kImageAnnotator/issues/161))
* New: Add Global HotKeys for X11. ([#221](https://github.com/DamirPorobic/kImageAnnotator/issues/221))
* New: Provide option to use previous capture area. ([#150](https://github.com/DamirPorobic/kImageAnnotator/issues/150))
* New kImageAnnotator: Edit text box content. ([#51](https://github.com/DamirPorobic/kImageAnnotator/issues/51))
* Changed: Change copy icon. ([#157](https://github.com/DamirPorobic/kImageAnnotator/issues/157))
* Changed: Before discarding ask if user want save or not or cancel. ([#215](https://github.com/DamirPorobic/kImageAnnotator/issues/215))
Expand Down
15 changes: 8 additions & 7 deletions README.md
Expand Up @@ -13,6 +13,7 @@ for your screenshots.
Latest ksnip version contains following features:
* Supports Linux (X11 and experimental KDE and Gnome Wayland support), Windows and MacOS.
* Taking screenshot of a custom rectangular area that can be drawn with mouse cursor.
* Taking screenshot of last selected rectangular area without selecting again.
* Taking screenshot of the screen/monitor where the mouse cursor is currently located.
* Taking screenshot of full screen, including all screens/monitors.
* Taking screenshot of window that currently has focus.
Expand All @@ -31,13 +32,13 @@ Latest ksnip version contains following features:


# Supported Screenshot Types
| | Rect Area | Full Screen | Current Screen | Active Window | Window Under Cursor | Without Mouse Cursor |
| -------------|:---------:|:-----------:|:--------------:|:-------------:|:-------------------:|:--------------------:|
| X11 | X | X | X | X | | X |
| KDE Wayland | | X | X | | X | |
| Gnome Wayland| X | X | X | X | | X |
| Windows | X | X | X | X | | X |
| MacOS | X | X | X | | | |
| | Rect Area | Last Rect Area | Full Screen | Current Screen | Active Window | Window Under Cursor | Without Mouse Cursor |
| -------------|:---------:|:--------------:|:-----------:|:--------------:|:-------------:|:-------------------:|:--------------------:|
| X11 | X | X | X | X | X | | X |
| KDE Wayland | | | X | X | | X | |
| Gnome Wayland| X | X | X | X | X | | X |
| Windows | X | X | X | X | X | | X |
| MacOS | X | X | X | X | | | |


# Installing Binaries
Expand Down

0 comments on commit 58f8908

Please sign in to comment.