Releases: gabm/Satty
Releases · gabm/Satty
v0.10.0
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
- @FUFSoB made their first contribution in #48
- @mistgc made their first contribution in #45
- @Clareses made their first contribution in #52
Full Changelog: v0.9.0...v0.10.0
v0.9.0
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
- you can now add a configuration file to specify satty's settings under
Full Changelog: v0.8.3...v0.9.0
v0.8.3
Updating version to v0.8.3
v0.8.2
Merge pull request #32 from gabm/fix-release Release job does not succeed due to permission error
v0.8.1
v0.8.0
improvements
- add option to specify the copy-command for enhanced clipboard behavior on Wayland. Use as:
--copy-command wl-copy
to usewl-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