Skip to content

Releases: mattymatty97/LTC_AsyncLoggers

v1.6.1

29 Mar 12:47
7c4d2e2
Compare
Choose a tag to compare
  • added Mods table to SqliteDb
  • added Events table to SqliteDb
  • added ModData table to SqliteDb
  • new API for mods to write custom events and or data to sqliteDb ( intended use only for debug not as storage )

v1.6.0 Preview 2

27 Mar 13:36
70ab9a1
Compare
Choose a tag to compare
v1.6.0 Preview 2 Pre-release
Pre-release

mod is Preloader only now
adjusted ProxyClass accordingly

v1.6.0 Preview 1

26 Mar 11:54
d683a40
Compare
Choose a tag to compare
v1.6.0 Preview 1 Pre-release
Pre-release

First Iteration of the API

v1.5.1

25 Mar 17:11
6e2cda3
Compare
Choose a tag to compare

Full Changelog: 1.4.0...v1.5.1

v 1.4.0

24 Mar 10:37
65f0381
Compare
Choose a tag to compare
  • add Timestamps to BepInEx logs
  • removed AsyncLogger from exception stackTraces (BepInEx only)

v1.4.0 Preview 1

22 Mar 22:28
a595123
Compare
Choose a tag to compare
v1.4.0 Preview 1 Pre-release
Pre-release

Add Timestamps to logs

v1.3.0

21 Mar 21:44
8376caa
Compare
Choose a tag to compare
  • make the mod a PrePatcher ( meaning will load before everybody else )
  • allow for multiple IJobs ( if somebody wants to have BepInEx use Jobs too )
  • add LobbyCompatibility softDependency

v1.2.7

18 Mar 08:22
bb1c90d
Compare
Choose a tag to compare

use non-unsigned values to calculate the wrapPoint

v1.2.6

17 Mar 22:12
823b635
Compare
Choose a tag to compare

re-implemented CircularBuffer using locks

v1.2.5

17 Mar 20:58
1b013fe
Compare
Choose a tag to compare

User actual CircularBuffer logic and overwrite old values on full buffer