Revisions of flameshot

Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 23)
- Update to version 11.0.0
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 22)
- Update to version 0.11.0
  New Features
  * A config file checker has been implemented. If your config file
    contains error it will prompt to on how to fix them.
  * The on-screen help menu has been clarified and dynamically
    updates the hotkeys based on user defined hotkeys.
  * DBus is no longer required for CLI options.
  * Flameshot can now be run in "one off" mode which means the
    background systray component is now optional. See the CLI
    details below.
  * The CLI has been completely refactored. With the new
    architecture we added the following:
    + The man page has been rewritten to reflect all the new
      options.
    + CLI options are unified wherever possible. This means if an
      argument is added to "flameshot gui" it is also likely to be
      supported in "flameshot full".
    + --region is a new flag that allows users to specify the exact
      region to screenshot. It uses the same syntax as xrandr:
      WxH+x+y.
    + --accept-on-select This flag will save the image as soon as
      the mouse is released when selecting a region.
    + The CLI now supports pinning (--pin), uploading (--upload),
      and copying to clipboard (--clipboard).
  * The sidebar now shows the hexidecimal color value when the
    color picker is used.
  * The about screen lists system information and allows you to
    copy this for easy access in bug submission forms.
  * Every file format supported by your underlying system is now an
    option for file format when saving.
buildservice-autocommit accepted request 931621 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 21)
auto commit by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 20)
- Update to version 0.10.2
  * Maintenance release to fix annoying wayland related bugs
buildservice-autocommit accepted request 906416 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 19)
auto commit by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 18)
- Update to version 0.10.0
  Known Issues
  * Fractional scaling issues are not resolved. We are working
    with Qt upstream on this issue.
  * KDE Wayland requires modification to the Desktop file.
  New Features
  * Improved Wayland support on Gnome
    Behind the scenes we configure flameshot to automatically run
    on xcb. This significantly improves the wayland experience.
    This resolves issues with multimonitor setups and copying to
    the clipboard
  * Ability to run flameshot on Sway
  * New option to allow the the clipboard image to be a jpeg
    instead of a png. This may reduce bandwidth when pasting the
    image into chat or email clients.
  * New global shortcut menu. All actions hotkeys are fully
    customizable.
  * Ability to take "symmetric" selections by holding down the
    Shift key while resizing the selection.
  * The rectangle tool will now round the corners of the
    rectangles based on the current thickness.
  * All imgur uploads are now tracked in the "Upload History"
    menu. This makes it much easier to delete of images off imgur
    or find the upload link later.
  * New option for setting a "fixed save path". When this is
    enabled a user will no longer need to set the path for images
    that are saved.
  Fixes
  * Under certain circumstance the circle count could get set to
    the wrong number with large numbers of undo / redo. This has
buildservice-autocommit accepted request 875768 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 17)
auto commit by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 16)
- Update to version 0.9.0
  Known Issues
  * Fractional scaling issues are not resolved. We are working with
    Qt upstream on this issue.
  * KDE Wayland requires modification to the Desktop file.
  New Features
  * Improved Wayland support on Gnome
    + Behind the scenes we configure flameshot to automatically run
      on xcb. This significantly improves the wayland experience.
      This resolves issues with multimonitor setups and copying to
      the clipboard
  * Ability to run flameshot on Sway
  * New option to allow the the clipboard image to be a jpeg
    instead of a png. This may reduce bandwidth when pasting the
    image into chat or email clients.
  * New global shortcut menu. All actions hotkeys are fully
    customizable.
  * Ability to take "symmetric" selections by holding down the
    Shift key while resizing the selection.
  * The rectangle tool will now round the corners of the rectangles
    based on the current thickness.
  * All imgur uploads are now tracked in the "Upload History" menu.
    This makes it much easier to delete of images off imgur or find
    the upload link later.
  * New option for setting a "fixed save path". When this is
    enabled a user will no longer need to set the path for images
    that are saved.
  Fixes
  * Under certain circumstance the circle count could get set to
    the wrong number with large numbers of undo / redo. This has
buildservice-autocommit accepted request 842191 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 15)
auto commit by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 14)
- Update to version 0.8.5
  * Fixed Icon Regression
buildservice-autocommit accepted request 840959 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 13)
auto commit by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 12)
- Update to version 0.8.4
  * Renamed assets to match DBUS name for flathub support.
  * Fixed issue where theme was not applied to widgets.
  * Fixed issue where pixelate tool did not properly apply pixel
    size and was not symmetric horizontally and vertically.
  * Fixed visual artifact in pin to desktop in appimage release.
  * Fixed issue where CTRL + S did not save active text in text
    tool.
  * Imgur tool now opens in the center of the screen.
  * Translation Updates
    + Brazilian Portuguese
    + German
    + Korean
    + Basque
buildservice-autocommit accepted request 838594 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 11)
auto commit by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 10)
- Update to versin 0.8.3
  * Small bug fixes
buildservice-autocommit accepted request 837182 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 9)
auto commit by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 8)
- Update to version 0.8.1
  * Auto contrast on circle counter
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 7)
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 6)
- Update to version 0.8.0
  New Features
  * Fix capture after pressing ctrl + S during textarea input
  * Add translations
  * Allow enter key to copy image to clipboard
  * side panel: Add thickness slider
  * Add support for saving as JPG and BMP files.
  * Allow 45 degree adjustment for some tools
  * Add a basic launcher panel.
  * Add option to auto copy URL after upload
  * Add a circle counter tool.
  * Replace the blur tool with pixelate tool.
  * Convert buildsystem from QMake to CMake.
  Fixes
  * Exit non-zero when aborting with --raw.
  * Enable Pin and Text tool by default.
  * Fix the problem that moving or resizing does not affect
    screenshot.
  * Fix problem with re-enabling disabled tray icon.
  * Fix compilation problem against Qt 5.15.
- Drop not longer needed patches:
  * 0001-Fix-build-with-Qt-5.15.patch
  * 0001-utils-confighandler.cpp-Enable-Pin-and-Text-tool-by-.patch
  * desktop-files.patch
- Introduce zsh-completion subpackage
buildservice-autocommit accepted request 783075 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 5)
auto commit by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 4)
- Supplement against bash-completion, not bash
Displaying revisions 1 - 20 of 23
openSUSE Build Service is sponsored by