Skip to content

Releases: offen/offen

v1.4.2

22 May 18:34
@m90 m90
9928232
Compare
Choose a tag to compare

This release contains a fix for a regression introduced in v1.4.0 as well as fix for running Offen on pages with relative canonical links.

Fixes

  • Auditorium: cases where children of paragraph element are not strings are not considered #840
  • Script: relative paths in canonical links need to be resolved #842

v1.4.1

17 May 17:38
@m90 m90
9ca558d
Compare
Choose a tag to compare

This release contains a fix for working with SMTP servers that prematurely drop connections.

Fixes

  • Ignore errors during SMTP client closing #837 (thanks @wneessen)

Chores

  • Dependency hygiene #836

v1.4.0

01 May 18:55
@m90 m90
Compare
Choose a tag to compare

It's been a while since the last release, but there have been a few things simmering ♨️ which are ready to serve. As always, new features are reflected in the docs, so head there in case you feel like using them.

Features

  • Allow overriding the default language #830 #834
  • Support reading all configuration values from files/secrets #824

Deprecations

  • Drop browser extension #829
  • Stop distributing DigitalOcean prebuilt Droplet image

Chores

Build

v1.3.4

01 Dec 08:58
@m90 m90
Compare
Choose a tag to compare

So long, and thanks for all the birds 🐦 . We recently left Twitter, so this release removes all references to our account there. Everyone is still welcome to email or open issues ❤️

Chores

  • docs, auditorium: remove twitter references #754

v1.3.3

27 Oct 12:51
@m90 m90
8f5a9b3
Compare
Choose a tag to compare

v1.3.3 fixes a potential data leak in the Browser Extension. If you are using the extension, we recommend updating it to avoid being subject to the problem. Operators do not necessarily need to update to this version if they're running v1.3.x versions already.

Fixes

  • Check Auditorium checksums before emitting data #748

v1.3.2

22 Sep 07:28
@m90 m90
43267c6
Compare
Choose a tag to compare

Another set of subtle bugs fixed in the extension.

Fixes

  • Fix popup width in Chrome on Windows, Fix link targets in Chrome on Windows #746 #747 (thanks @SoftCreatR for the help here)

v1.3.1

20 Sep 07:04
@m90 m90
76276da
Compare
Choose a tag to compare

v1.3.1 fixes some issues in the initial release of the extension 🐛

Fixes

  • extension: fetch script and version info from background script #744

v1.3.0

15 Sep 13:25
@m90 m90
Compare
Choose a tag to compare

Offen v1.3.0 pushes the user facing Auditorium further on par with the operator facing version. Users can now install a browser extension that keeps track of all Offen instances you have visited and will display them in the context of any Auditorium that runs on version v1.3.0 or later. If you're an operator, go ahead and update 💾 to this version, if you're a user, go ahead and install the extension 💻

Features

Chores

  • Dependency Hygiene #729

v1.2.1

05 Jul 07:51
@m90 m90
Compare
Choose a tag to compare

This is a fixup for v1.2.0 that forgot to localize the awareness widgets for Vietnamese.

Fixes

  • Add vietnamese widget assets #727

Chores

  • Add referrer bucket for Zoom 8e7078e

v1.2.0

01 Jul 08:06
@m90 m90
Compare
Choose a tag to compare

v1.2.0 translates Offen into a new language: Vietnamese 🇻🇳 - thanks a lot for contributing @hiensarahly

Features

  • Add Vietnamese locale #726

Chores