Skip to content

Releases: Milkenm/ScriptsLib

Fix MySql.Data bug

06 Mar 18:23
Compare
Choose a tag to compare
Fix MySql.Data bug Pre-release
Pre-release

.NET Standard rework

06 Mar 17:59
Compare
Choose a tag to compare
.NET Standard rework Pre-release
Pre-release

Full Changelog: v7.2.0...v8.0.0-pre1

Update InputInactivity again + Update Binary.ToObject<T>

28 Mar 19:37
Compare
Choose a tag to compare

Updated

Update InputInactivity again
Update Binary.ToObject<T> to return <T>

Update InputInactivity + Add Converters.ConvertToMilliseconds

22 Mar 11:30
Compare
Choose a tag to compare

New

Converters.ConvertToMilliseconds

Updated

Unsorted.InputInactivity

Fix wrong accessibility levels on PInvoke

22 Mar 02:36
Compare
Choose a tag to compare

Fix

Fix wrong accessibility (internal instead of public) levels on:

  • PInvoke.GetLastInputInfo
  • PInvoke.HideCaret
  • PInvoke.PostMessage
  • PInvoke.SetForegroundWindow
  • PInvoke.ShowWindow and PInvoke.WindowShowStyle

Small aditions

21 Mar 04:26
Compare
Choose a tag to compare

New

FolderManager
Unsorted.ForceDirectoryDelete

Modified

Renamed ScriptsLib.Info.UpdateDate to ScriptsLib.Info.LatestUpdateDate.

New Beginning

02 Nov 03:10
af72bca
Compare
Choose a tag to compare

How everything has changed...

Fix SlForm.AllowDrag

19 Feb 16:02
Compare
Choose a tag to compare

[*] Fix

  • Fixed Controls.Tweaks.SlForm.AllowDrag.

Mostly Riot API stuff

19 Feb 12:02
Compare
Choose a tag to compare

[+] New

  • RiotAPI
    • Champion JSON
    • ChampionMastery JSON
    • League JSON
    • LolStatus JSON
    • Match JSON
    • Summoner JSON
    • Response Codes
    • League Exp + League Exp (JSON)
    • TournamentStub
  • POST Request
  • AccessDatabase Execute SQL
  • Form AllowDrag (Tweaks)
  • Probably more stuff, but I don't remember

[*] Fix

  • Fix stuff on RiotAPI

Riot API (League of Legends) - 10th release :o

18 Nov 00:35
Compare
Choose a tag to compare

ScriptsLib

  • Added:
    • Riot API (Network.APIs.RiotAPI).
    • POST request.
  • Removed:
    • Tools.ReplaceString().

TestingGrounds

  • Fixed:
    • Fixed the "Errors Only" checkbox not being disabled on startup.
    • Random fixes.