Skip to content

Releases: Eclipse-Phase-Unofficial/ep-character-creator

Incremental Summer Release

10 Jun 01:46
Compare
Choose a tag to compare

Many things have changed under the hood, though few will be visible to the user.

The largest noticeable change will be the use of UiKit, and the new welcome page.

The Entire base UI is now displayed via Vue components.

  • All modals
  • The main menu
  • The first panel

There is now a welcome page. (using Vue Router)
Google Analytics now tracks much more.

All those access the creator through good API calls.
Middleware now prevents errors if a creator does not exist.

The config.ini file was removed in place of laravel's config system.

Object's now enforce type hints in their constructors.
The savepack loading code now uses __set_state, and forces everything to the correct type.
A column in the database was changed from float to int.

Moved from Laravel 5.6 to 5.8.
Dependencies updated (including one which had a high severity CVE)

The Exporters have gone through a much needed cleanup, with fixes.

Sentry is now used for error tracking.

The Docker build now uses nginx and php-fpm instead of apahce.

Add a few working tests

Many other small cleanups.

Gate Jump

10 Jan 07:51
Compare
Choose a tag to compare

This switches over to using the Laravel PHP framework to do the heavy lifting. It's not a complete change, but does require the database to be re-imported.

From a user perspective, the only change will be that they can not edit items that they have not added to their character, and any changes may be removed if they remove them from their character. Also, while not mentioned in the changelog (oversight), the save file won't contain a complete copy of the database, so should be much smaller.

NOTE: This is a re-release. This originally did not build a running Docker container. Due to some legacy code treating versions as floats, we can't just delete the bad tag and add a point release.

Gate Prep

30 May 03:39
Compare
Choose a tag to compare

This is the last version using anything under PHP 7.2. (Works with PHP 5.6)

This is the last version that does not require composer.

Expect massive changes to the file and database structure after this release.

Suggested deployment is via the pre-built Docker images.

summer release

07 Jul 14:43
Compare
Choose a tag to compare

Actual version published on eclipsephase.oook.ch

v1.2.0

06 Sep 17:52
Compare
Choose a tag to compare

Performance enhancements.

Change Log

v1.1.0

01 Aug 19:35
Compare
Choose a tag to compare

Original

20 Jul 00:34
Compare
Choose a tag to compare

The is the original (unmodified) v1.0 (03.2014) release downloaded from http://eclipsephase.oook.ch/EPCC_sources.zip