Skip to content

Releases: berrystephenw/OctoText

Bug fix in CC field

11 May 17:46
Compare
Choose a tag to compare

The CC field addition created a bug where the plugin failed to operate correctly. This change fixes the issue.

Full Changelog: 0.3.3...0.3.3.1

Fix for CC

26 Mar 23:37
Compare
Choose a tag to compare
Fix for CC Pre-release
Pre-release

Minor problem with the CC field caused blank entries to stop the plugin from working. Entering anything in the CC field and the plugin works as normal. This release should fix that.

I've also reworked the settings page. Opinions appreciated. Thanks for testing!

Adding CC: field for multiple destinations

22 Mar 11:36
Compare
Choose a tag to compare

What's Changed

New functionality with additional destination email addresses. See the new text input field in the settings form to enter these addresses.

Additional changes to the settings form may be coming to simplify things (but not yet).

Please test this release and let me know if you have any issues with the change.

Full Changelog: 0.3.3...0.3.4rc1

0.3.3 Minor upgrade with new API

10 Mar 16:17
Compare
Choose a tag to compare

Added features for various users:

  • time based notifications (ie notifications every 10 minutes)
  • username only authentication
  • bugfix for webcam timeouts
  • new API interface as requested (and coded) by @OllisGit
  • general code cleanup

Any issues or regressions please let me know and I'll do my best to get them fixed quickly.

Full Changelog: 0.3.1...main

Re-coding API

14 Jan 19:11
e3d5524
Compare
Choose a tag to compare
Re-coding API Pre-release
Pre-release

What's Changed

Re-coding the API for a more generic message passing scheme (thank you OllisGit). There is a possibility of bugs being introduced with this version, although testing under typical situations pass as expected.

New Contributors

Full Changelog: 0.2.0...0.3.2rc6

Webcam timeout adjustment

01 Jan 15:03
Compare
Choose a tag to compare
Pre-release

This fix increases the webcam timeout to 5 seconds for situations where the snapshot camera takes a long time to respond.

I've also changed the reporting messages for webcam failures when using the test button. Thanks for testing!

0.3.2rc4

19 Dec 01:06
Compare
Choose a tag to compare
0.3.2rc4 Pre-release
Pre-release

An aggressive timeout for the webcam broke things, this update increases the timeout to 200ms which should work for all cams.

Let me know if you have any issues!

Minor updates.

16 Dec 16:26
Compare
Choose a tag to compare
Minor updates. Pre-release
Pre-release

Minor changes that have been on the rc branch but not released.

  • username only SMTP validation
  • webcam timeout bug fix

Please let me know if there are any issues with this release. I'll work through them and eventually this feature set will become the next main release.

SMTP authentication changes

25 Jul 12:34
Compare
Choose a tag to compare
Pre-release

The previous addition to allow username only authentication for SMTP logins was not quite correct, having a malformed "from" address. This rc should fix that.
Additionally I've merged in code from a user that asked for password-less SMTP logins. There is a new checkbox that enables this feature. It is disabled by default and is unlikely to be useful for most users:
image

Time based notification and selectable username only authentication.

14 Jul 00:45
Compare
Choose a tag to compare

This is a test release that allows for notifications that are time based instead of percentage of file completed. Still more work to be done on this feature but if anyone is interested in testing it that would be appreciated.

Another feature was added for SMTP authentication for servers that require only a username (not an email address) for logins.