# 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.1.21 (2024-04-28)
### Other
- clippy
### Commit Statistics
- 1 commit contributed to the release.
- 216 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**
- Clippy (a85519c)
## v0.1.20 (2023-09-24)
### Other
- I like having two spaces isntead of tabs
### Commit Statistics
- 2 commits contributed to the release.
- 144 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**
- Bump bfom-lib v0.1.48, bfom v0.1.41, bfom-blog v0.1.20 (12301d7)
- I like having two spaces isntead of tabs (4ecc336)
## v0.1.19 (2023-05-02)
### Bug Fixes
- update both packages to use the fix from #4
### Commit Statistics
- 2 commits contributed to the release.
- 17 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**
- Bump bfom v0.1.40, bfom-blog v0.1.19 (35dcae0)
- Update both packages to use the fix from #4 (5a3f762)
## v0.1.18 (2023-04-15)
### New Features
- frontmatter now works for nestled blogs
- can now get certain blog entries to not show up on teh index
### Bug Fixes
- disallow empty titles
### Commit Statistics
- 4 commits contributed to the release.
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Bump bfom-lib v0.1.46, bfom-blog v0.1.18 (09e5fd8)
- Frontmatter now works for nestled blogs (9c93491)
- Can now get certain blog entries to not show up on teh index (47f2132)
- Disallow empty titles (a9c9612)
## v0.1.17 (2023-04-14)
### New Features
- added PowerPoint option to teh blog
- getting frontmatter to work better
### Other
- clippy has some good ideas
### Commit Statistics
- 4 commits contributed to the release.
- 107 days passed between releases.
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Bump bfom-lib v0.1.45, bfom v0.1.39, bfom-blog v0.1.17 (f118c44)
- Clippy has some good ideas (711df90)
- Added PowerPoint option to teh blog (5f47c11)
- Getting frontmatter to work better (22d4ab7)
## v0.1.16 (2022-12-28)
### Bug Fixes
- had accidently made it windows specific
### 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**
- Bump bfom-blog v0.1.16 (f8f27cf)
- Had accidently made it windows specific (bf59ba9)
## v0.1.15 (2022-12-28)
### Other
- fmt and clippy
- changed the fmt config to make stuff easier to read
### New Features
- can now render drafts locally while not letting them get published (still in teh repo though)
This will allow me to sync the in progress drafts between laptop and desktop
- will no longer render files with draft on tehm
- got the new format working
- basic setup for FrontMatter complete
### Bug Fixes
- aught to brorrow here
### Commit Statistics
- 8 commits contributed to the release.
- 59 days passed between releases.
- 7 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Bump bfom-lib v0.1.44, bfom v0.1.38, bfom-blog v0.1.15 (0813d16)
- Fmt and clippy (c6e4c04)
- Can now render drafts locally while not letting them get published (still in teh repo though) (74a30c3)
- Aught to brorrow here (9644df1)
- Will no longer render files with draft on tehm (d103780)
- Got the new format working (3573abb)
- Changed the fmt config to make stuff easier to read (355bfde)
- Basic setup for FrontMatter complete (798f4ce)
## v0.1.14 (2022-10-30)
### New Features
- can now handle multiple blog sources
- new option to use a htmlk file teh same name as teh folder its in
### Commit Statistics
- 3 commits contributed to the release.
- 91 days 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**
- Bump bfom-blog v0.1.14 (6e10980)
- Can now handle multiple blog sources (3dd03e4)
- New option to use a htmlk file teh same name as teh folder its in (845b957)
## v0.1.13 (2022-07-30)
### New Features
- added new col
### Bug Fixes
- reverse the table so the newest is at teh top
### Commit Statistics
- 3 commits contributed to the release.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Bump bfom-blog v0.1.13 (401b7ea)
- Reverse the table so the newest is at teh top (a5a4b80)
- Added new col (e09fdb9)
## v0.1.12 (2022-07-30)
### New Features
- blog should be able to deal with negative numbers now
### Bug Fixes
- better handlign of blog titles
- properly set teh first and last pages
### Commit Statistics
- 4 commits contributed to the release over the course of 36 calendar days.
- 47 days passed between releases.
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Bump bfom-blog v0.1.12 (8ad0c0c)
- Blog should be able to deal with negative numbers now (49ba94c)
- Better handlign of blog titles (960bca6)
- Properly set teh first and last pages (8c53644)
## v0.1.11 (2022-06-12)
### New Features
- better handling of spacing and quotes
### Commit Statistics
- 2 commits contributed to the release.
- 3 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**
- Bump bfom-blog v0.1.11 (0be4d0f)
- Better handling of spacing and quotes (dc9dbf7)
## v0.1.10 (2022-06-09)
### Bug Fixes
- the blogs apths were off
### 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**
- Bump bfom-blog v0.1.10 (f2a4f7c)
- The blogs apths were off (3db4687)
## v0.1.9 (2022-06-09)
### Bug Fixes
- fix up the templates again
### 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**
- Bump bfom-blog v0.1.9 (3762580)
- Fix up the templates again (57f02c3)
## v0.1.8 (2022-06-09)
### Bug Fixes
- was not usign teh correct paths
### 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**
- Bump bfom-blog v0.1.8 (0092f2b)
- Was not usign teh correct paths (27188c8)
## v0.1.7 (2022-06-09)
### Other
- clippy and fmt
### New Features
- can now generate the blog index from teh posts
- now getting the name and date freom teh page themselves
### Commit Statistics
- 4 commits contributed to the release.
- 68 days passed between releases.
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Bump bfom-blog v0.1.7 (e9b9c32)
- Clippy and fmt (7030ecc)
- Can now generate the blog index from teh posts (eb55da7)
- Now getting the name and date freom teh page themselves (57d3b39)
## v0.1.6 (2022-04-01)
### Bug Fixes
- now copies all files except for those forbidden
### 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**
- Bump bfom-lib v0.1.42, bfom-blog v0.1.6 (6a2b6da)
- Now copies all files except for those forbidden (2401417)
## v0.1.5 (2022-04-01)
### Other
- fmt and clippy
### New Features
- modified to accept range of filetypes
### Commit Statistics
- 3 commits contributed to the release.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Bump bfom-lib v0.1.41, bfom-blog v0.1.5 (6d12b58)
- Fmt and clippy (1fbfe10)
- Modified to accept range of filetypes (42eaa85)
## v0.1.4 (2022-03-31)
### New Features
- can now copy over any filetyoe required while also excluding certain directories
### Commit Statistics
- 2 commits contributed to the release.
- 63 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**
- Bump bfom-lib v0.1.40, bfom-blog v0.1.4 (3cab792)
- Can now copy over any filetyoe required while also excluding certain directories (a757e76)
## v0.1.3 (2022-01-27)
### Bug Fixes
- fixing some formatting
### 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**
- Bump bfom-lib v0.1.38, bfom v0.1.37, bfom-blog v0.1.3 (d9f4f61)
- Fixing some formatting (492b7ba)
## v0.1.2 (2022-01-27)
### Bug Fixes
- manually bumping
- for bumping
- for bumping the package
- for bumping the package
- for bumping the package for testing
### Commit Statistics
- 9 commits contributed to the release.
- 5 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Bump bfom-lib v0.1.37, bfom v0.1.36, bfom-blog v0.1.2 (eaf2e2a)
- For bumping the package for testing (73c430c)
- Bump bfom-lib v0.1.37, bfom v0.1.36, bfom-blog v0.1.2 (b92d078)
- For bumping the package (7972d63)
- Bump bfom-lib v0.1.37, bfom v0.1.36, bfom-blog v0.1.2 (dade144)
- For bumping the package (dbc2ffb)
- Bump bfom-blog v0.1.2 (6e5f4f8)
- Manually bumping (228ceb2)
- For bumping (0e2d48e)
## v0.1.1 (2022-01-27)
### Other
- going to ttry out teh docs from the tool
### Bug Fixes
- the back and forward buttons stay on teh current pager by using #
### Commit Statistics
- 4 commits contributed to the release over the course of 5 calendar days.
- 5 days 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**
- Bump bfom-blog v0.1.1 (097e1a8)
- The back and forward buttons stay on teh current pager by using # (6605d48)
- Bump bfom-lib v0.1.37, bfom v0.1.36, bfom-blog v0.1.1 (4a70751)
- Going to ttry out teh docs from the tool (71e3a84)
## v0.1.0 (2022-01-22)
### Other
- improved the formatting
### New Features
- now has pagination on the blog
- now can handle teh replacements with respect to teh template type
- adapted to have easier subdirectories
- split up the general conversion and my own blog, will allow me to customise the blog as much as I like
- created new sub dir in teh project, specifically for my own blog
### Bug Fixes
- better handling of blogs and templates
- switching to 2021 seems to be fine
### Commit Statistics
- 9 commits contributed to the release.
- 8 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Bump bfom-lib v0.1.36, bfom v0.1.35, bfom-blog v0.1.0 (efc92c2)
- Improved the formatting (cd87337)
- Now has pagination on the blog (09eec87)
- Now can handle teh replacements with respect to teh template type (890dcd8)
- Better handling of blogs and templates (82c47a4)
- Adapted to have easier subdirectories (e8d0873)
- Switching to 2021 seems to be fine (4a96393)
- Split up the general conversion and my own blog, will allow me to customise the blog as much as I like (76709b5)
- Created new sub dir in teh project, specifically for my own blog (762b9fa)