• v1.0.1 e6a7be8ea0

    v1.0.1 Stable

    kazhnuz released this 2025-11-04 20:05:00 +01:00 | 3 commits to koblog2 since this release

    Simple backports of non-merged upstream fixes + some other fixes

    Fixed

    • Admin: Get versions from an official repository
    • Site: Improve random ID generation
    • Modules: Some migration issues fixed, by renaming the modules classes that could sometimes conflict.
    • Modules: Avoid some case issues on search
    • Install: Verif that we're in at least PHP 7.2
    • Install: Fixed bootstrap css loading and styles
    • Content: Use relative symlinks instead of absolutes (to help some hosting)
    • Content: Sort children pages
    Downloads
  • v1.0.0 8a9cfd83d8

    v1.0.0 Stable

    kazhnuz released this 2025-10-04 12:19:29 +02:00 | 21 commits to koblog2 since this release

    Initial version of Koblog, without the update system.

    [v1.0.0] - 2025-10-04

    First forked version from bludit. This version contain the first set of feature for Koblog to be an independant web oriented simple blog engine.

    Added

    • Admin: Added a sidebar panel that show all sidebar widget to be activated/deactivated
    • Admin: Show some admin pages only if the theme support their features
    • Admin: Add a global gallery, used for theme and logos
    • Admin/settings: Add a homepage presentation setting
    • Admin/settings: Add a way to change the favicon globally
    • Admin/settings: Add a way to change the default thumbnail (used with opengraph and themes)
    • Admin/settings: Add a way to change the default avatar size
    • Site: Add support for archive view (à la Wordpress : show the article written during a certain month/year)
    • Site: Add support for author view
    • Site: Add support for IndieWeb post kinds (with a custom view)
    • Site: Add support for Atom feeds
    • Site: Add a source URL (usefull for some post kinds)
    • Theme: Add emoji for social network
    • Theme: Add a new pagination system that show a page list
    • Theme: Add a support for title and description for pagelist views (archive, tag, category, author and post-kind)
    • Theme: Add a way to easily get all the social network of an user
    • Theme: Automatic menus with different styling for the current page
    • Sidebar: Add a social network widget

    Changed

    • Bootstrap: updated to bootstrap 5
    • Icons: replaced linearicons by fontawesome
    • Admin: reworked the theme
    • Admin/content: The sidebar is now always visible
    • Admin/settings: The site logo now use the global gallery
    • Admin/settings: Replace social network by a better list and make them more configurable
    • Theme: The theme plugin can now be part of the theme directly, to make it easier to install

    Removed

    • Removed the old themes from Bludit

    New default theme

    Koblog include a new default theme, containing the following features :

    • Old wordpress-inspired blog-oriented design
    • Microformat 1 & 2 support
    • Dark mode support
    • Customization options
      • Accent color
      • Change the page and header background
      • Small Thumbnail and show the default thumbnail when there is none
      • Date format
    • Use the new feature of the blog engine (pronoun, etc)
    Downloads