Releases: gabm/Satty
Releases · gabm/Satty
v0.14.0
This is the biggest release Satty has ever seen, thank you so much to all contributors 🎉
What's Changed
- add .direnv/ to .gitignore by @jacekpoz in #97
- add short cli option for --output-filename by @jacekpoz in #96
- add ellipse tool by @jacekpoz in #98
- fix Fith typo by @jacekpoz in #101
- add an option to fill shapes by @jacekpoz in #99
- turn rectangle into a square when shift is pressed by @jacekpoz in #100
- flake: remove numtide/flake-utils by @jacekpoz in #102
- Avoid importing nixpkgs and
with pkgs
in flake by @diniamo in #103 - fix typos by @kianmeng in #104
- feat: option to disable notifications by @danielwerg in #107
New Contributors
- @jacekpoz made their first contribution in #97
- @diniamo made their first contribution in #103
- @kianmeng made their first contribution in #104
- @danielwerg made their first contribution in #107
Full Changelog: v0.13.0...v0.14.0
v0.13.0
v0.12.1
What's Changed
- fix gnome dash running app icon by @GrzegorzKozub in #75
- Change /use to /usr in README by @00-kat in #79
- allow multiple instances to be run simultaneously by @gabm in #85
- Fix blur and resizing by @gabm in #86
- Fix build instructions by @00-kat in #87
- Fix blur offset by @gabm in #88
New Contributors
- @GrzegorzKozub made their first contribution in #75
- @00-kat made their first contribution in #79
Full Changelog: v0.12.0...v0.12.1
v0.12.0
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
v0.11.2
v0.11.1
v0.11.0
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