Skip to content

Releases: weclaw1/image-roll

2.1.0

07 Jul 21:10
Compare
Choose a tag to compare

Changes since last release:

  • fixed loading image on program start
  • reverted keep dark theme settings (app will follow system theme)
  • action buttons are laid out in the middle instead of taking whole space

2.0.1

06 Jul 22:21
Compare
Choose a tag to compare

Changes since last release:

  • fixed crop icon not following theme colors

2.0.0

05 Jul 23:48
Compare
Choose a tag to compare

Changes since last release:

  • updated to gtk4
  • improved performance
  • recreated ui in Cambalache
  • changed bottom toolbar
  • made all shortcuts global
  • application uses dark theme by default
  • updated dependencies

1.6.0

20 Feb 17:17
Compare
Choose a tag to compare

Changes since last release:

  • added file system access to mounted drives in flatpak
  • it is now possible to zoom with mouse scroll
  • added pinch-to-zoom, zooming on devices with touch screen is now much easier
  • menu option to set image as wallpaper
  • when image is deleted, the next image in the list is opened instead of random one
  • updated gtk-rs

1.5.0

01 Feb 17:35
Compare
Choose a tag to compare

Changes since last release:

  • notification is shown when file is moved to trash
  • images are sorted alphabetically
  • added quit accelerator (ctrl+q)
  • added fullscreen mode (activated by pressing F11)
  • image list is now loaded even if folder monitor cannot be obtained
  • added tests

1.4.1

11 Jan 17:28
Compare
Choose a tag to compare

Changes since last release:

  • remove trash-rs dependency and use trash operation from gtk-rs gio library, this should fix trashing files when the app is running inside a flatpak
  • upgrade to rust 2021 edition and update the versions of dependencies

1.4.0

21 Dec 22:56
Compare
Choose a tag to compare

Changes since last release:

  • added buttons tooltips
  • delete file button has .destructive-action class
  • updated trash-rs and other dependencies
  • added vim-like accelerators
  • app now remembers window size
  • fix process running in the background by properly destroying file_chooser
  • better file type detection (uses magic byte in addition to file extension), opening image files without extension should now work
  • fix for opening images on network shares

1.3.1

08 Aug 20:42
Compare
Choose a tag to compare

Changes since last release:

  • use label for preview size in order to fit the top bar on mobile devices
  • add 5% and 500% preview size

1.3.0

08 Aug 18:45
Compare
Choose a tag to compare

Changes since last release:

  • added accelerators (keyboard shortcuts) to most actions
  • bundle crop-symbolic icon because some distributions doesn't have it
  • added fit-screen button
  • added delete file button and the ability to move files to trash
  • added X-Purism-FormFactor to .desktop file so the application shows up in phosh

1.2.0

26 Jun 12:02
Compare
Choose a tag to compare

Changes since last release:

  • crop and resize icons use system symbolic icons
  • top bar now shows currently opened file name
  • changing image will now hide error panel if it is shown
  • update gtk-rs to 0.14.0