Skip to content

Commit e733d37

Browse files
committed
Updated documentation and versions for 1.2 release
1 parent 12d6d9a commit e733d37

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

CHANGES.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ Launcher for Linux, Windows, and Mac OS X
55

66
# Changes
77

8-
1.2 (Unreleased)
8+
1.2
99

10-
* Addon manager
10+
The main feature of this release is the add-on manager, but a ton more was done. Thanks to everyone on the LOTRO discord server who helped out with testing. Especially the ever detail oriented ShoeMaker/Technical-13.
11+
12+
* Add-on manager
1113
Manage, update, and browse/download
1214
* plugins (with dependency checking)
1315
* themes (DDO support too!)
@@ -17,7 +19,7 @@ Launcher for Linux, Windows, and Mac OS X
1719
* Improved setup wizard
1820
* Better preview clients support
1921
* Switch to installer and cx-freeze for distribution
20-
* Many more smaller improvements
22+
* Many smaller improvements
2123

2224
1.1
2325

@@ -31,7 +33,7 @@ Launcher for Linux, Windows, and Mac OS X
3133
* Option to securely remember account password
3234
* Window dragging
3335
* Redone language selection
34-
* Many more smaller improvements
36+
* Many smaller improvements
3537

3638
1.0
3739

@@ -41,7 +43,7 @@ Launcher for Linux, Windows, and Mac OS X
4143
* Update to PyQt5
4244
* New PyInstaller based building system to one executable
4345
* Rebrand to OneLauncher
44-
* Many more smaller improvements
46+
* Many smaller improvements
4547

4648
<hr>Below this is PyLotRO. Above is when it became OneLauncher<hr/>
4749

OneLauncher/Information.py

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

33
# Version should be in "number.number format with another .number added only if needed.
44
# "-Dev" should be added if it is not a release yet.
5-
Version = "1.2-Dev"
5+
Version = "1.2"
66
Description = "LOTRO/DDO Custom Launcher"
77

88
# Update checks only work with a repository hosted on Github.

OneLauncher_InstallBuilder.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project>
22
<shortName>OneLauncher</shortName>
33
<fullName>OneLauncher</fullName>
4-
<version>1.2-Dev</version>
4+
<version>1.2</version>
55
<leftImage>${build_project_directory}/OneLauncherInstallerSideImage.png</leftImage>
66
<logoImage>${build_project_directory}/build/images/OneLauncherIcon.png</logoImage>
77
<componentList>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ LOTRO](https://sny.name/LOTRO/) (C) 2007-2009 SNy
2525
# Features Overview
2626

2727
- Patching and launching of LOTRO and DDO
28-
- Plugins, skins, and music manager (Currently only in source)
29-
- Multiple accounts support (Currently only in source)
28+
- Plugins, skins, and music manager
29+
- Multiple accounts support
3030
- Password saving
3131
- Auto optimum WINE setup for Mac and Linux
3232
- Easy game detection

0 commit comments

Comments
 (0)