Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

flameshot-0.10.2-bp154.1.75 RPM for aarch64

From OpenSuSE Leap 15.4 for aarch64

Name: flameshot Distribution: SUSE Linux Enterprise 15 SP4
Version: 0.10.2 Vendor: openSUSE
Release: bp154.1.75 Build date: Thu May 12 03:18:55 2022
Group: Productivity/Graphics/Other Build host: obs-arm-9
Size: 2194607 Source RPM: flameshot-0.10.2-bp154.1.75.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/flameshot-org/flameshot#flameshot
Summary: Screenshot software
A program to capture screenshots.

Features:

 * Customizable appearance
 * Annotation and drawing tools
 * DBus interface
 * Export to file, web

Provides

Requires

License

GPL-3.0-only

Changelog

* Mon Nov 15 2021 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.10.2
    * Maintenance release to fix annoying wayland related bugs
* Mon Jul 26 2021 Avindra Goolcharan <avindra@opensuse.org>
  - Update to version 0.10.1
    * The ability to upload to imgur via a hotkey has been removed.
    - Many users accidentally hit the hotkey and uploaded sensitive data
    - Users could accidentally upload the entire desktop by hitting the
      upload key before a region was selection
    * Fixed segfault when parsing invalid config file
* Fri Jul 16 2021 Avindra Goolcharan <avindra@opensuse.org>
  - refetch tarball (changed from source)
  - cleanup 0.10.0 release notes
* Thu Jul 15 2021 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.10.0
    * known issue: fractional scaling issues We are working with Qt
      upstream on this issue.
    * known issue: KDE Wayland requires modification to the Desktop file.
    * change: close after capture removed due to lack of maintenance
    * feat: automatically run on xcb. This improves compatibility with
      Wayland, multimonitor setups and copy to clipboard
    * feat: save clipboard as jpeg instead of a png. May reduce
      bandwidth when pasting the image into chat or email clients.
    * feat: global shortcut menu. All actions hotkeys are fully
      customizable.
    * feat: "Symmetric" selections by holding Shift when resizing
    * feat: The rectangle tool will now round the corners of the
      rectangles based on the current thickness.
    * feat: 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.
    * feat: 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.
    * fix: Under certain circumstance the circle count could get set to
      the wrong number with large numbers of undo / redo. This has
      been fixed.
* Tue Mar 16 2021 Avindra Goolcharan <avindra@opensuse.org>
  - Update description with features and flameshot-org
* Sun Feb 28 2021 Martin Hauke <mardnh@gmx.de>
  - 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
      been fixed.
    * Close after capture has been removed. This feature was not well
      implemented and lead to numerous bugs.
* Fri Oct 16 2020 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.8.5
    * Fixed Icon Regression
* Sun Oct 11 2020 Martin Hauke <mardnh@gmx.de>
  - 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
* Tue Sep 29 2020 Martin Hauke <mardnh@gmx.de>
  - Update to versin 0.8.3
    * Small bug fixes
* Thu Sep 24 2020 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.8.1
    * Auto contrast on circle counter
* Tue Sep 22 2020 Martin Hauke <mardnh@gmx.de>
  - 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
* Fri Jun 05 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Add patch to fix build with Qt 5.15:
    * 0001-Fix-build-with-Qt-5.15.patch
* Mon Mar 09 2020 Martin Hauke <mardnh@gmx.de>
  - Supplement against bash-completion, not bash
* Sun Apr 07 2019 Martin Hauke <mardnh@gmx.de>
  - Add patch:
    * 0001-utils-confighandler.cpp-Enable-Pin-and-Text-tool-by-.patch
      Enables Pin and Text tool by default.
* Tue Aug 28 2018 aloisio@gmx.com
  - Update to version 0.6.0
    Features:
    * Allow systray customization with themes. Use
      "flameshot-tray" as the name of the icon.
    * Unification of the desktop file with actions.
    * Notification when screenshots are saved in the clipboard.
    * Use datetime as default name for pics.
    * Undo/Redo with Ctrl+z and Ctrl+Shift+z.
    * Add "Take Screenshot" option as menu item in the systray.
    * Add Side-Panel (open it with Space).
    * Add autostart to config flags.
    * Add Pin tool.
    * Filename: replace colons with dashes.
    * Add Text tool.
    * Delete Imgur image button after uploading it from the
      preview window.
    * Capture single screen:
      + flameshot screen (capture the screen containing the mouse)
      + flameshot screen -n 1 (capture the first screen).
    * Store settings colors in hexadecimal format.
    Fixes:
    * flameshot full -c shouldn't block the desktop.
    * Now you can overwrite exported configuration with the same
      name as a previous exports.
    * Fix flameshot --raw wait time with delay.
    * Fix negative selection geometry bug.
    * Improved hidpi support with some bugs fixed.
  - Refreshed desktop-files.patch
