Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CTHRU authored Jan 28, 2024
1 parent b051ebb commit d1b3bcd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
All notable changes to this project are documented in this file.

## Release Notes
### 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
#### 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](./demo_photo_wall.lua). Closes #3.
Expand All @@ -26,4 +31,4 @@ All notable changes to this project are documented in this file.

### Version 1.0.0
#### New features and changes
- Initial release.
- Initial release.

0 comments on commit d1b3bcd

Please sign in to comment.