• b2.6.1 62e2dea287

    are0h released this 2023-05-16 21:42:27 +02:00 | 0 commits to beta since this release

    Some clean up for the 2.6.0 release. Ha, seems like a lot but it's just a bunch of little stuff.

    #86 - Fixed text control scrolling of the page
    #87 - Editor buttons work properly
    #88 - Status colors corrected
    #89 - Cleaned up responsive styles for settings
    #90 - Updated composer dependencies
    #91 - Empty fields in page creation no longer errors out
    #92 - Set default background color when no image is present
    #93 - Missing viewport meta tag in head
    #94 - Fixed missing header image for archive and tags pages

    Downloads
  • b2.6.0 8622ba5941

    are0h released this 2023-04-06 21:33:52 +02:00 | 9 commits to beta since this release

    What began as a style revamp turned into a big heavy-bottom update. Let's get into it.

    • #83 CSS Overhaul - Removed the use of preprocessors and converted all styles to native CSS to reduce requirements and make long-term management easier

    • #81, #71 Notifications Refactor - System alerts have fallen out of step with the rest of the site, so that component was updated so it integrates better with the overall UI

    • #80 Page Editor Clean up - This is the core piece of adding content, so it needed some tweaking to make that experience as easy as possible. A big part of that is the file manager, responsible for handling file uploads. This component was reworked so that process is smoother and more efficient, reducing possible points of failure because of an overly convoluted process.

    • Better Responsive Styles - The UI wasn't great at adapting to different devices, so that has been addressed. Some places still need polish, but overall that experience is improved.

    • Removed Unnecessary Script Dependencies - Fipamo is moving away from NPM to manage scripting dependencies. That process starts with removing external libraries that are not needed for the dashboard to function. Eventually, front-end scripting will be pure JS for maintainability and transparency.

    • Updated icons to use the fantastic Tabler Font Icon Pack

    Downloads
  • b2.5.1 69fc689d38

    are0h released this 2022-06-16 23:15:24 +02:00 | 38 commits to beta since this release

    After a bit of a hiatus to deal with life stuff, we're back on track and marching to the official version 1. Whew.

    Enhancements

    • #77 - Added markdown table rendering to the conversion process.
    • #78 - The files upload queue is editable. Individual files can be added and deleted before upload.
    Downloads
  • b2.5.0 614c9859b1

    are0h released this 2022-03-22 17:34:56 +01:00 | 57 commits to beta since this release

    Ok, this update was a big one.

    Enhancements

    • #76 - Text Editor Overhaul
      • Syntax Highlighting for Markdown and HTML
      • Multiple file upload (.jpg, .png, .gif, .mp3, .txt, .pdf, .rtf)
      • upload progress indicator
      • Improved HTML Rendering
      • Post edit options never leaves screen
      • iframe embedding for video
      • multiple image files display as slide show

    Bug Fixes

    • #73 - Inline HTML Fix
    Downloads
  • b2.4.1 1b66f5daf9

    are0h released this 2021-12-21 04:39:51 +01:00 | 111 commits to beta since this release

    Enhancements

    • #68 - Cleaned up Page Editing UI
    • #69 - Cleaned up Settings UI
    • #70 - Updated Docs with current UI images

    Bug Fixes

    • #72 - Fixed index page rendering defaulting to 'page' template
    • #75 - Fixed inline image uploading in page editor
    Downloads
  • b2.4.0 4151891129

    are0h released this 2021-11-24 00:59:04 +01:00 | 119 commits to beta since this release

    Whew, this one escalated quickly.

    New Features

    • #61 - Custom Page Templates
    • #62 - Page Preview in Edit Mode

    Bug Fixes

    • #63 - Cleaned up Markdown Parsing
    • #64 - Allow semicolons in Page Titles
    • #65 - Fix for form posting
    • #66 - Fixed state issue for Render on Save toggle
    Downloads
  • b2.3.0 4f4ee5dfc7

    are0h released this 2021-11-09 22:21:16 +01:00 | 126 commits to beta since this release

    • #58 - Added dynamic/static page rendering
    • #59 - Added auto-rendering on page edit save
    • #60 - Fixed page render flag issue in theme
    Downloads
  • b2.2.4 a475b64aca

    are0h released this 2021-10-12 21:45:34 +02:00 | 134 commits to beta since this release

    • #57 Updated notifications display
    • #56 Improved image asset transfer when a site is published.
    Downloads
  • b2.2.3 ccf65e1899

    are0h released this 2021-09-14 22:03:01 +02:00 | 137 commits to beta since this release

    • #51 updated docs with upload_max_filesize notes
    • #52 fixed incorrect input type in restore form
    • #53 cleaned up restore form errors
    • #55 improved page edit form security
    Downloads
  • b2.2.2 6e9368c2aa

    are0h released this 2021-08-10 20:57:43 +02:00 | 142 commits to beta since this release

    • fixed CORS error when setting up the initial site
    • fixed image file uploads after updating API
    • added rendered flag check to see if a theme is a one-page
    • simplified auth process [WIP]
    • updated composer dependencies
    Downloads