Skip to content

Releases: exodus4d/pathfinder

v1.0.0

03 Jun 21:12
Compare
Choose a tag to compare
  • NEW: Added CREST support #84
    • added _CCP_s SSO authentication #84
    • added character location tracking (OGB) #84
    • added support for "waypoint"-set/delete options (OGB) #163
  • NEW: Added cookie based login feature #138
  • NEW: Added missing ore/gas sites to wormholes
  • NEW: Added missing wormhole type signatures #121
  • NEW: Added eve_citadel SDE dump file to /export/sql folder
  • NEW: "Routes search" algorithm #131
    • search on multiple maps
    • filter routes
  • NEW: added test server for public testing https://www.dev.pathfinder-w.space (unstable!) #145
  • NEW: added Slack developer channel (check README.md)
  • Improved map change animations #120
  • Improved date format, changed from deDE to usUS #111
  • Improved setup process for "environment variables" (optional) #175
  • Updated PHP framework 3.5.0 -> 3.5.1
  • Updated develop Gulp build tasks
  • Updated Cortex ORM plugin
  • Updated project wiki with new install information
  • Updated "credits" dialog
  • Removed EVE Online character API support
  • Fixed signature overwriting on re-using "signature reader" dialog #81
  • Fixed "TrueSec" system rounding #109
  • Fixed "signature type" caching in signature module #141 #110
  • Fixed wormhole signature ids #119
  • Fixed "dataTable" js bug on missing "status" data
  • Fixed error on duplicate systems on a map #114

v1.0.0RC2

06 Feb 15:26
Compare
Choose a tag to compare
v1.0.0RC2 Pre-release
Pre-release
  • NEW "K162" wormhole types for "HS", "LS" and "0.0" connections (#91)
  • NEW (WIP) some basic CREST API data mappers (#84)
  • NEW (WIP) "isNPC" flag in Corporation table (#84)
  • NEW (WIP) added CREST API settings to environment.ini (#84)
  • Fixed (IGB map not working) jsPlumb v2.0.5 downgraded to v1.7.6 (#90)
  • Updated and renamed "landingpage" view to "login" view (#84)

v1.0.0RC1

22 Jan 17:56
Compare
Choose a tag to compare
v1.0.0RC1 Pre-release
Pre-release
  • NEW Project URL (https://www.pathfinder-w.space) (moved from "shared hoster" to VPS)
  • NEW: Setup Dashboard (#6)
    • New install/update process -> check the wiki
    • Visual UI for DB setup and configuration www.[YOUR_DOMAIN]/setup (new route added)
    • DB tables are automatically created out of their model classes
    • PHP and MySQL settings are checked automatically
    • DB update will be easy for upcoming releases (full DB diff/update functions)
    • Indexes/Unique Keys are automatically set and named correctly
    • Foreign-key-constraints are automatically set
    • Basic Configuration is shown on the dashbaord (see pathfinder.ini)
    • No "crtitical" DB functions on this board (you cant break/delete anything)
  • NEW: Added support for Nginx Servers (v.1.9.9)
  • NEW: Added support for PHP (v.7.0.2)
  • NEW: Added support for MariaDB (v.10.1.10)
  • NEW: Added "favicons" folder to project
  • NEW: Added "lazyloading" for images (login page) (reduced page load time)
  • NEW: Added "laziloading" for Youtube videos (login page)(reduced page load time)
  • NEW: Added .gz compression for static sources (.js/*.css) to Gulp "production" build-task (reduced page load time)
  • NEW: Added GitHub Developer API support (Version history available on Login page)
  • NEW: Added "Youtube" verification code to index.html
  • Changed DB-column naming for map sharing settings ("sharing" -> "shared")
  • Changed deprecated SVG animation bars into CSS animation keyframes
  • Improved *.ini config file loading (added include instead of loading each file)
    • Moved DB connection credentials into new "environment.ini"
  • Updated "readme.me"
  • Updated project wiki (installation guide)
  • Updated main SVG map drawing lib jsPlumb (v1.7.6 -> v2.0.5)
  • Updated IconFont "FontAwesome" (v4.4.0 -> v4.5.0)
  • Removed registration mail (#80)
  • Fixed redirect (#79)
  • Fixed IGB-Header bug on Nginx servers
  • Fixed "Shatterd Wormhole mapping" (#73)
  • Fixed "Connection sometimes deletes" (#78)

v0.0.16-beta

19 Nov 21:38
Compare
Choose a tag to compare
v0.0.16-beta Pre-release
Pre-release
  • Changelog/Fixed
  • New: wormhole mass/limit/lifetime added
  • New: Shattered Wormholes supported
  • Bug fixes

DB changes

  • table system_static renamed to system_wormhole
  • new wormhole table includes static data
  • added/changed some default values (#59)

v0.0.15-beta

11 Nov 19:40
Compare
Choose a tag to compare
v0.0.15-beta Pre-release
Pre-release
  • Table names from SDE changed back to "default" camelCase names
  • New Im/Export Feature
  • Added Ngnix support

v0.0.14-beta

25 Oct 19:09
Compare
Choose a tag to compare
v0.0.14-beta Pre-release
Pre-release

Hint: Small DB dump update (check repo).

DB changes:

INSERT INTO `character_status` (`id`, `created`, `updated`, `active`, `name`, `class`) VALUES
(3, '2015-10-25 17:40:41', '2015-10-25 17:40:41', 1, 'own', 'pf-user-status-own');

v0.0.13-beta

15 Oct 16:50
Compare
Choose a tag to compare
v0.0.13-beta Pre-release
Pre-release

Changelog/Fixed

  • No DB changes

v0.0.12-beta

06 Oct 17:50
Compare
Choose a tag to compare
v0.0.12-beta Pre-release
Pre-release

Hint: The current *.sql dump is now part of the repo.

DB changes:

ALTER TABLE user_character DROP INDEX userId_3;

v0.0.11-beta

29 Sep 19:23
Compare
Choose a tag to compare
v0.0.11-beta Pre-release
Pre-release
Merge pull request #38 from exodus4d/develop

v0.0.11

v0.0.10-beta

22 Sep 18:59
Compare
Choose a tag to compare
v0.0.10-beta Pre-release
Pre-release
Merge pull request #24 from exodus4d/develop

v0.0.10