From 8f29f0fd75960951fbabc8d10684fc9fc05bcb80 Mon Sep 17 00:00:00 2001 From: Jake Date: Thu, 16 Jun 2016 09:22:38 +0200 Subject: [PATCH] docs: Add changelog Moved the version info in top of readme to a changelog. Converted the version identifiers to more semantic versioning, but it is easy to change if semantic versioning is not interesting, or my conversion doesn't make sense. --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a6286af --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Change Log + +## [0.1.4] - 2012-11-24 +### Added +* KTX file format +* Basic ETC1 support +* Simple makefile + +### Fixed +* Various DDS format fixes + +## [0.1.3] - 2012-04-26 +### Added +* Ported to Linux (tested on Ubuntu x86 w/Codeblocks). Note that a few features of the cmd line tool don't work yet (eg. -timestamp) + +[0.1.4]: https://github.com/BinomialLLC/crunch +[0.1.3]: https://github.com/BinomialLLC/crunch \ No newline at end of file