Skip to content

Releases: StealthyPanda/hermes

New Hermes

20 Jun 17:14
Compare
Choose a tag to compare

Added better file tracking

  • Header files are tracked recursively now, up to a depth of 999
  • Fixed a lotta bugs

Full Changelog: v1.3...v1.4

Hermes 1.3

11 May 19:10
Compare
Choose a tag to compare

Refactored the whole program

  • Functionality is basically the same.
  • Now header files are also automatically tracked.
  • Script is a lot more modular, more features can be easily added in future.
  • A lot easier to hack into the whole process, and customise it to your needs.
  • Final binary is a lot smaller and lightweight now.

Full Changelog: v1.2...v1.3

Hermes 1.2

29 Apr 08:28
Compare
Choose a tag to compare

File tracking

  • File tracking is now a thing. All files given in 'inputs' are tracked for changes, and only those with changes are recompiled.
  • Greatly reduced compile times. It actually is lightning fast now.

Full Changelog: v1.1...v1.2

Hermes 1

23 Apr 00:41
Compare
Choose a tag to compare

Basic Hermes works fine

  • Deals with wildcards, spaced paths etc.
  • Global configs to automatically add to any project level configs.

Full Changelog: v1.0...v1.1