Skip to content

v1.0.0RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@exodus4d exodus4d released this 22 Jan 17:56
· 770 commits to master since this 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)