# 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.52 (2024-08-12)
### New Features
- allow use of a non numeric slug
### 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**
- Allow use of a non numeric slug (7fdd6ea)
## v0.1.51 (2024-08-11)
### New Features
- main program can now do the index functions
### Bug Fixes
- underflows are painful
- for publishing
- for publishing
- for publishing
### Commit Statistics
- 9 commits contributed to the release over the course of 7 calendar days.
- 104 days passed between releases.
- 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.51 (fffd69b)
- For publishing (f14d9ab)
- Bump bfom-lib v0.1.51 (ee68813)
- For publishing (4d9114f)
- Bump bfom-lib v0.1.51 (c4e3bd3)
- For publishing (34ae443)
- Bump bfom-lib v0.1.51, bfom v0.1.44 (f7eaeaf)
- Underflows are painful (fc1d954)
- Main program can now do the index functions (7454a07)
## v0.1.50 (2024-04-28)
### Bug Fixes
- can handle both types with this now
- now only cares if they are both OL
- now only cares if theya re both OL's
### 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.50, bfom-blog v0.1.21 (664e537)
- Can handle both types with this now (45ef8b1)
- Now only cares if they are both OL (8b6ef0a)
- Now only cares if theya re both OL's (7c6d04a)
## v0.1.49 (2024-04-28)
### Bug Fixes
- bit of a bodge to render lists correctly
### Commit Statistics
- 2 commits 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**
- Bump bfom-lib v0.1.49 (2ef52e1)
- Bit of a bodge to render lists correctly (5d1f75d)
## v0.1.48 (2023-09-24)
### Other
- I like having two spaces isntead of tabs
### Commit Statistics
- 2 commits contributed to the release.
- 145 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.47 (2023-05-02)
### Commit Statistics
- 2 commits contributed to the release.
- 17 days passed between releases.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Adjusting changelogs prior to release of bfom-lib v0.1.47 (d74f4d3)
- Lines with html tags preceded by whitespace were not getting identified correctly. (6adff9d)
## v0.1.46 (2023-04-15)
### New Features
- can now have quotes on strins in the frontmatter.
Should stop intellij yelling at me
- can now get certain blog entries to not show up on teh index
### 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.46, bfom-blog v0.1.18 (09e5fd8)
- Can now have quotes on strins in the frontmatter. (465b80e)
- Can now get certain blog entries to not show up on teh index (47f2132)
## v0.1.45 (2023-04-14)
### New Features
- can successfully format it into slides with ``----```between slides
- getting frontmatter to work better
- frontmatter can now accept slides as a parameter
### Bug Fixes
- set default of draft to false, had false positives
- add a class to the slides
- tidy this uo to be easier to understand and expandable
### Other
- clippy has some good ideas
### Commit Statistics
- 8 commits contributed to the release.
- 107 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.45, bfom v0.1.39, bfom-blog v0.1.17 (f118c44)
- Clippy has some good ideas (711df90)
- Set default of draft to false, had false positives (436e0b7)
- Add a class to the slides (b67447a)
- Can successfully format it into slides with ``----```between slides (8c1b9f4)
- Getting frontmatter to work better (22d4ab7)
- Frontmatter can now accept slides as a parameter (b267435)
- Tidy this uo to be easier to understand and expandable (f818b34)
## v0.1.44 (2022-12-28)
### Other
- fmt and clippy
- changed the fmt config to make stuff easier to read
### New Features
- will no longer render files with draft on tehm
- incorporate FrontMatter into teh basic convertor
- basic setup for FrontMatter complete
### Commit Statistics
- 6 commits contributed to the release.
- 198 days passed between releases.
- 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.44, bfom v0.1.38, bfom-blog v0.1.15 (0813d16)
- Fmt and clippy (c6e4c04)
- Will no longer render files with draft on tehm (d103780)
- Incorporate FrontMatter into teh basic convertor (c0a625f)
- Changed the fmt config to make stuff easier to read (355bfde)
- Basic setup for FrontMatter complete (798f4ce)
## v0.1.43 (2022-06-12)
### Bug Fixes
- was not updating teh inline text of lists properly
### Commit Statistics
- 2 commits contributed to the release.
- 72 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.43 (18b6047)
- Was not updating teh inline text of lists properly (6c6593e)
## v0.1.42 (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.41 (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.40 (2022-03-31)
### New Features
- can now copy over any filetyoe required while also excluding certain directories
- should be able to create lists without creating paragraps in them
### Bug Fixes
- minor change to bump
- bump the version
### Commit Statistics
- 5 commits contributed to the release over the course of 10 calendar days.
- 63 days passed between releases.
- 4 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.40, bfom-blog v0.1.4 (3cab792)
- Can now copy over any filetyoe required while also excluding certain directories (a757e76)
- Minor change to bump (8245d2f)
- Bump the version (dfe8f62)
- Should be able to create lists without creating paragraps in them (5e11805)
## v0.1.38 (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.37 (2022-01-27)
### Other
- going to ttry out teh docs from the tool
### Bug Fixes
- for bumping the package
- for bumping the package
- for bumping the package for testing
### Commit Statistics
- 8 commits contributed to the release over the course of 5 calendar days.
- 5 days passed between releases.
- 4 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-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.36 (2022-01-22)
### Other
- improved the formatting
### New Features
- split up the general conversion and my own blog, will allow me to customise the blog as much as I like
### Bug Fixes
- switching to 2021 seems to be fine
### Commit Statistics
- 6 commits contributed to the release.
- 124 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.36, bfom v0.1.35, bfom-blog v0.1.0 (efc92c2)
- Improved the formatting (cd87337)
- 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)
- Fmt (bfba0c4)
- Merge branch 'general_improvements' (9e0c312)
## v0.1.35 (2021-09-19)
### New Features
- added some basic tests
- split line_data into its own module
- successfully changed linetype to being an enum.
Overall this does make it far neater and intuitive.
- lists now work on teh new line type function/enum
- better fmt options
- first step into using enums
### Bug Fixes
- removed unused varible
- no longer using cargo release, now using cargo smart-release as it can handle modules with different versions easier
### Commit Statistics
- 9 commits contributed to the release over the course of 23 calendar days.
- 23 days passed between releases.
- 8 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Release bfom-lib v0.1.35 (01acb87)
- Added some basic tests (fbaab53)
- Removed unused varible (c7543a4)
- Split line_data into its own module (7b27b91)
- Successfully changed linetype to being an enum. (8a3e001)
- Lists now work on teh new line type function/enum (651dd23)
- Better fmt options (5bd5161)
- First step into using enums (bc21617)
- No longer using cargo release, now using cargo smart-release as it can handle modules with different versions easier (da426ba)
## v0.1.34 (2021-08-27)
### Test
- releasing updated lib
- bumping both subprojects
### New Features
- split out the converter even further
- split out the converter
### Bug Fixes
- a clean starting point for testing to resume on
- properly handle < and > in inline code blocks
- only do one tag
### Commit Statistics
- 13 commits contributed to the release over the course of 19 calendar days.
- 19 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**
- Release bfom-lib v0.1.34 (9e04fe9)
- Releasing updated lib (6e557b0)
- Test; bump to 33 for more testing of cargo workspaces (d9d16c2)
- A clean starting point for testing to resume on (78bf37f)
- Bumping both subprojects (f1624e1)
- V0.1.28 (c369692)
- Properly handle < and > in inline code blocks (ccd3b50)
- V0.1.27 (7ca6809)
- Split out the converter even further (3e4a4df)
- Split out the converter (ab42a61)
- V0.1.26 (d7cf1de)
- V0.1.25 (dfbaf00)
- Only do one tag (c6ac74b)
## v0.1.24 (2021-08-07)
### Other
- updated result
- updated all the readme's
### New Features
- centralising the use of cargo release
- split out the project into a lib and binary, each having their own dependencies
### Bug Fixes
- make sure each sub project has its own license files
### Commit Statistics
- 7 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**
- V0.1.24 (0e4f731)
- V0.1.23 (b4e9c92)
- Centralising the use of cargo release (7a4c8d9)
- Updated result (f24a63b)
- Updated all the readme's (dae8f92)
- Make sure each sub project has its own license files (6105645)
- Split out the project into a lib and binary, each having their own dependencies (1a78fee)