Skip to content

Releases: Helios-vmg/Borderless

Revision 2023-04-17

17 Apr 04:56
Compare
Choose a tag to compare

Improvements:

  • Added support for animated WebP files.
  • Added proper SVG support, thanks to resvg. (https://github.com/RazrFalcon/resvg)
  • Modified window behavior. Windows now remember the last place where the user manually moved them. This improves the behavior when the desktop configuration changes temporarily due to adding or removing monitors.

Revision 2022-04-14

14 Apr 18:55
Compare
Choose a tag to compare
  • Bugfixes.
  • Added autorotation modes based on screen and image ratio.
  • Increased in-memory image limit to 1 GiB.
  • Updated to Qt 6. The complete program is now smaller!

This release I've added a "noredist" installer build that doesn't include the MSVC runtime. This makes the installer more than 3x smaller, but the program may fail to start on computers that haven't already installed the runtime. If in doubt, get the regular, larger installer.

Revision v0.3.2

27 May 04:15
Compare
Choose a tag to compare
  • Added custom protocol support.
  • Switched configuration format back to JSON files.
  • Added ephemeral sessions. If you're using the "save application state function", just opening an image while the application is not running will not restore the last state. The state is only restored when directly running the application (e.g. by a desktop shortcut). Images opened while in an ephemeral session will not be restored next time.
  • Added transparent windows. Press F12 by default.
  • Added support for windows larger than the screen.
  • Fixed bug in image resize code.
  • Removed user filters.

Revision v0.3.1

11 Jan 05:22
Compare
Choose a tag to compare

New feature: multi-monitor support.

Revision v0.2.2

29 Jun 19:40
Compare
Choose a tag to compare

New feature: "save state on exit" setting.
FIX: An error message is displayed when an image that was deleted is attempted to open while restoring the last session.
FIX: GUI improvements on high-DPI displays.
FIX: Source package no longer includes the Git repository, thus making it lighter.

Revision v0.2.1

14 Jun 00:19
Compare
Choose a tag to compare
Merge branch 'devel-branch'

Release v0.2

13 Jun 01:04
Compare
Choose a tag to compare
v0.2.0

Merge branch 'devel-branch'