Skip to content

Commit 4f8b55a

Browse files
author
Argent77
committed
Version 0.4
1 parent 39da279 commit 4f8b55a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

tileconv/README

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
TILECONV
22
~~~~~~~~
33

4-
Version: 0.3
4+
Version: 0.4
55
Author: Argent77
66

77
This tool allows you to compress or decompress TIS and MOS files provided by
@@ -113,3 +113,9 @@ v0.3 (2014-09-06)
113113
* Better parameter handling
114114
* Added option -I for displaying file stats
115115
* Many fixes and improvements under the hood
116+
117+
v0.4 (2014-09-09)
118+
* Improved visual feedback
119+
* Added output folder support
120+
* Added option "-T" to treat unrecognized files as headerless TIS
121+
* Added quality levels for encoding process

tileconv/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020
THE SOFTWARE.
2121
*/
2222
int vers_major = 0;
23-
int vers_minor = 3;
23+
int vers_minor = 4;
2424
char prog_name[] = "tileconv";
2525
char author[] = "Argent77";

0 commit comments

Comments
 (0)