Releases: SuppliedOrange/VALORANT-Instalocker
Experimental Analytics Update
To experiment with analytics, I'll be including 2 files. One with analytics (if you wish to opt in), one without. I want to see how well this fares. I'm expecting fake spam coming in and I want to see how well google handles that.
Additionally, I've fixed an issue with socials not showing up on lower resolutions and made it less flashy. I have considered removing the instagram but I've received communication on there (indicating people would rather contact me if there were a clear social provided) than read the readme, find out I have a discord and contact me there. For that reason, I would keep it.
What's Changed
- Fix socials, add experimental analytics by @SuppliedOrange in #22
Full Changelog: v1.4.2...v.1.4.3
Fix valorant not being detected
What's Changed
- Fix bug with valorant process name change, optimize process name check by @SuppliedOrange in #21
Identified thanks to dot on discord.
Full Changelog: v1.4.1...v1.4.2
Additional debugging update
Gives us additional info for debugging.
Run with --debug flag as mentioned in README.md to generate a log file.
Full Changelog: 1.4...v1.4.1
Waylay Update
Added Waylay
Tejo Update + Search term correction
Additions
- Adds search term correction. You can mess up typing and it can auto-correct.
- The "Tejo" part in title is to let users know that it's still the Tejo update.
Full Changelog: v1.3...v1.3.1
Tejo Update (v1.3)
- Adds Tejo to the list.
- Re-ordered the agents based on pick-rate from valorant tracker.
- Added a search bar. Why wasn't that there before lol.
Full Changelog: v1.2.2...v1.3
Vyse Update
- Added Vyse to the game.
Debug logger update
Now has a debug logger. You can start it with --debug as an additional param.
It creates a file called valorant_instalocker.log in the same directory as the executable.
Fixed some pretty bad requirements.txt and building bugs I found out while I was at it.
Full Changelog: v1.1.2...v1.2
Fixed region bug
Fixed a region bug specified in #12
This patch is only for those who are experiencing the bug.
v1.1.1 Added Clove
- Clove has been added.
- Removed an accidental debug logger I left in there.
- Changed the order of agents to prioritize agents that are played more often, especially duelists. A search filter option would be cool though.
- Updated the readme to include instructions on how to add agents by yourself (mostly for me because I keep forgetting).
- Now checks for chrome on all drives instead of just C drive, for example
X:\\Program Files\Google\Chrome\Application\chrome.exewhere X is all drives on your system. Dunno if this would introduce problems, but lemme know. This also means a new dependencypywin32has been added.