Skip to content

Releases: whisperity/SharpGMad

v1.2

29 Oct 20:34
Compare
Choose a tag to compare
  • Added a folder tree for easier browsing of files
  • Addons will now automatically reopen if whitelist override is enabled
  • Fixed metadata handling when creating addons from loose structures
  • Fixed description JSON not supporting newlines
  • Fixed adding files to archive failing if outer path didn't match whitelist.

v1.1.2.3

03 Oct 18:20
Compare
Choose a tag to compare
  • Updated whitelist patterns to match with newest GMad
  • Fixes apparent issue caused by previous release v1.1.2.1
    • Reverted this change because it was not a fix after all
  • Added the ability to force open whitelist non-conforming addons by hand if the user requests

v1.1.2

05 Jan 14:51
Compare
Choose a tag to compare
  • Added cross-platform compatibility for Mono
  • Various small typo and execution fixes
  • Added ability to write legacy info.txt files when extracting
  • Added automatic discovery of info.txt files when creating

v1.1.1

21 Dec 12:10
Compare
Choose a tag to compare
  • Removed not used Author field from showing until gmad supports it.
  • Added Drag and Drop support in the GUI
  • Added support for opening files currently in use by a running Garry's Mod process

v1.1

25 Jul 12:23
Compare
Choose a tag to compare

New features

  • Added ability to automatically pack old (gmod12) addon folders using info.txt or addon.txt
  • You can shell-execute a file from the archive by double-clicking it
  • Pressing the DELETE key on a file in the list will remove it

Bug fixes, stability improvements

  • Fixed a typo resulting in StackOverflow
  • Reworked the way addon contents are stored fixing crashes due to running out of available memory
  • Internal changes to make debugging and development easier and the code cleaner
  • Will no longer read the file contents (consuming memory) if the file cannot be added (due to whitelist malcompliance) later on

Misc.

  • Merged the functionality of "Update metadata" window into the main form
  • Improved the user-friendlyness of the graphical interface
  • Prompts to save the addon will now only show if there are unsaved modifications

v1.0.1

05 Jul 10:15
Compare
Choose a tag to compare

Small bugfixes and improvements

New features

  • Added multiple file extract and remove capability

Bug fixes

  • Fixed automatically selecting the addon file's directory in LegacyExtract
  • Fixed exceptions of UpdateMetadata for addons with no tags
  • Fixed exceptions of creating a new addon with empty, invalid metadata

Misc.

  • Implemented the "ServerContent" tag from gmad

v1.0

05 Jul 10:11
Compare
Choose a tag to compare

Initial release for public use, now containing the first SharpGMad features.

Added

  • Realtime functionality