Skip to content

Releases: someodd/bore

v0.35.0.0

18 Feb 02:58
Compare
Choose a tag to compare

Changelog

I try to only note changes you may actually notice as a
user in the changelog.

Unreleased

0.35.0.0 - 2025-02-17

Changed

  • for archiving to jekyll (phlog), put "original content" link at bottom of post instead

Fixed

  • URI for the "original content in gopherspace" for porting to jekyll

0.34.0.0 - 2025-02-17

Added

  • draft rule is now adhered to for skipping phlog posts in certain contexts
  • command to archive phlog posts to jekyll format

0.29.0.0 - 2024-12-30

Changed

  • Phlog index links to display LESS info so it's more readable

0.28.0.0 - 2024-12-30

Added

  • Markdown link footnotes and images are now transformed into the appropriate kind of
    gopher menu item type if the article is being rendered as a menu

0.27.0.0 - 2024-12-20

Added

  • Markdown links (for wrapping) are now transformed into footnotes

0.26.0.0 - 2024-12-18

Changed

  • Prepping for Markdown/phlog post system (the word wrapping now uses this system, you may
    notice some changes)

0.25.0.0 - 2024-12-17

  • Kind of less hacky Markdown wordwrapping in templating, less buggy

0.24.0.0 - 2024-12-17

Added

  • Hacky markdown wordwrapping in templating

0.23.0.0 - 2024-12-13

Added

  • You can now inherit frontmatter from parent templates
  • Wordwrapping lambdas for mustache
  • templates/post.txt is now default for templates!

Fixed

  • Some edge case(s) of runtime error due to unsafe maximum when using some things like
    figlet or containerize

0.22.0.0 - 2024-11-19

Fixed

  • Selector highlighting in search

0.21.0.0 - 2024-11-04

Lots of behind-the-scenes stuff.

Changed/Fixed

  • Search results are more picky and penalize against large distances for the keyword
    proximity score

0.20.0.0 - 2024-10-29

Changed

  • New under-the-hood tweaks that I consider significant, like formal verification of part
    of the search algo

0.19.0.0 - 2024-10-25

Changed

  • Search algo now "better" ranks proximity and also is stricter about fuzzy matches
    influencing score and some other stuff I forget, could maybe even be considered a
    "fix"

0.18.0.0 - 2024-10-23

Changed

  • Search results/file ranking algorithm should hopefully be way better now

0.17.0.0 - 2024-10-23

Changed

  • (hopefully) enhanced file ranking algorithm for search

0.16.0.0 - 2024-10-23

Fixed

  • Fix search result determination of item type

0.15.0.0 - 2024-10-22

Phlogging!

Changed

  • Phlog post order on menu indexes is now descending (older as you go on)
  • Phlog post entries on menu indexes reformatted

0.14.0.0 - 2024-10-22

Fixed

  • Search result paths

0.13.0.0 - 2024-10-22

Fixed

  • Search functionality now uses the correct paths for source and output directories

0.12.0.0 - 2024-10-22

Added

  • Search functionality: search on /search with the watchServe daemon

0.11.0.0 - 2024-10-11

Fixed

  • You can now reference 'tags' frontmatter in template (as a list)

0.10.0.0 - 2024-10-09

Fixed

  • Tag link errors for indexes. I'm being lazy and not testing.

0.9.0.0 - 2024-10-09

Fixed

  • Minor phlog index link errors

0.8.0.0 - 2024-10-09

Fixed

  • Fixed phlog index links

0.7.0.0 - 2024-10-09

Added

  • Buffed-up the indexes so they actually link to the tag indexes, atom feed, and main index.

Changed

  • You can no longer mark a post as a phlog post with FrontMatter. Now you must place it in
    the phlog/ directory. All indexes and phlog posts are also output to the phlog/ directory.
    Tag indexes will go in phlog/tags.

0.6.0.0 - 2024-10-07

Fixed

  • Fix creating directories that have the name of the file name it's copying for every file
    to simply be copied, not parsed (and fix up the directory creation logic in general for
    some related things)

0.5.0.0 - 2024-10-07

Fixed

  • Was attempting to parse directories as files just because they matched the parseable file whitelist

0.4.0.0 - 2024-10-07

Removed/Changed

  • .parseable.gophermap removed, because .gophermaps are now parseable by default

Fixed

  • Old behavior leftover which used to generate .gophermap to .gophermap/.gophermap

0.3.0.0 - 2024-10-07

Gearing up for server daemon.

Added

  • output directory gets wiped before building to output
  • special assets directory which doesn't get wiped

Removed

  • No more root specification in the bore.toml, this is
    simply derived from either --output or the default.

0.2.0.0 - 2024-10-07

Added

  • CLI options to just build or watch and serve. You can also override the source and
    output directories.

0.1.0.0 - 2024-10-06

Added

  • Initial release

v0.34.0.0

18 Feb 02:45
Compare
Choose a tag to compare

Changelog

I try to only note changes you may actually notice as a
user in the changelog.

Unreleased

0.34.0.0 - 2025-02-17

Added

  • draft rule is now adhered to for skipping phlog posts in certain contexts
  • command to archive phlog posts to jekyll format

0.29.0.0 - 2024-12-30

Changed

  • Phlog index links to display LESS info so it's more readable

0.28.0.0 - 2024-12-30

Added

  • Markdown link footnotes and images are now transformed into the appropriate kind of
    gopher menu item type if the article is being rendered as a menu

