Skip to content

Releases: workflowproducts/envelope

Version 3.2.18

24 Aug 15:38
Compare
Choose a tag to compare

Changes since 3.2.17:

  • Fix auth check for /env to instead check for /env/
  • Make envelope behave when the nocookie user credentials don't work (closes #83)
  • Fix gs-table copy/paste with \r\n
  • Add websocket close with reason when session expired and you try to connect
  • Fix insert and update for columns with backslashes

Tested on:

  • Ubuntu 17.04
  • Fedora 25
  • OpenBSD 6.1
  • OS X 10.11 El Capitan

Version 3.2.17

05 Aug 14:43
Compare
Choose a tag to compare

Changes since 3.2.16:

  • Fix openssl on mac linking to static library (closes workflowproducts/postage#343)
  • Fix UPDATE/DELETE hashes (closes workflowproducts/postage#347)

Tested on:

  • Ubuntu 17.04
  • Fedora 25
  • OpenBSD 6.1
  • OS X 10.11 El Capitan

Version 3.2.16

22 Jul 20:41
Compare
Choose a tag to compare

Changes since 3.2.14:

  • Fix update in envelope in form (closed #77)
  • Add warnings to all templated elements for < and > (for #63)
  • Add utility functions to cope with < and > being encoded (for #63)
  • Add ability to get any column from listbox selection (closed #55)
  • Add listbox multi-selection (closed #69)
  • Add element (closed #56)
  • Add no-cookie websockets (closes #67)
  • Fix installed config files

Tested on:

  • Ubuntu 17.04
  • Fedora 25
  • OpenBSD 6.1
  • OS X 10.11 El Capitan

Version 3.2.14

05 Jun 19:18
Compare
Choose a tag to compare

Changes since 3.2.12:

  • Fix file rename to not overwrite files
  • Add GS.log
  • Make file editor not automatically refresh test page (closed #75)
  • Fix rename overwriting files (closed #72)
  • Fix WebSocket Connection Dropped when Internet is Slow (closed #57)
  • Fix <gs-envelope> sort broken (closed #61)
  • Use OpenSSL directly instead of through LibreSSL for compatibility (closed #59)
  • Make Compilation Successful output cleaner
  • Update INSTALL_WEB_SERVER_MODE.md
  • Remove SSL_CTX_set_ecdh_auto for compatibility
  • Add free() function to structs to aid memory saftey
  • Prevent invalid cookie from giving wrong error
  • Fix websockets behind nginx reverse proxy
  • Add new datasheet
  • Fix 100% CPU when tls enabled
  • Fix crash in cnxn_reset_cb
  • Close PGconn immediately if no request in progress
  • Fix result tally bar
  • Update README_FIREFOX.md

Tested on:

  • Ubuntu 17.04
  • Fedora 25
  • OpenBSD 6.1
  • OS X 10.11 El Capitan

Version 3.2.12

12 May 00:56
Compare
Choose a tag to compare

Changes since 3.2.11:

  • Remove LibreSSL Source (closes #59)
  • Update Windows LibreSSL

Tested on:

  • Ubuntu 17.04
  • Fedora 25
  • OpenBSD 6.1
  • OS X 10.11 El Capitan

Version 3.2.11

10 May 14:55
Compare
Choose a tag to compare

Changes since 3.2.10:

  • Fix crash when ws_file_free called twice
  • Fix login_group default
  • Unescape source of SELECT request when it's arbitrary

Tested on

  • Ubuntu 17.04
  • Fedora 25
  • OpenBSD 6.1
  • OS X 10.11 El Capitan

Version 3.2.10

05 May 22:29
Compare
Choose a tag to compare

Changes since 3.2.10 (3.2.9 skipped to keep up with Postage):

  • Fix file handling on OpenBSD 6.1

Tested on Ubuntu 17.04, Fedora 25, OpenBSD 6.1, FreeBSD 10.3 and OS X 10.11 El Capitan

Version 3.2.8

29 Apr 20:41
Compare
Choose a tag to compare

Changes since 3.2.7:

  • Add error checking to sncat
  • Add X-Forwarded-For handling
  • Add user-agent to context info

Tested on Ubuntu 16.04.1, Fedora 24, OpenBSD 6.0, FreeBSD 10.3 and OS X 10.11 El Capitan

Version 3.2.7

25 Apr 19:56
Compare
Choose a tag to compare

Changes since 3.2.5 (3.2.6 skipped to keep up with Postage):

  • Add electron tester to envelope test.sh
  • Fix default port in config file
  • Fix NC errors (close #53)
  • Fix empty login_group
  • Fix makefiles to have all target at the top

Tested on Ubuntu 16.04.1, Fedora 24, OpenBSD 6.0, FreeBSD 10.3 and OS X 10.11 El Capitan

Version 3.2.5

17 Apr 15:31
Compare
Choose a tag to compare

Changes since 3.2.4:

  • Add arbitrary FROM to ws_select, remove group by from ws_select

Tested on Ubuntu 16.04.1, Fedora 24, OpenBSD 6.0, FreeBSD 10.3 and OS X 10.11 El Capitan