# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## v0.2.5 (2024-09-25)
### Chore
- upgrade to libwebnovel v0.9.1
### Commit Statistics
- 1 commit contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Upgrade to libwebnovel v0.9.1 (5d02786)
## v0.2.4 (2024-09-25)
### New Features
- upgrade to libwebnovel v0.9.0, bringing lightnovelworld support
### Commit Statistics
- 2 commits contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Release libwebnovel-storage v0.2.4 (84a5da0)
- Upgrade to libwebnovel v0.9.0, bringing lightnovelworld support (c66ab6e)
## v0.2.3 (2024-09-25)
### New Features
- improvements to chapter update iterator
Implement ExactSizeIterator for ChapterUpdateIterator and return the chapter's title.
### Commit Statistics
- 2 commits contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Release libwebnovel-storage v0.2.3 (1d3f792)
- Improvements to chapter update iterator (d2d0398)
## v0.2.2 (2024-09-24)
### Bug Fixes
- fix incorrect novel initialization when deserializing frow novel config
### Commit Statistics
- 2 commits contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Release libwebnovel-storage v0.2.2 (e10e661)
- Fix incorrect novel initialization when deserializing frow novel config (9150828)
## v0.2.1 (2024-09-24)
### Bug Fixes
- fix issues with local path handling
### Commit Statistics
- 2 commits contributed to the release.
- 6 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Release libwebnovel-storage v0.2.1 (81a1ef9)
- Fix issues with local path handling (c7fb14f)
## v0.2.0 (2024-09-17)
### Chore
- Update README.md
### Chore
- Update README.md
### New Features
- Major Refactoring
This commit introduces major API changes. The arching goal is to give more control and freedom to the callers, with a split of methods that were previously one.
Also adds cover url downloads because why not.
### Commit Statistics
- 3 commits contributed to the release.
- 1 day passed between releases.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Release libwebnovel-storage v0.2.0 (6864e70)
- Update README.md (f55f428)
- Major Refactoring (6dc0516)
## v0.1.1 (2024-09-15)
### Chore
- bump version
- add Changelog
- add ide files to gitignore
- Update README.md
- add pre-commit config file
### Documentation
- fix incorrect code example
### Commit Statistics
- 8 commits contributed to the release.
- 6 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Release libwebnovel-storage v0.1.1 (23adb7a)
- Bump version (1e1b8c2)
- Add Changelog (32dd5fa)
- Add ide files to gitignore (9adbba5)
- Update README.md (ad426ce)
- Fix incorrect code example (562d759)
- Add pre-commit config file (fb92291)
- Initial Release (d92317c)
## v0.1.0 (2024-09-15)
### Chore
- add ide files to gitignore
- Update README.md
- add pre-commit config file
### Documentation
- fix incorrect code example