From 2f9387212bc386136c6531202b3cdfe26106baf7 Mon Sep 17 00:00:00 2001 From: krustur Date: Mon, 26 Nov 2018 01:25:14 +0100 Subject: [PATCH] Updated readme.md --- README.md | 34 ++++++++++++++++++++++++++++++++++ src/main.c | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8e2f83..675072d 100644 --- a/README.md +++ b/README.md @@ -1 +1,35 @@ # IconAlign +## About +IconAlign is a command line utility that aligns Workbench icons to a grid. + +Have you ever felt limited by Workbench's ability to layout the icons? This util aims to aid you in your struggles by allowing you to roughly position your icons in Workbench any way you want, and then run this tool to snap your Icons to a given grid. + +## Version +```VER: IconAlign 0.2 (26.11.2018)``` + +## Requirements +- dos.library V40 +- icon.library V45 + +## Installation +Copy IconAlign to C: + +## Usage + +### Examples + +## Bug reports and Feature requests +Post your Bug reports and Feature requests [on github](https://github.com/krustur/IconAlign/issues) + +### Future features (move to github) +- Align Icons on Workbench screen +- Auto mode to arrange all icons automatically +- Support to run from Workbench + +### Known bugs (move to github) +- For some icons wrong width and heigth are used, resulting in strange behavior with some options + +## Contact +Contact me on twitter https://twitter.com/krustur + + diff --git a/src/main.c b/src/main.c index 603a868..b129b03 100644 --- a/src/main.c +++ b/src/main.c @@ -31,7 +31,7 @@ extern size_t __stack_usage; // Version tag -#define VERSTAG "\0$VER: IconAlign 0.1 (18.11.2018)" +#define VERSTAG "\0$VER: IconAlign 0.2 (26.11.2018)" unsigned char versiontag[] = VERSTAG; // Build Platform