* Sat Feb 24 2018 avindra@opensuse.org
  - Bump to 0.5.1
    * Modal widgets doesn't prevent the start of a new capture
    * Better hidpi support
    * Tool buttons now don't go out of the screen
    * Use of native file dialog
    * Configurable opacity of the dark area outside the selection
    * Autostart app as a configuration option
    * Polish, french, georgian, chinese, turkish and rusian
      translations
    * Minor fixes
  - rebase desktop-files.patch
* Thu Dec 28 2017 jengelh@inai.de
  - Remove filler wording from description.
* Fri Dec 22 2017 avindra@opensuse.org
  - Bump to 0.5.0
    * Features
    - Blur tool
    - Bash completion
    - Add --raw flag: prints the raw bytes of the png after the capture
    - Catalan translation
    - Preview draw size on mouse pointer after tool selection
    - App Launcher tool: choose an app to open the capture
    - Configuration import, export and reset
    - Experimental Wayland support (Plasma & Gnome)
    - Debian package configuration
    * Accessibility
    - Capture selection resizable from any edge
    * Fixes
    - App version shown properly
    - cli wont break if you prepend gui, full and config arguments
      with a dash
    - Fix rare crash when creating a selection during a graphical
      capture
  - Build cleanup:
    * Remove unneeded service file
    * Use Qt macros for building and installing
    * Remove now unneeded .deskop file handling macros
  - Package bash completions
* Sun Sep 17 2017 aavindraa@gmail.com
  - Bump to 0.4.2 (hotfix release)
  - hotfix: persistent configuration wasn't handled correctly for new
    users, failing to set a "initiated" status flag in the
    configuration. That is used to let the program know if a new
    process of Flameshot is the first launch of the program.
* Thu Aug 17 2017 aavindraa@gmail.com
  - 0.4.0 release (https://github.com/lupoDharkael/flameshot/releases/tag/v0.4.0)
  - lint .spec file
* Tue Aug 15 2017 aavindraa@gmail.com
  - Package for the first time (with v0.3.0)

Files

/usr/bin/flameshot
/usr/share/applications/org.flameshot.Flameshot.desktop
/usr/share/dbus-1/interfaces/org.flameshot.Flameshot.xml
/usr/share/dbus-1/services/org.flameshot.Flameshot.service
/usr/share/flameshot
/usr/share/flameshot/translations
/usr/share/flameshot/translations/Internationalization_ca.qm
/usr/share/flameshot/translations/Internationalization_cs.qm
/usr/share/flameshot/translations/Internationalization_de_DE.qm
/usr/share/flameshot/translations/Internationalization_el.qm
/usr/share/flameshot/translations/Internationalization_es.qm
/usr/share/flameshot/translations/Internationalization_eu.qm
/usr/share/flameshot/translations/Internationalization_fr.qm
/usr/share/flameshot/translations/Internationalization_hu.qm
/usr/share/flameshot/translations/Internationalization_it_IT.qm
/usr/share/flameshot/translations/Internationalization_ja.qm
/usr/share/flameshot/translations/Internationalization_ka.qm
/usr/share/flameshot/translations/Internationalization_ko.qm
/usr/share/flameshot/translations/Internationalization_nb_NO.qm
/usr/share/flameshot/translations/Internationalization_nl.qm
/usr/share/flameshot/translations/Internationalization_nl_NL.qm
/usr/share/flameshot/translations/Internationalization_pl.qm
/usr/share/flameshot/translations/Internationalization_pt_BR.qm
/usr/share/flameshot/translations/Internationalization_ru.qm
/usr/share/flameshot/translations/Internationalization_sk.qm
/usr/share/flameshot/translations/Internationalization_sr_SP.qm
/usr/share/flameshot/translations/Internationalization_sv_SE.qm
/usr/share/flameshot/translations/Internationalization_tr.qm
/usr/share/flameshot/translations/Internationalization_uk.qm
/usr/share/flameshot/translations/Internationalization_zh_CN.qm
/usr/share/flameshot/translations/Internationalization_zh_HK.qm
/usr/share/flameshot/translations/Internationalization_zh_TW.qm
/usr/share/icons/hicolor/128x128/apps/flameshot.png
/usr/share/icons/hicolor/128x128/apps/org.flameshot.Flameshot.png
/usr/share/icons/hicolor/48x48/apps/flameshot.png
/usr/share/icons/hicolor/48x48/apps/org.flameshot.Flameshot.png
/usr/share/icons/hicolor/scalable/apps/flameshot.svg
/usr/share/icons/hicolor/scalable/apps/org.flameshot.Flameshot.svg
/usr/share/man/man1/flameshot.1.gz
/usr/share/metainfo/org.flameshot.Flameshot.metainfo.xml


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:20:47 2024