0.27.0.0 - 2024-12-20

Added

  • Markdown links (for wrapping) are now transformed into footnotes

0.26.0.0 - 2024-12-18

Changed

  • Prepping for Markdown/phlog post system (the word wrapping now uses this system, you may
    notice some changes)

0.25.0.0 - 2024-12-17

  • Kind of less hacky Markdown wordwrapping in templating, less buggy

0.24.0.0 - 2024-12-17

Added

  • Hacky markdown wordwrapping in templating

0.23.0.0 - 2024-12-13

Added

  • You can now inherit frontmatter from parent templates
  • Wordwrapping lambdas for mustache
  • templates/post.txt is now default for templates!

Fixed

  • Some edge case(s) of runtime error due to unsafe maximum when using some things like
    figlet or containerize

0.22.0.0 - 2024-11-19

Fixed

  • Selector highlighting in search

0.21.0.0 - 2024-11-04

Lots of behind-the-scenes stuff.

Changed/Fixed

  • Search results are more picky and penalize against large distances for the keyword
    proximity score

0.20.0.0 - 2024-10-29

Changed

  • New under-the-hood tweaks that I consider significant, like formal verification of part
    of the search algo

0.19.0.0 - 2024-10-25

Changed

  • Search algo now "better" ranks proximity and also is stricter about fuzzy matches
    influencing score and some other stuff I forget, could maybe even be considered a
    "fix"

0.18.0.0 - 2024-10-23

Changed

  • Search results/file ranking algorithm should hopefully be way better now

0.17.0.0 - 2024-10-23

Changed

  • (hopefully) enhanced file ranking algorithm for search

0.16.0.0 - 2024-10-23

Fixed

  • Fix search result determination of item type

0.15.0.0 - 2024-10-22

Phlogging!

Changed

  • Phlog post order on menu indexes is now descending (older as you go on)
  • Phlog post entries on menu indexes reformatted

0.14.0.0 - 2024-10-22

Fixed

  • Search result paths

0.13.0.0 - 2024-10-22

Fixed

  • Search functionality now uses the correct paths for source and output directories

0.12.0.0 - 2024-10-22

Added

  • Search functionality: search on /search with the watchServe daemon

0.11.0.0 - 2024-10-11

Fixed

  • You can now reference 'tags' frontmatter in template (as a list)

0.10.0.0 - 2024-10-09

Fixed

  • Tag link errors for indexes. I'm being lazy and not testing.

0.9.0.0 - 2024-10-09

Fixed

  • Minor phlog index link errors

0.8.0.0 - 2024-10-09

Fixed

  • Fixed phlog index links

0.7.0.0 - 2024-10-09

Added

  • Buffed-up the indexes so they actually link to the tag indexes, atom feed, and main index.

Changed

  • You can no longer mark a post as a phlog post with FrontMatter. Now you must place it in
    the phlog/ directory. All indexes and phlog posts are also output to the phlog/ directory.
    Tag indexes will go in phlog/tags.

0.6.0.0 - 2024-10-07

Fixed

  • Fix creating directories that have the name of the file name it's copying for every file
    to simply be copied, not parsed (and fix up the directory creation logic in general for
    some related things)

0.5.0.0 - 2024-10-07

Fixed

  • Was attempting to parse directories as files just because they matched the parseable file whitelist

0.4.0.0 - 2024-10-07

Removed/Changed

  • .parseable.gophermap removed, because .gophermaps are now parseable by default

Fixed

  • Old behavior leftover which used to generate .gophermap to .gophermap/.gophermap

0.3.0.0 - 2024-10-07

Gearing up for server daemon.

Added

  • output directory gets wiped before building to output
  • special assets directory which doesn't get wiped

Removed

  • No more root specification in the bore.toml, this is
    simply derived from either --output or the default.

0.2.0.0 - 2024-10-07

Added

  • CLI options to just build or watch and serve. You can also override the source and
    output directories.

0.1.0.0 - 2024-10-06

Added

  • Initial release

v0.33.0.0

31 Dec 12:51
Compare
Choose a tag to compare

Changelog

I try to only note changes you may actually notice as a
user in the changelog.

Unreleased

0.29.0.0 - 2024-12-30

Changed

  • Phlog index links to display LESS info so it's more readable

0.28.0.0 - 2024-12-30

Added

  • Markdown link footnotes and images are now transformed into the appropriate kind of
    gopher menu item type if the article is being rendered as a menu

0.27.0.0 - 2024-12-20

Added

  • Markdown links (for wrapping) are now transformed into footnotes

0.26.0.0 - 2024-12-18

Changed

  • Prepping for Markdown/phlog post system (the word wrapping now uses this system, you may
    notice some changes)

0.25.0.0 - 2024-12-17

  • Kind of less hacky Markdown wordwrapping in templating, less buggy

0.24.0.0 - 2024-12-17

Added

  • Hacky markdown wordwrapping in templating

0.23.0.0 - 2024-12-13

Added

  • You can now inherit frontmatter from parent templates
  • Wordwrapping lambdas for mustache
  • templates/post.txt is now default for templates!

Fixed

  • Some edge case(s) of runtime error due to unsafe maximum when using some things like
    figlet or containerize

0.22.0.0 - 2024-11-19

Fixed

  • Selector highlighting in search

0.21.0.0 - 2024-11-04

Lots of behind-the-scenes stuff.

