Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Releases: dd86k/ggf

ggf v0.2.2

26 Oct 02:36
Compare
Choose a tag to compare
ggf v0.2.2 Pre-release
Pre-release

Maintenance release

Full Changelog

ggf v0.2.1

15 Jul 00:52
Compare
Choose a tag to compare
ggf v0.2.1 Pre-release
Pre-release

For some odd reason, if you compile ggf with LDC2, it fails on run-time for local drives, excluding USB/external ones.

So here's a release with a working 64-bit build.

Changelog

  • Performance tweaks
  • Change -F output with tabs and +EXAMPLE

ggf v0.2.0

12 Jul 02:02
Compare
Choose a tag to compare
ggf v0.2.0 Pre-release
Pre-release

It's now possible to specify a drive, and an -n option has been added, the ability to remove the header.

Changelog

  • Add the ability to specify a drive : e.g. ggf c for C:
  • Add -n option, to remove the header bar
  • Fix missing options in help screen

ggf v0.1.0

11 Jul 04:09
Compare
Choose a tag to compare
ggf v0.1.0 Pre-release
Pre-release

A new feature has been added : -P (view by progress-bar style usage). The 32-bit build works under Windows XP.

Otherwise, all features have been reworked.

| Option | Description |
| None | View usage by size |
| -P | View usage by bars |
| -F | View features |
| -M | View misc. |

ggf v0.0.1

16 Jan 03:28
Compare
Choose a tag to compare
ggf v0.0.1 Pre-release
Pre-release

Faster? Faster.

Running through the -betterC, step on the extern (C), yeah!

First pre-release

27 Mar 18:49
Compare
Choose a tag to compare
First pre-release Pre-release
Pre-release

Enjoy!

ggf.win32.exe : dmd -release -O -boundscheck=off -m32 ggf.d
ggf.win64.exe : dmd -release -O -boundscheck=off -m64 ggf.d