Releases: pump-io/pump.io
Releases · pump-io/pump.io
4.1.0 beta 0
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
tobcryptjs
(#1233)
Fixed
- Return the correct Content-Type for OAuth endpoints (#822)
4.0.1
3.0.3
2.1.2
4.0.0
4.0.0 beta 5
Fixed
- Revert bcrypt upgrade to fix install issues (#1333)
- Don't use newer
github:
syntax inconnect-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
Fixed
- Fix a whitespace issue with
appendFooter
4.0.0 beta 3
Changed
- Permanently remove the build-on-git-install hacks (#1291)
4.0.0 beta 2
Fixed
- Correct a potentially bad npm publish
4.0.0 beta 1
Improved
- Added the
appendFooter
config option