We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db6d9a commit f787f45Copy full SHA for f787f45
CHANGELOG.md
@@ -0,0 +1,11 @@
1
+# 1.1.0
2
+
3
+* Adds aggressive caching to reduce rebuild times.
4
+ If you need to re-render images for any reason, remove the `.jekyll-cache` folder or change the `_config.yml` file.
5
6
+* Changes default quality to 85, and instead strips alls comments.
7
+ This results in better quality pictures with less size.
8
9
+# 1.0.0
10
11
+Initial Release
lib/cheesy-gallery/version.rb
@@ -2,5 +2,5 @@
# frozen_string_literal: true
module CheesyGallery
- VERSION = '1.0.0'
+ VERSION = '1.1.0'
end
0 commit comments