Releases: jtheoof/swappy
Releases · jtheoof/swappy
v1.8.0
v1.7.1
v1.7.0
v1.5.1
1.5.0
1.5.0 (2022-11-18)
Features
- config: add early_exit option (60da549)
- config: allow paint_mode to be configured through config file (2f35f02)
- config: try to create
save_dirif it does not exist (4fb291a) - ui: allow filling rectangles and ellipsis (8ee55f7), closes #120
New Contributors
- @blurgyy made their first contribution in #123
- @SeppeSoete made their first contribution in #134
- @flowln made their first contribution in #136
Full Changelog: v1.4.0...v1.5.0
1.4.0
1.4.0 (2021-09-06)
Features
Bug Fixes
- desktop: remove annotation from desktop categories (0d383f6)
- desktop: various fixes (42425c0)
- i18n: add german translations to desktop file (c6b09e5)
- i18n: add turkish translation to desktop file (fa5769e)
- i18n: properly set translation domain during layout init (5301aeb), closes #92
- pixbuf: handle invalid input file (cdbd06d)
- pixbuf: handle overflow when filename_format is too long (185575b), closes #74
- po: update GETTEXT_PACKAGE value with project name (7fd552e)
- release: properly check sha256 remote content (91985c7), closes #90
1.3.1
1.3.0
1.3.0 (2021-02-18)
Features
- cli: add configure options for filename save (597f005)
- i18n: add brazilian portuguese translations (4a0eb82)
- i18n: add german translations (b4be847)
- i18n: add turkish translations (c8419da)
Bug Fixes
- application: unlink temp file coming from stdin (c24e56a), closes #80
- blur: optimize blur to only render after commit (27fcece)
- blur: rgb24 is properly handled (c04ed63)
- clipboard: wl-copy mimetype should be png (a931acb), closes #68
- notification: notification shows the image icon (eb53e5c)
- ui: adjust rendering surface with proper scaling (9b72571), closes #54
- ui: commit state before copying or saving (46e5854), closes #52
- ui: compute window sizes and buffers properly (5bcffdb), closes #56