Skip to content
Tags give the ability to mark specific points in history as being important
  • bfom-blog-v0.1.20
    ### Other
    
     - I like having two spaces isntead of tabs
    
    ### Commit Statistics
    
     - 1 commit 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
    
     * **Uncategorized**
        - I like having two spaces isntead of tabs (4ecc336)
  • bfom-lib-v0.1.48
    ### Other
    
     - I like having two spaces isntead of tabs
    
    ### Commit Statistics
    
     - 1 commit 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
    
     * **Uncategorized**
        - I like having two spaces isntead of tabs (4ecc336)
  • bfom-v0.1.41
    ### New Features
    
     - better handling of general powerpoints
    
    ### Commit Statistics
    
     - 1 commit 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
    
     * **Uncategorized**
        - Better handling of general powerpoints (3402f40)
  • bfom-blog-v0.1.19
    ### Bug Fixes
    
     - update both packages to use the fix from #4
    
    ### Commit Statistics
    
     - 1 commit 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
    
     * **Uncategorized**
        - Update both packages to use the fix from #4 (5a3f762)
  • bfom-v0.1.40
    ### Bug Fixes
    
     - update both packages to use the fix from #4
    
    ### Commit Statistics
    
     - 1 commit 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
    
     * **Uncategorized**
        - Update both packages to use the fix from #4 (5a3f762)
  • bfom-lib-v0.1.47
    ### Commit Statistics
    
     - 1 commit 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
    
     * **Uncategorized**
        - Lines with html tags preceded by whitespace were not getting identified correctly. (6adff9d)
  • bfom-blog-v0.1.18
    ### 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
    
     - 3 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
    
     * **Uncategorized**
        - 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)
  • bfom-lib-v0.1.46
    ### 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
    
     - 2 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
    
     * **Uncategorized**
        - Can now have quotes on strins in the frontmatter. (465b80e)
        - Can now get certain blog entries to not show up on teh index (47f2132)
  • bfom-blog-v0.1.17
    ### New Features
    
     - added PowerPoint option to teh blog
     - getting frontmatter to work better
    
    ### Other
    
     - clippy has some good ideas
    
    ### Commit Statistics
    
     - 3 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
    
     * **Uncategorized**
        - Clippy has some good ideas (711df90)
        - Added PowerPoint option to teh blog (5f47c11)
        - Getting frontmatter to work better (22d4ab7)
  • bfom-lib-v0.1.45
    ### 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
    
     - 7 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
    
     * **Uncategorized**
        - 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)
  • bfom-v0.1.39
    ### New Features
    
     - css and js for slides is now built in, maybe not the best way to do it but good enough
     - getting frontmatter to work better
    
    ### Bug Fixes
    
     - reduced the complexity of the default html
    
    ### Other
    
     - clippy has some good ideas
    
    ### Commit Statistics
    
     - 4 commits contributed to the release.
     - 107 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
    
     * **Uncategorized**
        - Clippy has some good ideas (711df90)
        - Css and js for slides is now built in, maybe not the best way to do it but good enough (a1ade11)
        - Reduced the complexity of the default html (299c22a)
        - Getting frontmatter to work better (22d4ab7)
  • bfom-blog-v0.1.16
    f8f27cf2 · Bump bfom-blog v0.1.16 ·
    ### Bug Fixes
    
     - had accidently made it windows specific
    
    ### Commit Statistics
    
     - 1 commit contributed to the release.
     - 1 commit where understood as [conventional](https://www.conventionalcommits.org).
     - 0 issues like '(#ID)' where seen in commit messages
    
    ### Commit Details
    
     * **Uncategorized**
        - had accidently made it windows specific (bf59ba9)
  • bfom-blog-v0.1.15
    ### 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
    
     - 7 commits contributed to the release.
     - 7 commits where understood as [conventional](https://www.conventionalcommits.org).
     - 0 issues like '(#ID)' where seen in commit messages
    
    ### Commit Details
    
     * **Uncategorized**
        - 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)
  • bfom-lib-v0.1.44
    ### New Features
    
     - will no longer render files with draft on tehm
     - incorporate FrontMatter into teh basic convertor
     - basic setup for FrontMatter complete
    
    ### Commit Statistics
    
     - 5 commits contributed to the release.
     - 5 commits where understood as [conventional](https://www.conventionalcommits.org).
     - 0 issues like '(#ID)' where seen in commit messages
    
    ### Commit Details
    
     * **Uncategorized**
        - 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)
  • bfom-v0.1.38
    ### New Features
    
     - incorporate FrontMatter into teh basic convertor
     - basic setup for FrontMatter complete
    
    ### Commit Statistics
    
     - 4 commits contributed to the release.
     - 4 commits where understood as [conventional](https://www.conventionalcommits.org).
     - 0 issues like '(#ID)' where seen in commit messages
    
    ### Commit Details
    
     * **Uncategorized**
        - fmt and clippy (c6e4c04)
        - incorporate FrontMatter into teh basic convertor (c0a625f)
        - changed the fmt config to make stuff easier to read (355bfde)
        - basic setup for FrontMatter complete (798f4ce)
  • bfom-blog-v0.1.14
    6e109802 · Bump bfom-blog v0.1.14 ·
    ### 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
    
     - 2 commits contributed to the release.
     - 2 commits where understood as [conventional](https://www.conventionalcommits.org).
     - 0 issues like '(#ID)' where seen in commit messages
    
    ### Commit Details
    
     * **Uncategorized**
        - can now handle multiple blog sources (3dd03e4)
        - new option to use a htmlk file teh same name as teh folder its in (845b957)
  • bfom-blog-v0.1.13
    401b7ea1 · Bump bfom-blog v0.1.13 ·
    ### New Features
    
     - added new col
    
    ### Bug Fixes
    
     - reverse the table so the newest is at teh top
    
    ### Commit Statistics
    
     - 2 commits contributed to the release.
     - 2 commits where understood as [conventional](https://www.conventionalcommits.org).
     - 0 issues like '(#ID)' where seen in commit messages
    
    ### Commit Details
    
     * **Uncategorized**
        - reverse the table so the newest is at teh top (a5a4b80)
        - added new col (e09fdb9)
  • bfom-blog-v0.1.12
    8ad0c0c9 · Bump bfom-blog v0.1.12 ·
    ### 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
    
     - 3 commits contributed to the release over the course of 36 calendar days.
     - 3 commits where understood as [conventional](https://www.conventionalcommits.org).
     - 0 issues like '(#ID)' where seen in commit messages
    
    ### Commit Details
    
     * **Uncategorized**
        - 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)
  • bfom-lib-v0.1.43
    18b60473 · Bump bfom-lib v0.1.43 ·
    ### Bug Fixes
    
     - was not updating teh inline text of lists properly
    
    ### Commit Statistics
    
     - 1 commit contributed to the release.
     - 1 commit where understood as [conventional](https://www.conventionalcommits.org).
     - 0 issues like '(#ID)' where seen in commit messages
    
    ### Commit Details
    
     * **Uncategorized**
        - was not updating teh inline text of lists properly (6c6593e)
  • bfom-blog-v0.1.11
    0be4d0f8 · Bump bfom-blog v0.1.11 ·
    ### New Features
    
     - better handling of spacing and quotes
    
    ### Commit Statistics
    
     - 1 commit contributed to the release.
     - 1 commit where understood as [conventional](https://www.conventionalcommits.org).
     - 0 issues like '(#ID)' where seen in commit messages
    
    ### Commit Details
    
     * **Uncategorized**
        - better handling of spacing and quotes (dc9dbf7)