From 20c0784ffc0140f458f0a4a5bdee4f37c133f5e6 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Thu, 6 Aug 2015 21:36:07 +0200 Subject: [PATCH] release V18.1 --- README.md | 8 ++++++-- setup.iss | 2 +- setup64.iss | 2 +- shared.py | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5de5aa7..c645342 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Current version : 18.0.0, for Terraria 1.3.0.7 on Windows and Linux. +Current version : 18.1.0, for Terraria 1.3.0.7 on Windows and Linux. On the Terraria Forums: [Link](http://forums.terraria.org/index.php?threads/omnitool-world-creation-mapping-backups-and-more.14664/) @@ -16,6 +16,10 @@ Features * Works with GameLauncher GUI * Plugin system for extensions. +[![Main Menu](https://cloud.githubusercontent.com/assets/3189725/9048286/4926664e-3a38-11e5-94a3-78ea5a750c54.png)] + +[![World Render Function](https://cloud.githubusercontent.com/assets/3189725/9121177/f7ad474c-3c80-11e5-8402-1add361a6cf0.png)] + Usage ===== @@ -29,7 +33,7 @@ FAQ Is there a better way to view my world as a map? ------------------------------------------------ You can render a world similar to how Terraria shows them by clicking on a world's image. -This also allows you to create a super image of the world as website. +This also allows you to create a super image of the world as [website](https://dl.dropboxusercontent.com/u/44766482/superimage/index.html). Do I need admin rights to use Omnitool? --------------------------------------- diff --git a/setup.iss b/setup.iss index d2b6051..17a1808 100644 --- a/setup.iss +++ b/setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Omnitool" -#define MyAppVersion "18.0.0" +#define MyAppVersion "18.1.0" #define MyAppPublisher "Fabian Dill" #define MyAppURL "http://forums.terraria.org/index.php?threads/omnitool-world-creation-mapping-backups-and-more.14664/" #define MyAppExeName "omnitool.exe" diff --git a/setup64.iss b/setup64.iss index 32b9949..b91e9fa 100644 --- a/setup64.iss +++ b/setup64.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Omnitool" -#define MyAppVersion "18.0.0" +#define MyAppVersion "18.1.0" #define MyAppPublisher "Fabian Dill" #define MyAppURL "http://forums.terraria.org/index.php?threads/omnitool-world-creation-mapping-backups-and-more.14664/" #define MyAppExeName "omnitool.exe" diff --git a/shared.py b/shared.py index dea8a5e..0a17818 100644 --- a/shared.py +++ b/shared.py @@ -4,7 +4,7 @@ __all__ = ("__version__", "appdata", "cachepath", "cache", "lang", "theme") -__version__ = Version(180000) +__version__ = Version(180100) appdata = appdirs.user_config_dir('omnitool', "", roaming = True) cachepath = os.path.join(appdata, "cache.dill") #filled in by omnitool.py: