Skip to content

v2.4.0

Compare
Choose a tag to compare
@LebCit LebCit released this 03 Dec 14:48
· 166 commits to master since this release

This update brings a new feature to Blog-Doc!
Previously, to change the post preview fallback image and the featured image of a page or a post, you had to remember the name of the image and choose it from a select element.
Not anymore! Now, you just have to click on a button that opens a modal from which you can choose your image visually!
You can also use the URL input, located at the top of a gallery's modal, to fetch an image from an external source without including it in a gallery.
That's not all! You can now also change the favicon of your site with the same process!

Blog-Doc administration page showing the icons modal

Blog-Doc administration page showing the images modal

When you create a page or a post or change any image, keep in mind that you have the possibility to select the following icon to display a blank background instead of an image.

No image icon

The following changes were made:

  • 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

ENJOY!