Changed/Fixed

  • Search results are more picky and penalize against large distances for the keyword
    proximity score

0.20.0.0 - 2024-10-29

Changed

  • New under-the-hood tweaks that I consider significant, like formal verification of part
    of the search algo

0.19.0.0 - 2024-10-25

Changed

  • Search algo now "better" ranks proximity and also is stricter about fuzzy matches
    influencing score and some other stuff I forget, could maybe even be considered a
    "fix"

0.18.0.0 - 2024-10-23

Changed

  • Search results/file ranking algorithm should hopefully be way better now

0.17.0.0 - 2024-10-23

Changed

  • (hopefully) enhanced file ranking algorithm for search

0.16.0.0 - 2024-10-23

Fixed

  • Fix search result determination of item type

0.15.0.0 - 2024-10-22

Phlogging!

Changed

  • Phlog post order on menu indexes is now descending (older as you go on)
  • Phlog post entries on menu indexes reformatted

0.14.0.0 - 2024-10-22

Fixed

  • Search result paths

0.13.0.0 - 2024-10-22

Fixed

  • Search functionality now uses the correct paths for source and output directories

0.12.0.0 - 2024-10-22

Added

  • Search functionality: search on /search with the watchServe daemon

0.11.0.0 - 2024-10-11

Fixed

  • You can now reference 'tags' frontmatter in template (as a list)

0.10.0.0 - 2024-10-09

Fixed

  • Tag link errors for indexes. I'm being lazy and not testing.

0.9.0.0 - 2024-10-09

Fixed

  • Minor phlog index link errors

0.8.0.0 - 2024-10-09

Fixed

  • Fixed phlog index links

0.7.0.0 - 2024-10-09

Added

  • Buffed-up the indexes so they actually link to the tag indexes, atom feed, and main index.

Changed

  • You can no longer mark a post as a phlog post with FrontMatter. Now you must place it in
    the phlog/ directory. All indexes and phlog posts are also output to the phlog/ directory.
    Tag indexes will go in phlog/tags.

0.6.0.0 - 2024-10-07

Fixed

  • Fix creating directories that have the name of the file name it's copying for every file
    to simply be copied, not parsed (and fix up the directory creation logic in general for
    some related things)

0.5.0.0 - 2024-10-07

Fixed

  • Was attempting to parse directories as files just because they matched the parseable file whitelist

0.4.0.0 - 2024-10-07

Removed/Changed

  • .parseable.gophermap removed, because .gophermaps are now parseable by default

Fixed

  • Old behavior leftover which used to generate .gophermap to .gophermap/.gophermap

0.3.0.0 - 2024-10-07

Gearing up for server daemon.

Added

  • output directory gets wiped before building to output
  • special assets directory which doesn't get wiped

Removed

  • No more root specification in the bore.toml, this is
    simply derived from either --output or the default.

0.2.0.0 - 2024-10-07

Added

  • CLI options to just build or watch and serve. You can also override the source and
    output directories.

0.1.0.0 - 2024-10-06

Added

  • Initial release

v0.32.0.0

31 Dec 11:11
Compare
Choose a tag to compare

Changelog

I try to only note changes you may actually notice as a
user in the changelog.

Unreleased

0.29.0.0 - 2024-12-30

Changed

  • Phlog index links to display LESS info so it's more readable

0.28.0.0 - 2024-12-30

Added

  • Markdown link footnotes and images are now transformed into the appropriate kind of
    gopher menu item type if the article is being rendered as a menu

0.27.0.0 - 2024-12-20

Added

  • Markdown links (for wrapping) are now transformed into footnotes

0.26.0.0 - 2024-12-18

Changed

  • Prepping for Markdown/phlog post system (the word wrapping now uses this system, you may
    notice some changes)

0.25.0.0 - 2024-12-17

  • Kind of less hacky Markdown wordwrapping in templating, less buggy

0.24.0.0 - 2024-12-17

Added

  • Hacky markdown wordwrapping in templating

0.23.0.0 - 2024-12-13

Added

  • You can now inherit frontmatter from parent templates
  • Wordwrapping lambdas for mustache
  • templates/post.txt is now default for templates!

Fixed

  • Some edge case(s) of runtime error due to unsafe maximum when using some things like
    figlet or containerize

0.22.0.0 - 2024-11-19

Fixed

  • Selector highlighting in search

0.21.0.0 - 2024-11-04

Lots of behind-the-scenes stuff.

Changed/Fixed

  • Search results are more picky and penalize against large distances for the keyword
    proximity score

0.20.0.0 - 2024-10-29

Changed

  • New under-the-hood tweaks that I consider significant, like formal verification of part
    of the search algo

0.19.0.0 - 2024-10-25

Changed

  • Search algo now "better" ranks proximity and also is stricter about fuzzy matches
    influencing score and some other stuff I forget, could maybe even be considered a
    "fix"

0.18.0.0 - 2024-10-23

Changed

  • Search results/file ranking algorithm should hopefully be way better now

0.17.0.0 - 2024-10-23

Changed

  • (hopefully) enhanced file ranking algorithm for search

0.16.0.0 - 2024-10-23

Fixed

  • Fix search result determination of item type

0.15.0.0 - 2024-10-22

Phlogging!

Changed

  • Phlog post order on menu indexes is now descending (older as you go on)
  • Phlog post entries on menu indexes reformatted

0.14.0.0 - 2024-10-22

Fixed

  • Search result paths

0.13.0.0 - 2024-10-22

