Skip to content

Releases: mwarning/trigger

Trigger release 3.4.1

03 Mar 18:42
Compare
Choose a tag to compare

This is partially a bugfix release:

  • HTTPS with server certificate and client certificate + key
  • fix TLS certificate activity titles (client vs. server certificate)
  • MQTT now uses mqtt:// and mqtts:// as link schemes
  • fix update to Trigger >=3.4.0 for TLS certificates

Trigger release 3.4.0

28 Feb 22:42
Compare
Choose a tag to compare

A new release. Hopefully no regressions.

  • add MQTT support for TLS client/server certificates
  • "Wifi needed" now ignores Internet availability
  • fix deletion of key and certificates

Trigger Release 3.3.6

22 Nov 17:37
Compare
Choose a tag to compare

Some minor fix:

  • fix HTTP Basic Authentication

Trigger Release 3.3.5

28 Oct 08:40
Compare
Choose a tag to compare

A new small feature:

Trigger Release 3.3.4

19 Sep 12:19
Compare
Choose a tag to compare

Some HTTPS door fixes:

  • fix some HTTPS hostname verification issues
  • make HTTP method explicit

Trigger Release 3.3.3

08 Aug 10:01
Compare
Choose a tag to compare

Some minor fix for importing old SSH door backups.

  • support old style SSH keypair value

Trigger Release 3.3.2

18 Jun 21:54
Compare
Choose a tag to compare
  • add status patterns for MQTT
  • allow key+password authentication for SSH
  • call status call only once on connection change
  • make SSH execution timeout configurable
    • defaults to 5 seconds

Trigger Release 3.3.1

06 Jun 19:16
Compare
Choose a tag to compare
  • fix SSH_ORIGINAL_COMMAND for command in .ssh/authorized_keys
  • prevent quick sequential calls of the status command

Trigger Release 3.3.0

27 May 23:07
Compare
Choose a tag to compare

A rather big update under the hood.

  • use Android storage framework
  • switch to SSH code from ConnectBot
    • adds support for ED25519 and others
  • allow SSH key import via QR-code
  • add option to ignore HTTPS certificte validity
  • allow export/import SSH keys via clipboard

Trigger Release 3.2.2

10 Apr 15:42
Compare
Choose a tag to compare
  • fix crash on message display (Android 11 only)