Skip to content

Releases: Gared/ether-scan

3.4.0

10 Jul 21:43

Choose a tag to compare

What's Changed

  • Add test for etherpad 1.4.0 by @Gared in #80
  • Increase phpstan level to 8 by @Gared in #84
  • Increase minimum php version to 8.2 and update packages by @Gared in #86
  • Add info if websocket connection used in onScanPadSuccess callback by @Gared in #88

Full Changelog: 3.3.0...v3.4.0

3.3.0

22 Dec 21:55

Choose a tag to compare

What's Changed

  • Accept gzip compressed js files by @Gared in #36
  • Search for different string to recognize pad editor by @Gared in #51
  • Add specific exception if pad is not publicly available by @Gared in #68

Full Changelog: v3.2.0...v3.3.0

3.2.0

09 Jun 17:07
a7400a1

Choose a tag to compare

What's Changed

  • Improved end to end tests with docker-compose
  • Improvements by @Gared in #35

Full Changelog: v3.1.1...v3.2.0

3.1.1

05 May 11:27
03ed211

Choose a tag to compare

What's Changed

  • Fix polling fallback with socket.io 4 by @Gared in #24

Full Changelog: v3.1.0...v3.1.1

3.1.0

05 May 10:05
f5ac42e

Choose a tag to compare

What's Changed

  • Update dependencies by @Gared in #20
  • Support etherpad 2.0.3

Full Changelog: v3.0.0...v3.1.0

v3.0.0

06 Apr 16:11

Choose a tag to compare

What's Changed

  • Improve detection of etherpad by @Gared in #8
  • Improve etherpad detection by @Gared in #9
  • Determine base url of etherpad instance by @Gared in #10
  • Recognize all base urls by @Gared in #15
  • Use plugin details from socket.io response instead of pluginfw-defintion by @Gared in #16

Full Changelog: v2.0.0...v3.0.0

2.0.0

23 Jan 17:36

Choose a tag to compare

  • Improved getting etherpad version through socket.io
  • Use cookies for socket.io
  • Improved exception handling

v1.0.0

23 Dec 20:48

Choose a tag to compare

Hello World