Skip to content

Releases: pump-io/pump.io

4.0.0 beta 0

03 Apr 21:59
v4.0.0-beta.0
157d5fd
Compare
Choose a tag to compare
4.0.0 beta 0 Pre-release
Pre-release

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

03 Apr 22:00
v3.0.2
d59635a
Compare
Choose a tag to compare

Fixed

  • Fix README.md documenting the old name of a config parameter
  • Fix the sample pump.io.json including an obsolete parameter

3.0.1

03 Apr 21:59
v3.0.1
56f207c
Compare
Choose a tag to compare

Fixed

  • Removed build logic from public npm package because it was completely breaking installs (#1291)

3.0.0

06 Mar 06:23
v3.0.0
c3fd92c
Compare
Choose a tag to compare

No changes from 3.0.0 beta 1.

3.0.0 beta 1

16 Feb 01:37
v3.0.0-beta.1
88e46c8
Compare
Choose a tag to compare
3.0.0 beta 1 Pre-release
Pre-release

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

02 Feb 06:30
v3.0.0-beta.0
f8131bd
Compare
Choose a tag to compare
3.0.0 beta 0 Pre-release
Pre-release

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 new datadir option (#1272)

2.1.1

18 Jan 23:00
v2.1.1
Compare
Choose a tag to compare

Fixed

  • Realtime functionality is working again
  • Incorrect and unnecessary 'plugin-types' Content Security Policy directives are no longer sent

2.1.0

18 Jan 22:16
v2.1.0
Compare
Choose a tag to compare

No changes from 2.1.0 beta 0.

2.1.0 beta 0

18 Jan 22:15
v2.1.0-beta.0
Compare
Choose a tag to compare
2.1.0 beta 0 Pre-release
Pre-release

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

2.0.5

18 Jan 22:13
v2.0.5
Compare
Choose a tag to compare

Fixed

  • Fix web UI YouTube embeds appearing in all subsequent posts (#1249)