Releases: pump-io/pump.io
Releases · pump-io/pump.io
4.0.0 beta 0
Improved
- Frontend JavaScript runs in strict mode (#1221)
- Frontend Javascript passes JSHint (#1176)
- Remove direct Connect dependency (#1274)
- Upgrade many minor dependencies
- Add a robots.txt file (#1286)
- Don't suggest or offer avatar uploads if uploads aren't available
- Added the ability to specify configuration via environment variables
- Added the ability to specify configuration via CLI flags
- Added
--help
and--version
CLI flags - Embed IndieWeb metadata in the web UI
Breaking
- Upgrade to Express 4.x (affects plugins)
- Switch to Yargs for config and CLI option parsing (should be identical but please double-check that your config is respected in case of subtle edge cases)
3.0.2
3.0.1
3.0.0
3.0.0 beta 1
Improved
- Improve performance of front-page image
Fixed
- Fix the web UI repeating YouTube videos (again)
- Fix direct visits to /following URLs not rendering layout (#1279)
3.0.0 beta 0
Improved
- HTTP Strict Transport Security can now be configured (#1197)
Changed
- The web UI no longer loads a JSON polyfill
Fixed
- Incorrect and unnecessary
plugin-types
Content Security Policy directives are no longer sent
Breaking
- The
uploaddir
option is obsolete and should be migrated to the newdatadir
option (#1272)
2.1.1
2.1.0
2.1.0 beta 0
Fixed
- Files in bin/ are now properly validated by JSHint and JSCS
Improved
- Enable strict mode for server-side JS (#1221)
- Provide a more useful error message for invalid config JSON
- A sample systemd service is now included