Fixed

  • Search functionality now uses the correct paths for source and output directories

0.12.0.0 - 2024-10-22

Added

  • Search functionality: search on /search with the watchServe daemon

0.11.0.0 - 2024-10-11

Fixed

  • You can now reference 'tags' frontmatter in template (as a list)

0.10.0.0 - 2024-10-09

Fixed

  • Tag link errors for indexes. I'm being lazy and not testing.

0.9.0.0 - 2024-10-09

Fixed

  • Minor phlog index link errors

0.8.0.0 - 2024-10-09

Fixed

  • Fixed phlog index links

0.7.0.0 - 2024-10-09

Added

  • Buffed-up the indexes so they actually link to the tag indexes, atom feed, and main index.

Changed

  • You can no longer mark a post as a phlog post with FrontMatter. Now you must place it in
    the phlog/ directory. All indexes and phlog posts are also output to the phlog/ directory.
    Tag indexes will go in phlog/tags.

0.6.0.0 - 2024-10-07

Fixed

  • Fix creating directories that have the name of the file name it's copying for every file
    to simply be copied, not parsed (and fix up the directory creation logic in general for
    some related things)

0.5.0.0 - 2024-10-07

Fixed

  • Was attempting to parse directories as files just because they matched the parseable file whitelist

0.4.0.0 - 2024-10-07

Removed/Changed

  • .parseable.gophermap removed, because .gophermaps are now parseable by default

Fixed

  • Old behavior leftover which used to generate .gophermap to .gophermap/.gophermap

0.3.0.0 - 2024-10-07

Gearing up for server daemon.

Added

  • output directory gets wiped before building to output
  • special assets directory which doesn't get wiped

Removed

  • No more root specification in the bore.toml, this is
    simply derived from either --output or the default.

0.2.0.0 - 2024-10-07

Added

  • CLI options to just build or watch and serve. You can also override the source and
    output directories.

0.1.0.0 - 2024-10-06

Added

  • Initial release

v0.31.0.0

31 Dec 09:00
Compare
Choose a tag to compare

Changelog

I try to only note changes you may actually notice as a
user in the changelog.

Unreleased

0.29.0.0 - 2024-12-30

Changed

  • Phlog index links to display LESS info so it's more readable

0.28.0.0 - 2024-12-30

Added

  • Markdown link footnotes and images are now transformed into the appropriate kind of
    gopher menu item type if the article is being rendered as a menu

0.27.0.0 - 2024-12-20

Added

  • Markdown links (for wrapping) are now transformed into footnotes

0.26.0.0 - 2024-12-18

Changed

  • Prepping for Markdown/phlog post system (the word wrapping now uses this system, you may
    notice some changes)

0.25.0.0 - 2024-12-17

  • Kind of less hacky Markdown wordwrapping in templating, less buggy

0.24.0.0 - 2024-12-17

Added

  • Hacky markdown wordwrapping in templating

0.23.0.0 - 2024-12-13

Added

  • You can now inherit frontmatter from parent templates
  • Wordwrapping lambdas for mustache
  • templates/post.txt is now default for templates!

Fixed

  • Some edge case(s) of runtime error due to unsafe maximum when using some things like
    figlet or containerize

0.22.0.0 - 2024-11-19

Fixed

  • Selector highlighting in search

0.21.0.0 - 2024-11-04

Lots of behind-the-scenes stuff.

Changed/Fixed

  • Search results are more picky and penalize against large distances for the keyword
    proximity score

0.20.0.0 - 2024-10-29

Changed

  • New under-the-hood tweaks that I consider significant, like formal verification of part
    of the search algo

0.19.0.0 - 2024-10-25

Changed

  • Search algo now "better" ranks proximity and also is stricter about fuzzy matches
    influencing score and some other stuff I forget, could maybe even be considered a
    "fix"

0.18.0.0 - 2024-10-23

Changed

  • Search results/file ranking algorithm should hopefully be way better now

0.17.0.0 - 2024-10-23

Changed

  • (hopefully) enhanced file ranking algorithm for search

0.16.0.0 - 2024-10-23

Fixed

  • Fix search result determination of item type

0.15.0.0 - 2024-10-22

Phlogging!

Changed

  • Phlog post order on menu indexes is now descending (older as you go on)
  • Phlog post entries on menu indexes reformatted

0.14.0.0 - 2024-10-22

Fixed

  • Search result paths

0.13.0.0 - 2024-10-22

Fixed

  • Search functionality now uses the correct paths for source and output directories

0.12.0.0 - 2024-10-22

Added

  • Search functionality: search on /search with the watchServe daemon

0.11.0.0 - 2024-10-11

Fixed

  • You can now reference 'tags' frontmatter in template (as a list)

0.10.0.0 - 2024-10-09

Fixed

  • Tag link errors for indexes. I'm being lazy and not testing.

0.9.0.0 - 2024-10-09

Fixed

  • Minor phlog index link errors

0.8.0.0 - 2024-10-09

Fixed

  • Fixed phlog index links

0.7.0.0 - 2024-10-09

Added

  • Buffed-up the indexes so they actually link to the tag indexes, atom feed, and main index.

Changed

  • You can no longer mark a post as a phlog post with FrontMatter. Now you must place it in
    the phlog/ directory. All indexes and phlog posts are also output to the phlog/ directory.
    Tag indexes will go in phlog/tags.

0.6.0.0 - 2024-10-07

