Skip to content

Latest commit

 

History

History
142 lines (110 loc) · 5.07 KB

CHANGELOG.md

File metadata and controls

142 lines (110 loc) · 5.07 KB

Changelog

### 0.4.1 (July 20th, 2015)
  • Grammar fixes (thanks iKevinY!)
  • Mark log upload as failed if it can't be opened
  • AJAX requests error instance (cause there was none...)
  • Update error message for tips on how to fix
### 0.4.0 (July 20th, 2015)
  • Give user ability to set Trinkets and/or Consumables to top or bottom of item set
  • Automatically save preferences and League directory
  • Item sets file structure now follows Riot standards
  • Add error/crash message for when something breaks
  • New error log reporting system
  • Switch from Bootstrap to Semantic UI (New buttons, progress bar, layout)

Bug Fixes

  • Multiple windows opening when clicking browse
  • Improved path handling
  • Grammar fixes
  • Tooltips so they're easier to view

Notes

  • ARAM builds still in Beta, still haven't decided what I want to do with them.
### 0.3.2 (July 10th, 2015)
  • Incorrect callback used when a new champ is introduced.
### 0.3.1 (June 17th, 2015)
  • New Icon
  • Added background and changed progress bar

Bug Fixes

  • Remove last digit of Riot version for ARAM builds.
### 0.3.0 (June 15th, 2015)
  • ARAM Item Sets
  • Delete "Championify Item Sets" Button
  • Lock ChampionGG Item Sets to Summoners Rift (so they don't pop up in ARAM games)
  • Scrollable progress log
  • Windows Setup Installer (So you can now install Championify instead of extracing ZIPs)

Bug Fixes

  • Fix styling issue where footer and progress log overlapped on Windows
  • Better execution flow to improve speed
  • Progress bar now shows up in Windows Tray/OSX Dock
  • Better retry setup for when connections fail
  • Code cleanup
### 0.2.2 (May 27th, 2015)
  • Handle champs that have yet to be released.
### 0.2.1 (May 18th, 2015)
  • Auto updater correctly follows Github redirects.
  • Auto updater styling
### 0.2.0 (May 18th, 2015)
  • Added progress bar #30
  • Added first four skill upgrades to short skills (Trinkets | Frequent: E.W.Q.E - E>W>Q) #32
  • Add "Browse for League folder" above input box #14

Bug Fixes

  • Directory confirmations are more obvious #28
  • Capitalize 'ADC' Item Set title. #25
  • Use Champion.GG's client version instead of Riot's for Item Sets #17
  • Change title of split item sets #16
### 0.1.0 (May 14th, 2015)
  • New GUI, no more Terminal Windows.
  • Processing speed is stupid fast (I even had to slow it down...)
  • Easier to read Progress Report.
  • Split item sets between Most Frequent and Highest Wins. #2
  • Enable/Disable Trinkets and Consumables. #6
  • Switch between full skill priorities (Q.W.E.Q.W.R.Q ect) and shortened priorities (Q>E>W). #8
  • Hover over checkbox settings to see tooltips explaining what each setting does.
  • Better LoL Installation Auto Discovery. #9
  • Allow user to select install directory.
  • Auto Updater. #7
  • Virus Total reports included in all future releases.

Bug Fixes

  • Windows write tests writes to LoL root directory instead of Champion directory. #12
  • LoL directory check is no longer forced, only warnings.
  • Swapped out scraping CSS paths to using available JSON data.
  • Scrape 2 pages at a time instead of 5, because 5 got way too fast.
  • Handle undefined builds (happens usually just after a new patch)
  • Handle Connection/Timeout Errors (Timeout is 10 seconds.) #11
### 0.0.4 (May 2nd, 2015)
  • On Windows: Write a test file to LoL directly instead of forcing to run as admin. Warn if write is not possible.
### 0.0.3 (April 22nd, 2015)
  • Garena patch.
### 0.0.2 (April 21st, 2015) #### Features - Swapped position of Trinkets and Consumables. - Added Skills priorities to Trinket and Consumables titles. [Image](http://i.imgur.com/GpHtwKt.png) - If Frequent and Highest builds are the same, they only show up once. [Image](http://i.imgur.com/2ULTImE.png) - **Garena support** that checks for two different directories. Thanks to [secretdataz](https://github.com/secretdataz) for one of them.
  • HTTP Requests have a timeout of 60.
### 0.0.1 (April 20th, 2015) - Initial Release