Skip to content

Commit

Permalink
Merge pull request #139 from corenting/fix/fix-galleries-without-capt…
Browse files Browse the repository at this point in the history
…ions

fix: fix gallery without captions
  • Loading branch information
corenting authored Feb 21, 2024
2 parents 4512a51 + 378bad5 commit bf2ca5a
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 102 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.8.1

- Fix galleries without captions

# Version 0.8.0

- Add layout settings to toggle between the existing wide layout or a more compact and centered layout. Thanks to [ValiumBear](https://github.com/ValiumBear) for the [suggestion](https://github.com/corenting/eddrit/issues/133)
Expand Down
2 changes: 1 addition & 1 deletion eddrit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from eddrit import config

__version__ = "0.8.0"
__version__ = "0.8.1"

logger.remove()
logger.add(sys.stderr, level=config.LOG_LEVEL)
Loading

0 comments on commit bf2ca5a

Please sign in to comment.