Fixed

  • Fix creating directories that have the name of the file name it's copying for every file
    to simply be copied, not parsed (and fix up the directory creation logic in general for
    some related things)

0.5.0.0 - 2024-10-07

Fixed

  • Was attempting to parse directories as files just because they matched the parseable file whitelist

0.4.0.0 - 2024-10-07

Removed/Changed

  • .parseable.gophermap removed, because .gophermaps are now parseable by default

Fixed

  • Old behavior leftover which used to generate .gophermap to .gophermap/.gophermap

0.3.0.0 - 2024-10-07

Gearing up for server daemon.

Added

  • output directory gets wiped before building to output
  • special assets directory which doesn't get wiped

Removed

  • No more root specification in the bore.toml, this is
    simply derived from either --output or the default.

0.2.0.0 - 2024-10-07

Added

  • CLI options to just build or watch and serve. You can also override the source and
    output directories.

0.1.0.0 - 2024-10-06

Added

  • Initial release

v0.29.0.0

30 Dec 14:20
Compare
Choose a tag to compare

Changelog

I try to only note changes you may actually notice as a
user in the changelog.

Unreleased

0.29.0.0 - 2024-12-30

Changed

  • Phlog index links to display LESS info so it's more readable

0.28.0.0 - 2024-12-30

Added

  • Markdown link footnotes and images are now transformed into the appropriate kind of
    gopher menu item type if the article is being rendered as a menu

0.27.0.0 - 2024-12-20

Added

  • Markdown links (for wrapping) are now transformed into footnotes

0.26.0.0 - 2024-12-18

Changed

  • Prepping for Markdown/phlog post system (the word wrapping now uses this system, you may
    notice some changes)

0.25.0.0 - 2024-12-17

  • Kind of less hacky Markdown wordwrapping in templating, less buggy

0.24.0.0 - 2024-12-17

Added

  • Hacky markdown wordwrapping in templating

0.23.0.0 - 2024-12-13

Added

  • You can now inherit frontmatter from parent templates
  • Wordwrapping lambdas for mustache
  • templates/post.txt is now default for templates!

Fixed

  • Some edge case(s) of runtime error due to unsafe maximum when using some things like
    figlet or containerize

0.22.0.0 - 2024-11-19

Fixed

  • Selector highlighting in search

0.21.0.0 - 2024-11-04

Lots of behind-the-scenes stuff.

Changed/Fixed

  • Search results are more picky and penalize against large distances for the keyword
    proximity score

0.20.0.0 - 2024-10-29

Changed

  • New under-the-hood tweaks that I consider significant, like formal verification of part
    of the search algo

0.19.0.0 - 2024-10-25

Changed

  • Search algo now "better" ranks proximity and also is stricter about fuzzy matches
    influencing score and some other stuff I forget, could maybe even be considered a
    "fix"

0.18.0.0 - 2024-10-23

Changed

  • Search results/file ranking algorithm should hopefully be way better now

0.17.0.0 - 2024-10-23

Changed

  • (hopefully) enhanced file ranking algorithm for search

0.16.0.0 - 2024-10-23

Fixed

  • Fix search result determination of item type

0.15.0.0 - 2024-10-22

Phlogging!

Changed

  • Phlog post order on menu indexes is now descending (older as you go on)
  • Phlog post entries on menu indexes reformatted

0.14.0.0 - 2024-10-22

Fixed

  • Search result paths

0.13.0.0 - 2024-10-22

Fixed

  • Search functionality now uses the correct paths for source and output directories

0.12.0.0 - 2024-10-22

Added

  • Search functionality: search on /search with the watchServe daemon

0.11.0.0 - 2024-10-11

Fixed

  • You can now reference 'tags' frontmatter in template (as a list)

0.10.0.0 - 2024-10-09

Fixed

  • Tag link errors for indexes. I'm being lazy and not testing.

0.9.0.0 - 2024-10-09

Fixed

  • Minor phlog index link errors

0.8.0.0 - 2024-10-09

Fixed

  • Fixed phlog index links

0.7.0.0 - 2024-10-09

Added

  • Buffed-up the indexes so they actually link to the tag indexes, atom feed, and main index.

Changed

  • You can no longer mark a post as a phlog post with FrontMatter. Now you must place it in
    the phlog/ directory. All indexes and phlog posts are also output to the phlog/ directory.
    Tag indexes will go in phlog/tags.

0.6.0.0 - 2024-10-07

Fixed

  • Fix creating directories that have the name of the file name it's copying for every file
    to simply be copied, not parsed (and fix up the directory creation logic in general for
    some related things)

0.5.0.0 - 2024-10-07

Fixed

  • Was attempting to parse directories as files just because they matched the parseable file whitelist

0.4.0.0 - 2024-10-07

Removed/Changed

  • .parseable.gophermap removed, because .gophermaps are now parseable by default

Fixed

  • Old behavior leftover which used to generate .gophermap to .gophermap/.gophermap

0.3.0.0 - 2024-10-07

Gearing up for server daemon.

Added

  • output directory gets wiped before building to output
  • special assets directory which doesn't get wiped

Removed

  • No more root specification in the bore.toml, this is
    simply derived from either --output or the default.

0.2.0.0 - 2024-10-07

Added

  • CLI options to just build or watch and serve. You can also override the source and
    output directories.

0.1.0.0 - 2024-10-06

Added

  • Initial release

v0.28.0.0

30 Dec 11:48
Compare
Choose a tag to compare

