Skip to content

Releases: Usbac/aurora

v0.8.0

21 Dec 18:44
Compare
Choose a tag to compare

✨ Improvements

  • Add timezone setting to set the server’s timezone.
  • Add support for time in the post's published date.
  • Use different date formats for admin and public pages.
  • Change the views extension from .php to .html.
  • Minor codebase improvements.

v0.7.0

02 Nov 03:33
Compare
Choose a tag to compare

✨ Improvements

  • Add option to settings to display PHP errors.
  • Add version check when uploading a database file.
  • Minor UI improvements.

🔧 Fixes

  • Fix app/controller/modules folder name which prevented the system from working in case sensitive environments.

v0.6.0

27 Oct 04:00
Compare
Choose a tag to compare

✨ Improvements

  • Add RSS support.
  • Improve contrast of some colors.
  • Add option to toggle between ascending or descending order in all listings.

🔧 Fixes

  • Fix Type sorting in /admin/media listing.
  • Fix issue where changing filters in the /admin/media listing returned the user to the root folder
  • Fix user permissions to prevent admins from modifying owners.

v0.5.0

25 Sep 03:35
Compare
Choose a tag to compare

✨ Improvements

  • Add "Bio" field to users.
  • Allow change of the following settings in the CLI: Editor code, Error log filename, Footer code, Header code, Items per page, Log errors, Meta title, Post code, SameSite cookie, Session lifetime.
  • Show a folder icon right next to the path in the Image picker dialog and admin media.
  • Add outlines to all buttons and input fields.
  • Improve contrast of select button in admin listings.
  • Rename “Elements per page” to “Items per page”.
  • Update post form in admin.

🔧 Fixes

  • Fix user’s image not showing in the /blog/author page.

v0.4.1

14 Sep 10:48
Compare
Choose a tag to compare

🔧 Fixes

  • Fix SameSite value.

v0.4.0

14 Sep 09:14
Compare
Choose a tag to compare

✨ Improvements

  • Add new configuration options to /admin/settings, like the session lifetime and the session SameSite cookie.
  • Add section to /admin/settings to view, download and clear the system logs.
  • Enhance security by setting the HttpOnly attribute for cookies.
  • Add the X-Content-Type-Options: nosniff header to prevent MIME-type sniffing.
  • Disable user selection within images, buttons, and select elements for better UI consistency.

v0.3.4

09 Sep 05:11
Compare
Choose a tag to compare

✨ Improvements

  • Update HTML for improved accessibility and compatibility.
  • Refactor the HTML and JS code.

🔧 Fixes

  • Fix initial pages in fixtures.

v0.3.3

07 Sep 14:19
Compare
Choose a tag to compare

🔧 Fixes

  • Prevent submission of parent form when removing or uploading an image in the Image picker dialog.

v0.3.2

07 Sep 14:09
Compare
Choose a tag to compare

🔧 Fixes

  • Add missing text for the Spanish language.

v0.3.1

07 Sep 14:01
Compare
Choose a tag to compare

🔧 Fixes

  • Fix issue that prevented the filters from working in the admin listings.