Skip to content

Releases: gabm/Satty

v0.10.0

23 Feb 12:05
Compare
Choose a tag to compare

What's Changed

  • save after copy by @FUFSoB in #48
  • improve rendering performance @gabm in #43
  • add support for toggling visibility of toolbars by @mistgc in #45
  • add support for non-latin alphabet input by @Clareses in #54

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

13 Feb 04:48
Compare
Choose a tag to compare

What's Changed

  • Add install instructions for alpine by @gabm in #40
  • introduce configuration file by @gabm in #38
    • you can now add a configuration file to specify satty's settings under XDG_CONFIG_DIR/satty/config.toml
    • every setting is available as a config-file entry and as a command-line flag. If both are specified, the command-line will take precedence. If none are specified, the default behaviour is chosen.
    • the output filename can now contain format specifiers, so that filenames can be generated based on local time: https://docs.rs/chrono/latest/chrono/format/strftime/index.html
      • output-filename = "/tmp/test-%Y-%m-%d_%H:%M:%S.png"
    • added a new annotation-size-factor = 2 setting that scales the annotation sizes by a factor

Full Changelog: v0.8.3...v0.9.0

v0.8.3

27 Dec 10:51
Compare
Choose a tag to compare
Updating version to v0.8.3

v0.8.2

06 Dec 11:43
644419d
Compare
Choose a tag to compare
Merge pull request #32 from gabm/fix-release

Release job does not succeed due to permission error

v0.8.1

05 Dec 12:42
Compare
Choose a tag to compare

Improvements

  • improve error handling
  • fix cargo lock file, #27

v0.8.0

04 Dec 10:49
Compare
Choose a tag to compare

improvements

  • add option to specify the copy-command for enhanced clipboard behavior on Wayland. Use as: --copy-command wl-copy to use wl-copy for handling the clipboard
  • added Gentoo package, see #17. Thanks @MrDuartePT
  • added option to select the initial tool, see #22. Thanks @TD-Sky
  • improved Makefile, see #16. Thanks @RobertMueller2

v0.7.0

17 Nov 12:01
Compare
Choose a tag to compare

Improvements

  • added snapping with SHIFT for line and arrow tool
  • fixed color inversion when saving
  • fixed tooltip
  • improved make install, by @RobertMueller2 (#16).

v0.6.0

13 Nov 14:05
Compare
Choose a tag to compare

Improvements

  • add more output when saving to file
  • add brush tool

v0.5.0

09 Nov 09:40
Compare
Choose a tag to compare

Improvements

  • added custom color dialog, #12
  • added possibility to deselct any tool, #12

v0.4.0

07 Nov 08:28
Compare
Choose a tag to compare

Improvements

  • better packaging support through Makefile
  • added Cargo.lock file to allow packaging for NixOS, #13
  • added .desktop file and brand-new logo, #10, #11