Changelog

I try to only note changes you may actually notice as a
user in the changelog.

Unreleased

0.28.0.0 - 2024-12-30

Added

  • Markdown link footnotes and images are now transformed into the appropriate kind of
    gopher menu item type if the article is being rendered as a menu

0.27.0.0 - 2024-12-20

Added

  • Markdown links (for wrapping) are now transformed into footnotes

0.26.0.0 - 2024-12-18

Changed

  • Prepping for Markdown/phlog post system (the word wrapping now uses this system, you may
    notice some changes)

0.25.0.0 - 2024-12-17

  • Kind of less hacky Markdown wordwrapping in templating, less buggy

0.24.0.0 - 2024-12-17

Added

  • Hacky markdown wordwrapping in templating

0.23.0.0 - 2024-12-13

Added

  • You can now inherit frontmatter from parent templates
  • Wordwrapping lambdas for mustache
  • templates/post.txt is now default for templates!

Fixed

  • Some edge case(s) of runtime error due to unsafe maximum when using some things like
    figlet or containerize

0.22.0.0 - 2024-11-19

Fixed

  • Selector highlighting in search

0.21.0.0 - 2024-11-04

Lots of behind-the-scenes stuff.

Changed/Fixed

  • Search results are more picky and penalize against large distances for the keyword
    proximity score

0.20.0.0 - 2024-10-29

Changed

  • New under-the-hood tweaks that I consider significant, like formal verification of part
    of the search algo

0.19.0.0 - 2024-10-25

Changed

  • Search algo now "better" ranks proximity and also is stricter about fuzzy matches
    influencing score and some other stuff I forget, could maybe even be considered a
    "fix"

0.18.0.0 - 2024-10-23

Changed

  • Search results/file ranking algorithm should hopefully be way better now

0.17.0.0 - 2024-10-23

Changed

  • (hopefully) enhanced file ranking algorithm for search

0.16.0.0 - 2024-10-23

Fixed

  • Fix search result determination of item type

0.15.0.0 - 2024-10-22

Phlogging!

Changed

  • Phlog post order on menu indexes is now descending (older as you go on)
  • Phlog post entries on menu indexes reformatted

0.14.0.0 - 2024-10-22

Fixed

  • Search result paths

0.13.0.0 - 2024-10-22

Fixed

  • Search functionality now uses the correct paths for source and output directories

0.12.0.0 - 2024-10-22

Added

  • Search functionality: search on /search with the watchServe daemon

0.11.0.0 - 2024-10-11

Fixed

  • You can now reference 'tags' frontmatter in template (as a list)

0.10.0.0 - 2024-10-09

Fixed

  • Tag link errors for indexes. I'm being lazy and not testing.

0.9.0.0 - 2024-10-09

Fixed

  • Minor phlog index link errors

0.8.0.0 - 2024-10-09

Fixed

  • Fixed phlog index links

0.7.0.0 - 2024-10-09

Added

  • Buffed-up the indexes so they actually link to the tag indexes, atom feed, and main index.

Changed

  • You can no longer mark a post as a phlog post with FrontMatter. Now you must place it in
    the phlog/ directory. All indexes and phlog posts are also output to the phlog/ directory.
    Tag indexes will go in phlog/tags.

0.6.0.0 - 2024-10-07

Fixed

  • Fix creating directories that have the name of the file name it's copying for every file
    to simply be copied, not parsed (and fix up the directory creation logic in general for
    some related things)

0.5.0.0 - 2024-10-07

Fixed

  • Was attempting to parse directories as files just because they matched the parseable file whitelist

0.4.0.0 - 2024-10-07

Removed/Changed

  • .parseable.gophermap removed, because .gophermaps are now parseable by default

Fixed

  • Old behavior leftover which used to generate .gophermap to .gophermap/.gophermap

0.3.0.0 - 2024-10-07

Gearing up for server daemon.

Added

  • output directory gets wiped before building to output
  • special assets directory which doesn't get wiped

Removed

  • No more root specification in the bore.toml, this is
    simply derived from either --output or the default.

0.2.0.0 - 2024-10-07

Added

  • CLI options to just build or watch and serve. You can also override the source and
    output directories.

0.1.0.0 - 2024-10-06

Added

  • Initial release

v0.27.0.0

20 Dec 11:04
Compare
Choose a tag to compare

Changelog

I try to only note changes you may actually notice as a
user in the changelog.

Unreleased

0.27.0.0 - 2024-12-20

Added

  • Markdown links (for wrapping) are now transformed into footnotes

0.26.0.0 - 2024-12-18

Changed

  • Prepping for Markdown/phlog post system (the word wrapping now uses this system, you may
    notice some changes)

0.25.0.0 - 2024-12-17

  • Kind of less hacky Markdown wordwrapping in templating, less buggy

0.24.0.0 - 2024-12-17

Added

  • Hacky markdown wordwrapping in templating

0.23.0.0 - 2024-12-13

Added

  • You can now inherit frontmatter from parent templates
  • Wordwrapping lambdas for mustache
  • templates/post.txt is now default for templates!

Fixed

  • Some edge case(s) of runtime error due to unsafe maximum when using some things like
    figlet or containerize

0.22.0.0 - 2024-11-19

Fixed

  • Selector highlighting in search

0.21.0.0 - 2024-11-04

Lots of behind-the-scenes stuff.

Changed/Fixed

  • Search results are more picky and penalize against large distances for the keyword
    proximity score

