Skip to content

Releases: pump-io/pump.io

4.1.0 beta 0

16 Jun 11:38
v4.1.0-beta.0
1e57613
Compare
Choose a tag to compare
4.1.0 beta 0 Pre-release
Pre-release

This will be the last release to support Node.js 0.10 and 0.12.

Improved

  • Added some basic styles to the LibreJS info page (#1353)
  • Minor UX improvements to the web UI (#1355, #1354)
  • Expanded the list of disallowed nicknames and warn about them in the web UI (#1345, #1347)
  • Pull our fork of connect-auth from npm instead of GitHub (#1360)
  • Use Subresource Integrity for web UI resources pulled from CDNs (#1340)
  • Internal test refactoring

Changed

  • Switched bcrypt implementation from bcrypt to bcryptjs (#1233)

Fixed

  • Return the correct Content-Type for OAuth endpoints (#822)

4.0.1

23 May 09:20
v4.0.1
a057965
Compare
Choose a tag to compare

Security

  • Increase minimum DOMPurify version to 0.9.0

3.0.3

23 May 09:20
v3.0.3
c846286
Compare
Choose a tag to compare

Security

  • Increase minimum DOMPurify version to 0.9.0

2.1.2

23 May 09:21
v2.1.2
6f45367
Compare
Choose a tag to compare

Security

  • Increase minimum DOMPurify version to 0.9.0

4.0.0

03 May 03:57
v4.0.0
5725565
Compare
Choose a tag to compare

No changes from 4.0.0 beta 5.

4.0.0 beta 5

15 Apr 00:52
v4.0.0-beta.5
c01de01
Compare
Choose a tag to compare
4.0.0 beta 5 Pre-release
Pre-release

Fixed

  • Revert bcrypt upgrade to fix install issues (#1333)
  • Don't use newer github: syntax in connect-auth dep as it breaks npm@1 (#1253)
  • The commandline tools no longer crash due to missing optimist

Improved

  • Update documentation to match new config options
  • Lock connect-auth dep to a particular version
  • Turn on tests for Node 6

4.0.0 beta 4

04 Apr 00:34
v4.0.0-beta.4
57d5a35
Compare
Choose a tag to compare
4.0.0 beta 4 Pre-release
Pre-release

Fixed

  • Fix a whitespace issue with appendFooter

4.0.0 beta 3

04 Apr 00:34
v4.0.0-beta.3
c631fe3
Compare
Choose a tag to compare
4.0.0 beta 3 Pre-release
Pre-release

Changed

  • Permanently remove the build-on-git-install hacks (#1291)

4.0.0 beta 2

04 Apr 00:33
v4.0.0-beta.2
7ceef8a
Compare
Choose a tag to compare
4.0.0 beta 2 Pre-release
Pre-release

Fixed

  • Correct a potentially bad npm publish

4.0.0 beta 1

04 Apr 00:33
v4.0.0-beta.1
87df78e
Compare
Choose a tag to compare
4.0.0 beta 1 Pre-release
Pre-release

Improved

  • Added the appendFooter config option