Skip to content
This repository has been archived by the owner on Dec 19, 2021. It is now read-only.

Releases: virtualzone/tubewarder

1.6 (Final)

19 Feb 12:20
Compare
Choose a tag to compare

Changes in 1.6:

  • New: Tubewarder is now licensed under the terms of the GPLv3
  • Improvement: Removed license checking
  • Improvement: Fixed date-time-formatting in Log Viewer

1.5 (Final)

25 Dec 09:14
Compare
Choose a tag to compare

Changes in 1.5:

  • New: Facebook Output Handler for sending messages to a user
  • New: Twitter Output Handler for sending direct messages to a user
  • New: Integrated Ace editor in channel-template edit dialog, allowing for auto-completion, snippets and more
  • Improvement: Added Favicon
  • Improvement: Added icon to top navigation bar
  • Improvement: Upgraded WildFly Swarm to 2016.12.1
  • Improvement: Fonts are now loaded asynchronously (via WebFontLoader), allowing for using the Tubewarder Web UI without an external internet connection

1.4 (Final)

05 Dec 20:37
Compare
Choose a tag to compare

Changes in 1.4:

  • New: Separated REST and SOAP Send APIs and simplified their models (SOAP = stringified JSON, REST = JSON)
  • New: API Tester allows for entering JSON String as model
  • New: Upgraded Java client lib to 1.1.1, matching the new REST Send Model
  • New: Upgraded NPM client lib to 1.1.1, matching the new model format
  • New: Upgraded PHP client lib to 1.1.0, matching the new model format
  • New: Updated docs to represent the changed model in the Send API
  • Improvement: Upgraded WildFly Swarm to 2016.12.0
  • Improvement: Prevented user-self-deletion
  • Improvement: Show group name in template and channel listings
  • Improvement: Removed eager initialization from OneToMany and ManyToOne relations in JPA entities, instead ensuring object initialization in the Data Access Objects (DAOs)
  • Improvement: core.jar is now included as a regular library in the Swarm Main Application instead of referencing it as a system library
  • Fix: When deleting a template, the associated channel-templates get deleted as well
  • Fix: When deleting a channel, the associated templates get deleted as well

1.3 (Final)

28 Nov 21:14
Compare
Choose a tag to compare

Changes in 1.3:

  • Switched template system from FreeMarker to Handlebars
  • Added support for JSON based template models
  • Fixed issue #33 (setting start date on log page without effect)
  • Fixed unit tests

1.2 (Final)

08 Oct 08:51
Compare
Choose a tag to compare

Changes in 1.2:

  • Improved SSL and TLS handling in Email Output Handler
  • Added optional support for Cross-Origin Resource Sharing (CORS) of the RESTful services (/rs/*)
  • Fixed Rewrite Properties getting lost when editing a channel

1.1 (Final)

07 Sep 21:17
Compare
Choose a tag to compare

Changes in 1.1:

  • Added support for configuration by environment variables
  • Removed MySQL from Docker container
  • Updated Docker image instruction

1.0 (Final)

31 Jul 13:59
Compare
Choose a tag to compare

1.0 Release Candidate 2

25 Jul 19:56
Compare
Choose a tag to compare
Pre-release

Changes in 1.0 RC2:

  • New: Added License Agreement
  • New: Ability to add License Key in web interface (commercial edition)
  • New: PHP client
  • Improvement: Updated WildFly Swarm to 1.0.0.Final
  • Improvement: Better error handling in Java client
  • Improvement: Better error handling in NodeJS client
  • Improvement: Various code cleanups and improvement

1.0 Release Candidate 1

18 Jun 09:25
Compare
Choose a tag to compare
Pre-release

Changes in 1.0 RC1:

  • New: Added password policy enforcement
  • New: Added loading indicator to Web UI
  • New: Added ability to change own password in Web UI
  • Improvement: More descriptive error messages in Web UI
  • Improvement: If no group exists on startup, a new one is created and all existing objects (users, templates, channels) are mapped to it
  • Improvement: Restricted visible log items to the concrete Templates/Channels a user can access, according on his current (!) group memberships
  • Improvement: Database password is not printed on startup anymore
  • Improvement: Added trimming to name fields
  • Bugfix: Prevented groups fro being deleted if Templates/Channels are still assigned to them
  • Bugfix: Fixed issue with line breaks in log viewer

1.0 Beta 4

29 May 15:48
Compare
Choose a tag to compare
1.0 Beta 4 Pre-release
Pre-release

Changes in 1.0 Beta 4:

  • Added UserGroups: You can now arrange your users in groups. Templates and Channels are assigned to groups as well. Thus, users can only see the channels and templates they're allowed to.
  • Added NodeJS client library
  • Added Java client library
  • Improved concurrency management in Config
  • Upgraded Wildfly Swarm to 1.0.0.CR1
  • Bug fixes in Web UI