0.20.0.0 - 2024-10-29

Changed

  • New under-the-hood tweaks that I consider significant, like formal verification of part
    of the search algo

0.19.0.0 - 2024-10-25

Changed

  • Search algo now "better" ranks proximity and also is stricter about fuzzy matches
    influencing score and some other stuff I forget, could maybe even be considered a
    "fix"

0.18.0.0 - 2024-10-23

Changed

  • Search results/file ranking algorithm should hopefully be way better now

0.17.0.0 - 2024-10-23

Changed

  • (hopefully) enhanced file ranking algorithm for search

0.16.0.0 - 2024-10-23

Fixed

  • Fix search result determination of item type

0.15.0.0 - 2024-10-22

Phlogging!

Changed

  • Phlog post order on menu indexes is now descending (older as you go on)
  • Phlog post entries on menu indexes reformatted

0.14.0.0 - 2024-10-22

Fixed

  • Search result paths

0.13.0.0 - 2024-10-22

Fixed

  • Search functionality now uses the correct paths for source and output directories

0.12.0.0 - 2024-10-22

Added

  • Search functionality: search on /search with the watchServe daemon

0.11.0.0 - 2024-10-11

Fixed

  • You can now reference 'tags' frontmatter in template (as a list)

0.10.0.0 - 2024-10-09

Fixed

  • Tag link errors for indexes. I'm being lazy and not testing.

0.9.0.0 - 2024-10-09

Fixed

  • Minor phlog index link errors

0.8.0.0 - 2024-10-09

Fixed

  • Fixed phlog index links

0.7.0.0 - 2024-10-09

Added

  • Buffed-up the indexes so they actually link to the tag indexes, atom feed, and main index.

Changed

  • You can no longer mark a post as a phlog post with FrontMatter. Now you must place it in
    the phlog/ directory. All indexes and phlog posts are also output to the phlog/ directory.
    Tag indexes will go in phlog/tags.

0.6.0.0 - 2024-10-07

Fixed

  • Fix creating directories that have the name of the file name it's copying for every file
    to simply be copied, not parsed (and fix up the directory creation logic in general for
    some related things)

0.5.0.0 - 2024-10-07

Fixed

  • Was attempting to parse directories as files just because they matched the parseable file whitelist

0.4.0.0 - 2024-10-07

Removed/Changed

  • .parseable.gophermap removed, because .gophermaps are now parseable by default

Fixed

  • Old behavior leftover which used to generate .gophermap to .gophermap/.gophermap

0.3.0.0 - 2024-10-07

Gearing up for server daemon.

Added

  • output directory gets wiped before building to output
  • special assets directory which doesn't get wiped

Removed

  • No more root specification in the bore.toml, this is
    simply derived from either --output or the default.

0.2.0.0 - 2024-10-07

Added

  • CLI options to just build or watch and serve. You can also override the source and
    output directories.

0.1.0.0 - 2024-10-06

Added

  • Initial release

v0.26.0.0

19 Dec 05:26
Compare
Choose a tag to compare

Changelog

I try to only note changes you may actually notice as a
user in the changelog.

Unreleased

0.26.0.0 - 2024-12-18

Changed

  • Prepping for Markdown/phlog post system (the word wrapping now uses this system, you may
    notice some changes)

0.25.0.0 - 2024-12-17

  • Kind of less hacky Markdown wordwrapping in templating, less buggy

0.24.0.0 - 2024-12-17

Added

  • Hacky markdown wordwrapping in templating

0.23.0.0 - 2024-12-13

Added

  • You can now inherit frontmatter from parent templates
  • Wordwrapping lambdas for mustache
  • templates/post.txt is now default for templates!

Fixed

  • Some edge case(s) of runtime error due to unsafe maximum when using some things like
    figlet or containerize

0.22.0.0 - 2024-11-19

Fixed

  • Selector highlighting in search

0.21.0.0 - 2024-11-04

Lots of behind-the-scenes stuff.

Changed/Fixed

  • Search results are more picky and penalize against large distances for the keyword
    proximity score

0.20.0.0 - 2024-10-29

Changed

  • New under-the-hood tweaks that I consider significant, like formal verification of part
    of the search algo

0.19.0.0 - 2024-10-25

Changed

  • Search algo now "better" ranks proximity and also is stricter about fuzzy matches
    influencing score and some other stuff I forget, could maybe even be considered a
    "fix"

0.18.0.0 - 2024-10-23

Changed

  • Search results/file ranking algorithm should hopefully be way better now

0.17.0.0 - 2024-10-23

Changed

  • (hopefully) enhanced file ranking algorithm for search

0.16.0.0 - 2024-10-23

Fixed

  • Fix search result determination of item type

0.15.0.0 - 2024-10-22

Phlogging!

Changed

  • Phlog post order on menu indexes is now descending (older as you go on)
  • Phlog post entries on menu indexes reformatted

0.14.0.0 - 2024-10-22

Fixed

  • Search result paths

0.13.0.0 - 2024-10-22

Fixed

  • Search functionality now uses the correct paths for source and output directories

0.12.0.0 - 2024-10-22

Added

  • Search functionality: search on /search with the watchServe daemon

0.11.0.0 - 2024-10-11

Fixed

  • You can now reference 'tags' frontmatter in template (as a list)

0.10.0.0 - 2024-10-09

Fixed

  • Tag link errors for indexes. I'm being lazy and not testing.

