Releases: tralafiti/pathfinder
v1.5.1-t
- Pull in upstream v1.5.1, see exodus4d#777
- Upgrade dockerfiles
- PHP 7.3
- PHP session storage in Redis
- Persistent DB and Redis connection
- Default to excluding wh connections in route search
Upgrade guide: v1.5.0
-> v1.5.1-t
1. Be sure you have done the upstream migration steps, see https://github.com/exodus4d/pathfinder/releases/tag/v1.5.1
2. Update Code
- Add remote:
$ git remote add tralafiti https://github.com/tralafiti/pathfinder.git
- Fetch remote information
$ git fetch tralafiti
- Checkout branch:
$ git checkout -b master-t tralafiti/master
3. Adjust conf/pathfinder.ini
:
VERSION = v1.5.1-t
(you can always switch back to exodus4d's frontend by removing the '-t' from the version)
v1.5.0-t
- Include the great work exodus4d did since v1.3.4 up to v.1.5.0 #12
- Docker environment #9
- Rework compact mode to a "fixed size system" mode #13
- Remove map scrolling on (auto) selection of current system b97f281
- Prevent pasting structure d-scan into wrong system and omit system name prefix, thanks @jrothfuchs 04be892
Upgrade guide: v1.3.4
-> v1.5.0-t
1. Be sure you have done all migrations starting from v1.3.4
up to v1.5.0
, see https://github.com/exodus4d/pathfinder/releases/tag/v1.5.0
2. Update Code
- Add remote:
$ git remote add tralafiti https://github.com/tralafiti/pathfinder.git
- Fetch remote information
$ git fetch tralafiti
- Checkout branch:
$ git checkout -b master-t tralafiti/master
3. Adjust pathfinder.ini
:
VERSION = v1.5.0-t
(you can always switch back to exodus4d's frontend by removing the '-t' from the version)
v1.3.4-t
- All the great work exodus4d did for v1.3.4, see exodus4d#610
- New map layout with fixed width/height systems, static info, pilot tooltip... #5
- Improved system info links (e.g. Dotlan and Anoik.is) #7
Upgrade guide: v1.3.4
-> v1.3.4-t
1. Be sure you have done the migration for v1.3.4
, see https://github.com/exodus4d/pathfinder/releases/tag/v1.3.4
2. Update Code
- Add remote:
$ git remote add tralafiti https://github.com/tralafiti/pathfinder.git
- Fetch remote information
$ git fetch tralafiti
- Checkout branch:
$ git checkout -b master-t tralafiti/master
3. Adjust pathfinder.ini
:
VERSION = v1.3.4-t
(you can always switch back to exodus4d's frontend by removing the '-t' from the version)
4. Open /setup
and update pathfinder's wormhole
table via "Setup table"
5. Reimport export/sql/pathfinder.sql
to fill wormhole
table with signature strength information