Skip to content

Releases: CTHRU/StickyPhotoWall

Version 1.3.0

28 Jan 13:02
d1b3bcd
Compare
Choose a tag to compare

Version 1.3.0

Solved issues

  • Updated code to work with conky version 1.12+ that uses a more recent Lua version.
  • Solved a nil error from Lua due to using deprecated call to unpack(). Changed to table.unpack().

Version 1.2.0

25 Aug 14:22
a8cc26d
Compare
Choose a tag to compare

New features and changes

  • Added support for cropping photos that are wider or higher than the frame. For documentation, please refer to the new optional crop parameter of draw_sticky_photo() explained in demo_photo_wall.lua. Closes #3.

Solved issues

  • Corrected typo in README file.

Version 1.1.0

23 Aug 10:24
917cd73
Compare
Choose a tag to compare

New features and changes

  • Added functionality to select a random (default) or specific tape image. Closes #7.

Solved issues

  • Corrected hyperlink in LICENSE file.

v1.0.1

11 Aug 15:27
4e266c2
Compare
Choose a tag to compare

Solved issues

  • Corrected example sticky_photo_wall.conky contents to be in accordance with installation instructions in README.
  • Corrected example autostart_sticky_photo_wall.sh contents to be in accordance with installation instructions in README.
  • Updated / improved readability of README, CODE_OF_CONDUCT and LICENSE files.

v1.0.0

10 Aug 16:51
Compare
Choose a tag to compare

Initial release