Skip to content

Releases: itinerare/Alcyone

v2.1.0

14 Oct 01:21
52a6976
Compare
Choose a tag to compare

Mirrored from https://code.itinerare.net/itinerare/Alcyone/releases/tag/v2.1.0

Run

composer install

Changelog

2.1.0 (2024-10-13)

Features

Bug Fixes

Images
  • Remove obsolete params from PNG encoding (07dd50)

v2.0.2

30 Sep 01:36
3ee1a67
Compare
Choose a tag to compare

Mirrored from https://code.itinerare.net/itinerare/Alcyone/releases/tag/v2.0.2

Run

composer install

Changelog

2.0.2 (2024-09-29)

Bug Fixes

Images
  • Add new param to converted image encode (4f90ed)

v2.0.1

09 Jun 17:35
8921015
Compare
Choose a tag to compare

Mirrored from https://code.itinerare.net/itinerare/Alcyone/releases/tag/v2.0.1

Run

composer install

Changelog

2.0.1 (2024-03-31)

Bug Fixes

Images
  • Unset cache expiry time when deleting image (9bf4d2)

v1.5.1

14 Jan 18:27
b44c90d
Compare
Choose a tag to compare

Run

composer install
php artisan config:clear

Changelog

1.5.1 (2024-01-14)

Bug Fixes

Users
  • Autofill email in password reset form (2de042)
  • Better feedback on password reset flow (95ddfb)

v1.5.0

24 Dec 13:01
54140b2
Compare
Choose a tag to compare

Run

composer install
php artisan migrate
php artisan config:clear

Changelog

1.5.0 (2023-12-24)

Features

  • Use bootstrap file upload field styling (e57d71)
Images
  • Update to intervention/image v3, support animated GIFs (7da33e)

v1.4.0

26 Nov 13:37
acaf763
Compare
Choose a tag to compare

Run

php artisan config:clear

Changelog

1.4.0 (2023-11-26)

Features

Images
  • Use imagick for share image conversion (b93363)

v1.3.0

19 Nov 17:32
45c1d35
Compare
Choose a tag to compare

This update adds ImageMagick as an additional possibility for image processing (responsible for handling images that are larger in terms of dimensions); if not already installed on your server, you will need to install it.

php artisan config:clear

Changelog

1.3.0 (2023-11-19)

Features

Images
  • Use ImageMagick for larger images (41d131)

Bug Fixes

Reports
  • Use admin URL in report notif mail (27ca6c)

v1.2.0

12 Nov 13:25
9d66fa2
Compare
Choose a tag to compare

Run

php artisan migrate
php artisan config:clear

Optionally, enable admin notifications in user settings if desired.

Changelog

1.2.0 (2023-11-12)

Features

Reports
  • Add opt-in email notifications for new reports, tests (81d28e)
Users
  • Add admin notification preference, tests (3ce088)

Bug Fixes

Admin
  • Fix rank page verbiage (48f972)
Tests
  • Tweak report notif test conditions (f4a793)

v1.1.1

05 Nov 12:53
8e6455e
Compare
Choose a tag to compare

Run

php artisan config:clear

Changelog

1.1.1 (2023-11-05)

Bug Fixes

  • Fix errant form field styling (2f8796)
Users
  • Fix 2FA challenge display, view JS (74c7bd)
  • Make 2FA QR code more readable (888608)

v1.1.0

03 Nov 23:16
4f86c0e
Compare
Choose a tag to compare

Run

php artisan config:clear

Changelog

All notable changes to this project will be documented in this file.

1.1.0 (2023-11-03)

Features

  • Add tinyMCE to site page editing (c40e3f)