Releases: timetheoretical/jitsi-meet-outlook
v0.7.0
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
Enhancements:
- Add Czech language support
- Add Spanish language support
- Patch French language support
v0.6.5
Bugfixes:
- Upgrade dependencies to patch security vulnerability in System.Text.Encodings.Web 4.7.1
v0.6.4
v0.6.3
v0.6.2
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
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
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
v0.5.0
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