Some releases contain additional information.
Full changelog available on GitHub.
v3.2.0
2024-08-18
- This release includes crucial updates to routing and sitemap functionality. Check the Release tag for detailed changes and improvements.
v3.1.0
2024-08-16
- Swapped out Eta for STE. Check the Release tag for detailed changes and improvements.
v3.0.0
2024-08-07
- Major release! Check the Release tag for detailed changes and improvements.
v2.5.3
2024-04-20
- Update @hono/node-server from 1.8.1 to 1.11.1
- Update adm-zip from 0.5.10 to 0.5.12
- Update eta from 3.2.0 to 3.4.0
- Update hono from 4.0.6 to 4.2.5
- Update marked from 12.0.0 to 12.0.2
v2.5.2
2024-02-25
- Update @hono/node-server from 1.3.1 to 1.8.1
- Update hono from 3.10.4 to 4.0.6
- Update marked from 11.0.0 to 12.0.0
v2.5.1
2023-12-26
v2.5.0
2023-12-25
- Add icons gallery. New
- Update post method to add and remove icons and images.
- Increase the number of icons/images that can be uploaded at once.
- Update gallery card link.
- Update admin menus.
- Add publish option to allow saving pages and posts as drafts. New
- Update pages and posts snippets for those who prefer to create them manually.
- Add alert in old documentation referring to new documentation site.
- Update selected menu item styles in default theme.
- Reorganize themes static files.
v2.4.0
2023-12-03
- Update images exclusion logic
- Add method to get the icons from their directory
- Add favicon to settings
- Add favicon setting into build and routes
- Add favicon setting to themes' heads
- Add icons to
/admin-config-site
route - Add favicon modal to change it visually
- Add postPreviewFallbackImage modal to change it visually
- Add pageImage modal to change it visually
- Add postImage modal to change it visually
- Update routesImages from selects to modal
- Add function to interact with all modals
- Update
post
logic to/admin-config-site
- Correct the fetch of posts logic for individual tag
- Prevent content's duplication on create and update
- Change default port value to avoid collision with the default port of Hono
- Update port number in documentation
- Update @hono/node-server from 1.2.0 to 1.3.1
- Update eta from 3.1.1 to 3.2.0
- Update hono from 3.7.4 to 3.10.4
- Update marked from 9.1.0 to 11.0.0
v2.3.1
2023-10-05
- Corrected a typo error
- Minified Clean Blog Theme CSS
- Update @hono/node-server from 1.1.1 to 1.2.0
- Update hono from 3.6.3 to 3.7.4
- Update marked from 9.0.1 to 9.1.0
v2.3.0
2023-09-16
- Remove highlight.js and marked-highlight modules
- Load and initialize highlight.js module in themes
- Remove unused styles. Add color to line of code
- Update aliases for blocks of code in posts
- Update README.md and documentation
- Update hono from 3.6.0 to 3.6.3
- Update marked from 9.0.0 to 9.0.1
v2.2.3
2023-09-13
- Update hono from 3.5.4 to 3.6.0
- Update marked from 7.0.5 to 9.0.0
- Update marked-highlight from 2.0.4 to 2.0.6
- Corrected the logic inside
postsByTagList()
method
v2.2.2
2023-08-26
- Modify
tagObj()
function in sitemap.js to add the tags' links to the sitemap. - Update eta from 3.1.0 to 3.1.1
- Update hono from 3.4.3 to 3.5.4
- Update marked from 7.0.2 to 7.0.5
v2.2.1
2023-08-24
- Update static site demo URL
- Update sitemap logic to meet the new architecture of Blog-Doc
- Update generated link for each post in RSS feed
v2.2.0
2023-08-24
- Correcting section titles in documentation
- Add getSubDirs() method to get available themes
- Move administration to a separate folder
- Add ability to change theme from administration
- Move default theme to a separate folder
- Modify templates paths depending on selected theme
- Modify administration templates paths
- Modify the static search script filename depending on the selected theme
- Rename static search filename of default theme
- Add Clean Blog Theme
- Add currentTheme property to the settings
- Update footerCopyright property in the settings
- Update README.md and documentation
v2.1.1
2023-08-14
- Update hono from 3.3.4 to 3.4.3
- Update marked from 6.0.0 to 7.0.2
- Update marked-highlight from 2.0.1 to 2.0.4
- Remove unnecessary code after updating marked
- Remove unused image
v2.1.0
2023-08-02
- Update marked from 5.1.2 to 6.0.0
- Check if file exists upon page or post creation
- Remove ability to change file title upon update
v2.0.2
2023-07-30
- Update @hono/node-server from 1.1.0 to 1.1.1
- Update eta from 3.0.3 to 3.1.0
- Update hono from 3.3.3 to 3.3.4
- Update marked from 5.1.1 to 5.1.2
v2.0.1
2023-07-26
- Update Hono to v.3.3.3
- Update README.md and documentation
- Update page's front-matter snippet
- Update posts to Blog-Doc's newest version
- Update mobile avatar link
- Fetch posts from routes for updates to take effect on the blog
v2.0.0
2023-07-24
Blog-Doc has been rebuilt from ground-up!
v1.0.0
2023-07-23
Old version of Blog-Doc.
First commit
2022-11-04