commit all archived files

This commit is contained in:
mappu 2015-06-01 00:00:00 +00:00
parent 37c74dda84
commit 20458db818
11 changed files with 40 additions and 0 deletions

40
README.md Normal file
View File

@ -0,0 +1,40 @@
# flfuel
![](https://img.shields.io/badge/written%20in-C%2B%2B%20%28FLTK%29%2C%20PHP-blue)
A fuel tracking program.
After refilling your vehicle, log the odometer reading to keep track of fuel efficiency.
## Features
- Automatic graph generation via `fltkmchart`
- Handles incomplete data (zero odo/fuel/date values) as gracefully as possible
- Simple plaintext `.flf` file format suitable for revision control
- Alternative ealier PHP version, for prototyping graph generation with `mchart`
## Changelog
2015-06-01: 1.1
- Fix an issue with roundtrip persistence
- [⬇️ flfuel-1.1-src.zip](dist-archive/flfuel-1.1-src.zip) *(19.14 KiB)*
- [⬇️ flfuel-1.1-bin.zip](dist-archive/flfuel-1.1-bin.zip) *(156.04 KiB)*
2015-06-01: 1.0
- Initial public release of FLTK version
- Breaking change to file format (now `\n` instead of `\t` separated)
- [⬇️ flfuel-1.0-src.zip](dist-archive/flfuel-1.0-src.zip) *(18.45 KiB)*
- [⬇️ flfuel-1.0-bin.zip](dist-archive/flfuel-1.0-bin.zip) *(156.03 KiB)*
2015-06-01: 0.1
- Initial public release of PHP version
- [⬇️ flfuel-0.1.zip](dist-archive/flfuel-0.1.zip) *(1.51 KiB)*
2015-05-24:
- Feature: Log efficiency, make KPL and L/100K charts
2014-07-07:
- Initial private release of PHP version

BIN
dist-archive/flfuel-0.1.zip Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
doc/screen1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

BIN
doc/screen2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
doc/screen3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

BIN
doc/screen4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

BIN
doc/screen5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB