Skip to content

Releases: timetheoretical/jitsi-meet-outlook

v0.7.0

15 Aug 18:43
Compare
Choose a tag to compare

This release contains updates kindly provided by @DanielHabenicht and @fmuscetra.

Breaking:

  • Changed the .dll and Registry Entries to not contain spaces anymore. ("Jitsi Meet Outlook Add-In" => "JitsiMeetOutlookAddIn")

Enhancements:

  • #28: Add Phone Numbers (from the Jitsi Installation pointed to)
  • Use Conference PIN (from the Jitsi Installation pointed to, instead of manually generated)
  • Add Conference Scheduler to plan meetings ahead of time on the jitsi server side
  • #22, #38: Add Button to add Jitsi Conference in normal meetings
  • Refactoring to enable modification of already saved/closed meetings

v0.6.6

01 Apr 21:29
Compare
Choose a tag to compare

Enhancements:

  • Add Czech language support
  • Add Spanish language support
  • Patch French language support

v0.6.5

24 Apr 08:26
Compare
Choose a tag to compare

Bugfixes:

v0.6.4

21 Nov 10:54
Compare
Choose a tag to compare

Enhancements:

  • #40: Set new appointments to Meeting mode by default
  • #19: Assign time-slot selection in calendar view to new appointment (thanks to Extazx2)

v0.6.3

18 Nov 11:03
Compare
Choose a tag to compare

Bugfixes:

  • Reset ribbon buttons if the link is re-created in an empty appointment.

Enhancements:

  • Improved French translation (thanks to guizmo05)

v0.6.2

03 Oct 17:18
Compare
Choose a tag to compare

This version fixes a bug relating to generating a random ID in an appointment with a user-modified Jitsi URL.

Bugfixes:

  • #26: Plugin no longer breaks when users try to generate a random ID in an appointment where the URL has been partially or completely deleted. A new message and URL is instead added to the appointment.

v0.6.1

23 Sep 17:56
f9da06b
Compare
Choose a tag to compare

This version adds the German language as an option.

Enhancements:

  • Added German as a language option (thanks to AdaptiveThinking for providing the translation)

v0.6.0

17 Jun 18:31
Compare
Choose a tag to compare

This release brings the option to generate random alphanumeric strings with a length of 16 characters. This can be found in the new "Room ID" tab in the Settings window or set in a silent install by passing a MODE parameter to the MSI installer ("phrase" or "string").

As alluded to, the settings window has been reorganised into tabs, to accommodate the growing number of options available.

Furthermore, this release features an example install script that can be used for deployment of the plug-in (thanks to blinard-BIOINFO who provided this in #2).

Bugfixes:

  • #11: Room ID names typed by users are now filtered such that only legal characters (latin alphanumeric) enter the URL
  • #18: The installer check for VSTO runtime is now less stringent

Enhancements:

  • #6: Random string generation as a new option
  • #20: Translation of random phrases (thanks to gillesdubois for the French translation)
  • #17: Minor update to Russian translation

v0.5.1

05 Jun 15:36
271ffd4
Compare
Choose a tag to compare

This release provides Russian as a display language option (see details in bullet below).

Enhancements:

  • Added Russian as a language option (thanks to semencha for providing the translation in #13)
  • Updated link to the latest VSTO runtime in warning pop-up from install check

v0.5.0

04 Jun 16:06
Compare
Choose a tag to compare

This release brings localisation support to the plug-in. As of now, users can choose between English and French as the display language. This option can be set from the settings menu, or by passing a LANG parameter to the MSI installer ("en" or "fr").

From this version onwards, the add-in will only be compiled for "AnyCPU", which means that the same installer will work with both x86 and x64 bit versions of Outlook. See more information at Microsoft's pages.

Note that older versions of the plug-in will need to be uninstalled before installing version 0.5.0 or higher, as the switch to a new installer framework means that installers from v0.5.0 and upwards will not detect installations of prior versions.

Enhancements:

  • Added support for changing display language
  • #7: Added French as a language option (thanks to gillesdubois for providing the translation in #12)
  • Installer has been migrated from Microsoft Setup Project to WiX 3.14 for improved reliability