Skip to content

Commit 20c0784

Browse files
committed
release V18.1
1 parent fa631ca commit 20c0784

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Current version : 18.0.0, for Terraria 1.3.0.7 on Windows and Linux.
1+
Current version : 18.1.0, for Terraria 1.3.0.7 on Windows and Linux.
22

33
On the Terraria Forums:
44
[Link](http://forums.terraria.org/index.php?threads/omnitool-world-creation-mapping-backups-and-more.14664/)
@@ -16,6 +16,10 @@ Features
1616
* Works with GameLauncher GUI
1717
* Plugin system for extensions.
1818

19+
[![Main Menu](https://cloud.githubusercontent.com/assets/3189725/9048286/4926664e-3a38-11e5-94a3-78ea5a750c54.png)]
20+
21+
[![World Render Function](https://cloud.githubusercontent.com/assets/3189725/9121177/f7ad474c-3c80-11e5-8402-1add361a6cf0.png)]
22+
1923
Usage
2024
=====
2125

@@ -29,7 +33,7 @@ FAQ
2933
Is there a better way to view my world as a map?
3034
------------------------------------------------
3135
You can render a world similar to how Terraria shows them by clicking on a world's image.
32-
This also allows you to create a super image of the world as website.
36+
This also allows you to create a super image of the world as [website](https://dl.dropboxusercontent.com/u/44766482/superimage/index.html).
3337

3438
Do I need admin rights to use Omnitool?
3539
---------------------------------------

setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Omnitool"
5-
#define MyAppVersion "18.0.0"
5+
#define MyAppVersion "18.1.0"
66
#define MyAppPublisher "Fabian Dill"
77
#define MyAppURL "http://forums.terraria.org/index.php?threads/omnitool-world-creation-mapping-backups-and-more.14664/"
88
#define MyAppExeName "omnitool.exe"

setup64.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Omnitool"
5-
#define MyAppVersion "18.0.0"
5+
#define MyAppVersion "18.1.0"
66
#define MyAppPublisher "Fabian Dill"
77
#define MyAppURL "http://forums.terraria.org/index.php?threads/omnitool-world-creation-mapping-backups-and-more.14664/"
88
#define MyAppExeName "omnitool.exe"

shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__all__ = ("__version__", "appdata", "cachepath", "cache", "lang", "theme")
66

7-
__version__ = Version(180000)
7+
__version__ = Version(180100)
88
appdata = appdirs.user_config_dir('omnitool', "", roaming = True)
99
cachepath = os.path.join(appdata, "cache.dill")
1010
#filled in by omnitool.py:

0 commit comments

Comments
 (0)