Skip to content

Releases: gabm/Satty

v0.12.1

30 May 12:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.12.1

v0.12.0

04 Apr 08:11
Compare
Choose a tag to compare

What's Changed

  • fix: When the text tool is active, undo does remove other drawables by @gabm in #67
  • feat: configurable font for text annotations by @ri-char in #68
  • feat: add highlighter tool by @DerpDays in #72
  • change: Use dbus notifications instead of toast overlay by @gabm in #73

New Contributors

Full Changelog: v0.11.3...v0.12.0

v0.11.3

20 Mar 07:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.2...v0.11.3

v0.11.2

04 Mar 11:33
Compare
Choose a tag to compare

What's Changed

  • Fix bug when reading images with stride unequal to width by @gabm in #60

Full Changelog: v0.11.1...v0.11.2

v0.11.1

28 Feb 11:28
Compare
Choose a tag to compare

What's Changed

  • Regression: fix coordinate remapping by @gabm in #58

Full Changelog: v0.11.0...v0.11.1

v0.11.0

27 Feb 20:21
Compare
Choose a tag to compare

What's Changed

  • Introduce OpenGL-based renderer by @gabm in #53

ATTENTION Packagers

This release drops the dependencies cairo and pango. At the same time it introduces new dependencies for libepoxy and libGL

Full Changelog: v0.10.0...v0.11.0

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