Skip to content

Commit 0048f78

Browse files
committed
Added badges to README file. Added CHANGELOG file.
1 parent 1f5db4f commit 0048f78

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## Unreleased
4+
5+
### Added
6+
7+
- Export of crafting category for recipes.
8+
- Export of machine data.
9+
10+
### Fixed
11+
12+
- Icon tint color possibly using a range of 0-255 instead of 0-1.
13+
- Using not the original size of the icons.
14+
15+
## 1.0.0 - 2018-05-13
16+
17+
- Initial release of the export.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Factorio Item Browser - Export
22

3+
[![Latest Stable Version](https://poser.pugx.org/factorio-item-browser/export/v/stable)](https://packagist.org/packages/factorio-item-browser/export) [![License](https://poser.pugx.org/factorio-item-browser/export/license)](https://packagist.org/packages/factorio-item-browser/export) [![Build Status](https://travis-ci.org/factorio-item-browser/export.svg?branch=master)](https://travis-ci.org/factorio-item-browser/export) [![codecov](https://codecov.io/gh/factorio-item-browser/export/branch/master/graph/badge.svg)](https://codecov.io/gh/factorio-item-browser/export)
4+
35
This project is the exporting part of the Factorio Item Browser, generating all the needed data to be imported into the
46
database.
5-
6-
*TBC*

0 commit comments

Comments
 (0)