0.9.0.0 - 2024-10-09

Fixed

  • Minor phlog index link errors

0.8.0.0 - 2024-10-09

Fixed

  • Fixed phlog index links

0.7.0.0 - 2024-10-09

Added

  • Buffed-up the indexes so they actually link to the tag indexes, atom feed, and main index.

Changed

  • You can no longer mark a post as a phlog post with FrontMatter. Now you must place it in
    the phlog/ directory. All indexes and phlog posts are also output to the phlog/ directory.
    Tag indexes will go in phlog/tags.

0.6.0.0 - 2024-10-07

Fixed

  • Fix creating directories that have the name of the file name it's copying for every file
    to simply be copied, not parsed (and fix up the directory creation logic in general for
    some related things)

0.5.0.0 - 2024-10-07

Fixed

  • Was attempting to parse directories as files just because they matched the parseable file whitelist

0.4.0.0 - 2024-10-07

Removed/Changed

  • .parseable.gophermap removed, because .gophermaps are now parseable by default

Fixed

  • Old behavior leftover which used to generate .gophermap to .gophermap/.gophermap

0.3.0.0 - 2024-10-07

Gearing up for server daemon.

Added

  • output directory gets wiped before building to output
  • special assets directory which doesn't get wiped

Removed

  • No more root specification in the bore.toml, this is
    simply derived from either --output or the default.

0.2.0.0 - 2024-10-07

Added

  • CLI options to just build or watch and serve. You can also override the source and
    output directories.

0.1.0.0 - 2024-10-06

Added

  • Initial release

v0.25.0.0

17 Dec 13:16
Compare
Choose a tag to compare

Changelog

I try to only note changes you may actually notice as a
user in the changelog.

Unreleased

0.25.0.0 - 2024-12-17

  • Kind of less hacky Markdown wordwrapping in templating, less buggy

0.24.0.0 - 2024-12-17

Added

  • Hacky markdown wordwrapping in templating

0.23.0.0 - 2024-12-13

Added

  • You can now inherit frontmatter from parent templates
  • Wordwrapping lambdas for mustache
  • templates/post.txt is now default for templates!

Fixed

  • Some edge case(s) of runtime error due to unsafe maximum when using some things like
    figlet or containerize

0.22.0.0 - 2024-11-19

Fixed

  • Selector highlighting in search

0.21.0.0 - 2024-11-04

Lots of behind-the-scenes stuff.

Changed/Fixed

  • Search results are more picky and penalize against large distances for the keyword
    proximity score

0.20.0.0 - 2024-10-29

Changed

  • New under-the-hood tweaks that I consider significant, like formal verification of part
    of the search algo

0.19.0.0 - 2024-10-25

Changed

  • Search algo now "better" ranks proximity and also is stricter about fuzzy matches
    influencing score and some other stuff I forget, could maybe even be considered a
    "fix"

0.18.0.0 - 2024-10-23

Changed

  • Search results/file ranking algorithm should hopefully be way better now

0.17.0.0 - 2024-10-23

Changed

  • (hopefully) enhanced file ranking algorithm for search

0.16.0.0 - 2024-10-23

Fixed

  • Fix search result determination of item type

0.15.0.0 - 2024-10-22

Phlogging!

Changed

  • Phlog post order on menu indexes is now descending (older as you go on)
  • Phlog post entries on menu indexes reformatted

0.14.0.0 - 2024-10-22

Fixed

  • Search result paths

0.13.0.0 - 2024-10-22

Fixed

  • Search functionality now uses the correct paths for source and output directories

0.12.0.0 - 2024-10-22

Added

  • Search functionality: search on /search with the watchServe daemon

0.11.0.0 - 2024-10-11

Fixed

  • You can now reference 'tags' frontmatter in template (as a list)

0.10.0.0 - 2024-10-09

Fixed

  • Tag link errors for indexes. I'm being lazy and not testing.

0.9.0.0 - 2024-10-09

Fixed

  • Minor phlog index link errors

0.8.0.0 - 2024-10-09

Fixed

  • Fixed phlog index links

0.7.0.0 - 2024-10-09

Added

  • Buffed-up the indexes so they actually link to the tag indexes, atom feed, and main index.

Changed

  • You can no longer mark a post as a phlog post with FrontMatter. Now you must place it in
    the phlog/ directory. All indexes and phlog posts are also output to the phlog/ directory.
    Tag indexes will go in phlog/tags.

0.6.0.0 - 2024-10-07

Fixed

  • Fix creating directories that have the name of the file name it's copying for every file
    to simply be copied, not parsed (and fix up the directory creation logic in general for
    some related things)

0.5.0.0 - 2024-10-07

Fixed

  • Was attempting to parse directories as files just because they matched the parseable file whitelist

0.4.0.0 - 2024-10-07

Removed/Changed

  • .parseable.gophermap removed, because .gophermaps are now parseable by default

Fixed

  • Old behavior leftover which used to generate .gophermap to .gophermap/.gophermap

0.3.0.0 - 2024-10-07

Gearing up for server daemon.

Added

  • output directory gets wiped before building to output
  • special assets directory which doesn't get wiped

Removed

  • No more root specification in the bore.toml, this is
    simply derived from either --output or the default.

0.2.0.0 - 2024-10-07

Added

  • CLI options to just build or watch and serve. You can also override the source and
    output directories.

0.1.0.0 - 2024-10-06

Added

  • Initial release