Skip to content

Releases: jpdillingham/Soulseek.NET

6.5.0

22 Jun 22:25
e2e77d3
Compare
Choose a tag to compare

What's Changed

  • Add the ability to un-watch users via UnwatchUserAsync(), add WatchUserAsync() to replace the ambiguous AddUserAsync() by @jpdillingham in #818
  • Bump version to 6.5.0 by @jpdillingham in #819

Full Changelog: 6.4.1...6.5.0

6.4.1

19 Feb 23:12
f5e77b4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.4.0...6.4.1

6.4.0

18 Feb 22:21
c38fdb0
Compare
Choose a tag to compare

Starting around the beginning of 2024, the Soulseek server has begun sending a list of 'excluded search phrases' as a way to restrict content exchanged on the network and appease copyright trolls.

This list of phrases is delivered in the event ExcludedSearchPhrassReceived, and it is my expectation that any outgoing search results must be filtered to exclude files that contain any of the excluded phrases in the path or filename.

I appreciate everyone's cooperation and commitment to ensuring the long term health of the Soulseek network.

What's Changed

Full Changelog: 6.3.0...6.4.0

6.3.0

14 Jan 15:39
c027673
Compare
Choose a tag to compare

What's Changed

  • Bump System.IdentityModel.Tokens.Jwt from 6.25.1 to 6.34.0 in /examples/Web/api by @dependabot in #798
  • Add a semaphore to connection writes, preventing concurrent writes from interleaving by @jpdillingham in #801
  • Bump version to 6.3.0 by @jpdillingham in #802

Full Changelog: 6.2.0...6.3.0

6.2.0

30 Nov 13:47
e07d3b0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.1.3...6.2.0

6.1.3

11 Nov 21:14
f50902d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.1.2...6.1.3

6.1.2

11 Nov 18:40
00976b2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.1.1...6.1.2

6.1.1

31 Dec 17:08
5444599
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.1.0...6.1.1

6.1.0

25 Dec 03:02
1be973b
Compare
Choose a tag to compare

What's Changed

  • Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /examples/Console by @dependabot in #774
  • Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /examples/Web/api by @dependabot in #775
  • Bump express from 4.17.2 to 4.18.2 in /examples/Web/web by @dependabot in #776
  • Change default string encoding to UTF-8, log a warning when falling back to ISO-8859-1 by @jpdillingham in #778
  • Bump version to 6.1.0 by @jpdillingham in #779

Full Changelog: 6.0.0...6.1.0

6.0.0

27 Nov 21:55
50882a0
Compare
Choose a tag to compare

Note that this is a major version release, and as such there are breaking changes. Please see #761 for a detailed list.

What's Changed

Full Changelog: 5.1.5...6.0.0