Railgun Wiki
Register
Advertisement
General information Installation instructions Configuration options Changelog
Railgun Wiki Installation Configuration Changelog
List of all code pages Create a module tutorial Railgun's API Author of the script
Code Developing a module API User:Mathmagician

Version 2.2.1[]

New core feature:

  • All Railgun module's can be anchored to the top right corner of the browser
  • The anchored module will scroll with the window

New Railgun module: Quicksearch

  • Highlight text anywhere on the page and search for it
  • Can be used to search youtube, google, wikipedia, etc.

Bugs fixed

  • Wikia's "Popular Blog Posts" module is now recognized by Railgun
  • Fixed a bug where Railgun wouldn't load on Special:WikiActivity

Version 2.2.0[]

New feature: Module Manager

  • Located at bottom of the siderail
  • Install and uninstall modules
  • Sort modules on the siderail

Friend's List module

  • Moved icon from masthead to module
  • Changed storage structure

General

  • Config options can now given in RailgunConfig
    • type Railgun.info() into the console for more info
  • API located in Railgun namespace
    • type Railgun.api(); into the console
  • Documentation improved
  • Backend code structuring changes

Version 2.1.1[]

  • Tweaked server API
  • Fixed a few small back-end bugs

Version 2.1.0[]

  • Switched to JSDoc comments for building documentation

Version 2.0.3[]

  • Tweaked Friend's List module
  • Refactored server/client interactions

Version 2.0.2[]

  • ShowHideSiderail namespace added

Version 2.0.1[]

  • Friend's List module introduced

Version 2.0.0[]

  • Redesigned from the ground up with Storage namespace
Advertisement