Skip to content

Releases: LittleBigRefresh/Refresh

v2.8.8

27 Mar 02:39
v2.8.8
478493b
Compare
Choose a tag to compare

What's Changed

  • Allow server owners to specify contact information by @jvyden in #382
  • Add ability to block certain users from registering accounts by @Beyley in #380
  • Bump Discord.Net.Webhook from 3.13.1 to 3.14.1 by @dependabot in #381

Full Changelog: v2.8.7...v2.8.8

v2.8.7

25 Mar 22:09
v2.8.7
d678a94
Compare
Choose a tag to compare

Commits

  • 8673128: Add per-user filesize quotas (Beyley Thomas) #379
  • 0df0ecf: Add per-user filesize quotas (#379) (Jayden) #379
  • 3a85728: Perform additional checks when uploading images (jvyden)
  • d678a94: Fuck (jvyden)

v2.8.6

23 Mar 20:11
v2.8.6
422934f
Compare
Choose a tag to compare

Commits

  • 34fcd5b: Bump NUnit.Analyzers from 4.0.1 to 4.1.0 (dependabot[bot]) #375
  • Detect MATb files #376 (Beyley Thomas)
  • Detect MATb files (#376) #376 (Jayden)
  • 557fc2d: Merge branch 'main' into dependabot/nuget/NUnit.Analyzers-4.1.0 (Beyley Thomas) #375
  • 6626909: Bump NUnit.Analyzers from 4.0.1 to 4.1.0 (#375) (Beyley Thomas) #375
  • 7c7d547: Bump coverlet.collector from 6.0.1 to 6.0.2 (dependabot[bot]) #374
  • f200066: Bump MailKit from 4.3.0 to 4.4.0 (dependabot[bot]) #371
  • 32b5ef9: Bump MailKit from 4.3.0 to 4.4.0 (#371) (Jayden) #371
  • d8cd716: Bump coverlet.collector from 6.0.1 to 6.0.2 (#374) (Jayden) #374
  • 6c81da9: Bump Microsoft.CodeAnalysis.CSharp from 4.8.0 to 4.9.2 (dependabot[bot]) #370
  • dec2257: Update runtime & SDK in Dockerfile (jvyden) #370
  • 8d4c2a9: Bump Microsoft.CodeAnalysis.CSharp from 4.8.0 to 4.9.2 (#370) (Jayden) #370
  • 422934f: Add option to block asset uploads through the config (Beyley Thomas)

v2.8.5

09 Mar 23:18
e8cb217
Compare
Choose a tag to compare

Commits

  • df12bb7: Bump SixLabors.ImageSharp from 3.1.2 to 3.1.3 in /Refresh.GameServer (dependabot[bot]) #372
  • 70b85e5: Bump SixLabors.ImageSharp from 3.1.2 to 3.1.3 in /Refresh.GameServer (#372) (Jayden) #372
  • e8cb217: Add missing EU title ID (Beyley Thomas)

v2.8.4

29 Feb 02:47
v2.8.4
d33ee3d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.3...v2.8.4

v2.8.3

25 Feb 20:06
v2.8.3
805fabe
Compare
Choose a tag to compare

What's Changed

  • Importer: Allow MATT files through by @Beyley in #338
  • ReportingEndpoints: Handle player.Rectangle being null by @Beyley in #339
  • LBP will sometimes send rectangles which are stupendously large. by @Beyley in #342
  • Implement recent activity filters, and show less types to users in-game by @Beyley in #341
  • Prevent using /play to see invalid levels on wrong games. by @Beyley in #345
  • Add option to unescape XML for filter requests. by @Beyley in #346
  • Remove FriendStorageService and replace the system with mutuals by @jvyden in #348
  • Implement text search in LBP3 by @jvyden in #350
  • Resolve most build warnings by @jvyden in #351
  • Revert "Filter out sub-levels from level results" by @jvyden in #355
  • Send locked status in minimal response by @Beyley in #354
  • Bump Discord.Net.Webhook from 3.13.0 to 3.13.1 by @dependabot in #363
  • Bump Bunkum from 4.4.3 to 4.4.4 by @dependabot in #362
  • Bump Bunkum.HealthChecks, Bunkum and Bunkum.Protocols.Http by @dependabot in #361
  • Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 by @dependabot in #360
  • Bump NUnit.Analyzers from 3.10.0 to 4.0.1 by @dependabot in #358
  • Support LBP Hub connections

Full Changelog: v2.8.2...v2.8.3

v2.8.2

08 Jan 03:00
v2.8.2
5e806be
Compare
Choose a tag to compare

Commits

  • 9ced548: Allow option to enable uploading of unknown GUIDs (Alessandro Mascolo) #336
  • Make a copy of the data when decrypting #337 (Beyley Thomas)

v2.8.1

06 Jan 19:12
6c51b5d
Compare
Choose a tag to compare

Commits

  • 9aa8ed2: Always initialize RefreshGameServer's GameDatabaseProvider (#334) (Jayden) #334
  • 6c51b5d: GameAsset.Conversion: Safely fail upon exception (Beyley Thomas)

v2.8.0

05 Jan 22:21
v2.8.0
0318239
Compare
Choose a tag to compare

What's Changed

  • Fix score ranks starting at 0 by @jvyden in #329
  • Start cropping+scaling images for the right contexts by @Beyley in #328
  • Fix server incorrectly calculating hint_start by @jvyden in #331
  • Try to organize our set of title ids by @jvyden in #330
  • Filter out sub-levels from level results by @Beyley in #333

Full Changelog: v2.7.1...v2.8.0

v2.7.1

04 Jan 03:51
v2.7.1
0847eb4
Compare
Choose a tag to compare

This fixes a pretty bad mistake that allowed all tickets, signed or not to be treated as verified.

Fuck.

Commits

  • 75a02e3: Refactor RefreshGameServer to support multiple servers (jvyden) #327
  • b85eb9d: Use base function instead of duplicating code (jvyden) #327
  • 2a43df9: Refactor RefreshGameServer to support multiple server types (#327) (Jayden) #327
  • Properly verify tickets. (Beyley Thomas)