Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Rokuazery committed Jul 9, 2022
1 parent d550c2c commit 9a3f129
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LoL Assist/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:view="clr-namespace:LoL_Assist_WAPP.View" x:Name="Me"
xmlns:viewModel ="clr-namespace:LoL_Assist_WAPP.ViewModel"
mc:Ignorable="d" WindowStartupLocation="CenterScreen" Background="{DynamicResource bBrushSecondary}" RenderOptions.BitmapScalingMode="HighQuality" Topmost="True"
mc:Ignorable="d" WindowStartupLocation="CenterScreen" Background="{DynamicResource bBrushSecondary}" RenderOptions.BitmapScalingMode="HighQuality" Topmost="{Binding Path=Topmost, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}"
Title="LoL Assist" Height="380" Width="505" MinHeight="380" MinWidth="505" MaxHeight="350" MaxWidth="485" BorderBrush="{DynamicResource BorderGradientBrush}" BorderThickness="1">
<!--Topmost="{Binding Path=Topmost, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}"-->
<Window.InputBindings>
Expand Down
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,24 @@
</div>

<p align="center" styles="word-wrap: break-word;">LoL Assist is an automatic Runes & Spells importer for League of Legends with a simple-looking UI & GUI.
Builds are scraped from <a href="https://www.metasrc.com">Metasrc</a>, and I'll be adding more options soon or later on.
Builds are scraped from <a href="https://www.metasrc.com">METAsrc</a> and <a href="https://u.gg">U.GG</a>, and I'll be adding more options soon or later on.
Consider giving my project a star to support me. 😄❤️</p>

<div align="center">
<h3>Features</h3>
<p>
• Auto Import Runes<br>
• Auto Import Spells<br>
• Real-time rune editor<br>
• Auto Accept Matchmaking<br>
• Runes & Spells Editor<br>
Advanced Runes & Spells Editor<br>
• Auto Updater<br>
</p>
</div>

<div align="center">
<h3>To do</h3>
<p>
More Runes & Spells Source ❌<br>
Auto chat role (Automatically send your selected role to lobby chat) ❌
</p>
</div>
Expand All @@ -46,19 +46,20 @@ Auto chat role (Automatically send your selected role to lobby chat) ❌
<summary>LoL Assist Preview</summary>
<br/>
<p>
<h5>Main Window<h5/>
<image width="350" src="https://user-images.githubusercontent.com/48817307/172015955-05926a4d-73cd-4714-b425-bf19ec52a8a5.png"/>
<image width="350" src="https://user-images.githubusercontent.com/48817307/172016132-e24cd3ce-fe6d-4d5a-8e87-1747101e156f.png"/><br/><br/>
<image width="350" src="https://user-images.githubusercontent.com/48817307/178121591-c959eb58-cd66-464c-a66b-3fad7632eab0.png"/>
<image width="350" src="https://user-images.githubusercontent.com/48817307/178121506-3161981a-0e07-4869-99a4-ec0b76673737.png"/>
<image width="350" src="https://user-images.githubusercontent.com/48817307/178121533-ee544f74-f7ee-4fe9-ba3b-9905de81ed65.png"/>
<image width="350" src="https://user-images.githubusercontent.com/48817307/178121586-f971f0d8-cc4e-4718-963f-0a611d8b5bd7.png"/><br/><br/>
<h5>Runes & Spells Editor Window<h5/>
<image width="350" src="https://user-images.githubusercontent.com/48817307/172016693-1d5ff61a-5478-45aa-b4e6-38a615e40c2f.png"/>
<image width="350" src="https://user-images.githubusercontent.com/48817307/178121875-eb62a04a-800f-4af6-9e4b-47eef4eb13e1.png"/>
</p>
</details>
</div>

## Acknowledgements
This project wouldn't be possible without their tools...
- [@Pupix](https://github.com/Pupix) -> [Rift Explorer](https://github.com/Pupix/rift-explorer)
- [@pipe01](https://github.com/pipe01) -> [lcu-event-viewer](https://github.com/pipe01/lcu-event-viewer)
- [@pipe01](https://github.com/pipe01) -> [lcu-event-viewer](https://github.com/pipe01/lcu-event-viewer), [legendary-rune-maker](https://github.com/pipe01/legendary-rune-maker)
- [@Hi-Ray](https://github.com/Hi-Ray), [@MingweiSamuel](https://github.com/MingweiSamuel) -> [LCU Explorer](https://github.com/HextechDocs/lcu-explorer)

## Authors
Expand Down
4 changes: 2 additions & 2 deletions Version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.8.0.0
1.1.2.0
2.0.0.0
2.0.0.0

0 comments on commit 9a3f129

Please sign in to comment.