Skip to content

G-Earth 1.5

Compare
Choose a tag to compare
@sirjonasxx sirjonasxx released this 22 Aug 01:49
· 306 commits to master since this release

Introduction of the Extension Store

There is now an extension store built-in into G-Earth. The extensions are collected in the G-ExtensionStore repository and are reviewed to be safe. It looks like this;
image

Extensions are installed with one click
image

When extensions are published, they will be assigned a rating. The feedback is based on how many likes it gets in the G-Earth Discord server, and if an extension is actively maintained it gets bonus points. All the ratings of extensions a person has published combined, count toward the reputation of the user

Extensions will also automatically be tweeted on a G-Earth Twitter account

There is a list of requirements an extension has to satisfy to be in the extension store, but it is very reasonable: https://github.com/sirjonasxx/G-ExtensionStore

Other important updates

  • Java extension development has changed:
    • PacketInfoSupport is removed and is now embedded in the extension class
    • ExtensionForms now require a seperate launcher class
    • Check the G-Click extension for reference
  • The packetlogger can now display packets in hexadecimal format instead of the legacy format, this is optional
  • G-Earth for Mac (Air) has been fixed thanks to @kSlideHH
  • Injection history now has a clear button
  • Almost all built-in extensions have been removed:
    • AlwaysAdmin is now embedded in G-Earth, not as an extension but as a checkbox in the Extra tab
    • G-Manipulate and Packet Info Explorer are now part of the extension store
  • Bugfixes