Skip to content

Commit

Permalink
Version 7.6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwoxer committed Dec 16, 2014
1 parent c8963af commit 500a0f0
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 29 deletions.
36 changes: 18 additions & 18 deletions Jungle Timer/LJTD.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Jungle Timer/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("7.5.0.1")>
<Assembly: AssemblyFileVersion("7.5.0.1")>
<Assembly: AssemblyVersion("7.6.0.0")>
<Assembly: AssemblyFileVersion("7.6.0.0")>
1 change: 1 addition & 0 deletions Jungle Timer/My Project/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
Wenn Sie Datei- und Registrierungsvirtualisierung für Abwärts-
kompatibilität verwenden möchten, löschen Sie den requestedExecutionLevel-Knoten.
-->
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
Expand Down
2 changes: 1 addition & 1 deletion Jungle Timer/Resources.vb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Public Class Resources
End Property

' #################################################### Log file
Private searchLogfile As String() = {"StartGame", "Shutdown"}
Private searchLogfile As String() = {"PlayGame", "Shutdown"}
Public ReadOnly Property PropSearchLogfile(i As Integer) As String
Get
Return searchLogfile(i)
Expand Down
4 changes: 2 additions & 2 deletions Jungle Timer/Updater.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions Jungle Timer/Updater.vb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Imports System.ComponentModel
Public Class Updater
Private newestVersion As String
Private urlDownloadLink As String = "http://www.ljtd.eu/dl/LJTD.rar"
Private urlDownloadLink As String = "http://www.ljtd.eu/dl/LJTD.zip"
Private urlHistoryWebsite As String = "http://www.ljtd.eu/misc/history/"
Private urlFAQSaveConfigWebsite As String = "http://www.ljtd.eu/misc/faq/#save-import-old-settings"
Private urlFAQOpenArchiveFileWebsite As String = "http://www.ljtd.eu/misc/faq/#open-archive-file"
Expand Down Expand Up @@ -38,7 +38,7 @@ Public Class Updater
With SaveFileDialog
.InitialDirectory = CStr(Environment.SpecialFolder.DesktopDirectory)
.Title = txtDownloadLJTD1
.FileName = "LoL Jungle Timer Deluxe v" & newestVersion & ".rar"
.FileName = "LoL Jungle Timer Deluxe v" & newestVersion & ".zip"
.RestoreDirectory = True
If SaveFileDialog.ShowDialog() = DialogResult.OK Then
File_Download(urlDownloadLink, SaveFileDialog.FileName)
Expand All @@ -62,4 +62,8 @@ Public Class Updater
Private Sub DownloadFile_Completed(sender As Object, e As AsyncCompletedEventArgs)
Label_Saved.Text = txtDownloadLJTD3
End Sub

Private Sub Panel_Updater_Paint(sender As Object, e As PaintEventArgs) Handles Panel_Updater.Paint

End Sub
End Class
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ as known as LJTD
is the leading and most popular jungle timer for League of Legends.

For more information about how to use this tool you should have a look on the developing website:
[**Getting started**](http://www.ljtd.net/get-started/) or [**Frequently asked questions**](http://www.ljtd.net/misc/faq/)
[**Getting started**](http://www.ljtd.eu/get-started/) or [**Frequently asked questions**](http://www.ljtd.eu/misc/faq/)

Jungle Timer
------------
Such timers help to optimize your buff timings. LJTD is giving the possibility to time infinite wards, too!

The brand new feature [**Objective Overview**](http://www.ljtd.net/ljtd-6-objective-overview/) is great if you don't want to play in window mode.
The brand new feature [**Objective Overview**](http://www.ljtd.eu/ljtd-6-objective-overview/) is great if you don't want to play in window mode.

Beyond that the LJTD has many other [**features**](http://www.ljtd.net/features/). We hope you will have as much fun as we with this tool and would appreciate to see you on our forum: http://www.ljtd.net/forum/
Beyond that the LJTD has many other [**features**](http://www.ljtd.eu/features/). We hope you will have as much fun as we with this tool and would appreciate to see you on our forum: http://www.ljtd.eu/forum/

Donate or become a fan!
-----------------------
**Donate** http://www.ljtd.net/misc/
**Donate** http://www.ljtd.eu/misc/

**Facebook** https://www.facebook.com/LoLJungleTD

Expand Down

0 comments on commit 500a0f0

Please sign in to comment.