Releases: Eclipse-Phase-Unofficial/ep-character-creator
Incremental Summer Release
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
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
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
Actual version published on eclipsephase.oook.ch
v1.2.0
Performance enhancements.
v1.1.0
Original
The is the original (unmodified) v1.0 (03.2014) release downloaded from http://eclipsephase.oook.ch/EPCC_sources.zip