Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

[RELEASE] Build20231122 (1.6.3)

Latest
Compare
Choose a tag to compare
@secsome secsome released this 22 Nov 06:43
· 5 commits to master since this release

RELEASE 1.6.3 (2023-11-22)

  • New ExtConfig : ExtVariables = BOOLEAN, defaults to false
  • New ExtConfig : FileWatcher = BOOLEAN, defaults to true
  • Add shortcuts to some online websites
    • FA2sp Github Page, translation key: Menu.Online.FA2sp
    • Phobos Github Page, translation key: Menu.Online.Phobos
    • PPM Forum MainPage, translation key: Menu.Online.PPM
    • ModEnc MainPage, translation key: Menu.Online.ModEnc
    • You can also add your own shortcuts (3 at max) by editing FAData.ini section [Online]
      • This feature might be vulnerable in some cases, so it is disabled by default, you can enable it by setting ExtConfig : CustomOnlineWebsites = BOOLEAN, defaults to false
    ; In `FAData.ini`
    [OnlineWebsites]
    Custom1=My Website Name 1,https://website1.com
    Custom2=My Website Name 2,https://website2.com
    Custom3=My Website Name 3,https://website3.com