Skip to content

Commit

Permalink
Release v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
timetheoretical committed Nov 18, 2020
1 parent 523e8fe commit 9b0df9c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ The published code and installer is still at an early stage. Preliminarily, the
Since this plug-in is brand new, any feedback would be most appreciated!

## Changelog
### v0.6.3
Bugfixes:
* Reset ribbon buttons if the link is re-created in an empty appointment.
Enhancements:
* Improved French translation (thanks to [guizmo05](/../../../../guizmo05))

### v0.6.2
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.
Expand Down
Binary file added installers/JitsiMeetOutlook-v0.6.3-windows.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion setup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<?define JitsiMeetOutlook_ProjectName="Jitsi Meet Outlook Add-In"?>

<!-- Addon details -->
<Product Id="*" Name="Jitsi Meet Outlook Add-In" Language="1033" Version="0.6.2" Manufacturer="github.com/timetheoretical" UpgradeCode="146f17e9-8106-4dd3-a3c5-b8f2c92ffb25">
<Product Id="*" Name="Jitsi Meet Outlook Add-In" Language="1033" Version="0.6.3" Manufacturer="github.com/timetheoretical" UpgradeCode="146f17e9-8106-4dd3-a3c5-b8f2c92ffb25">

<Package InstallerVersion="500" Compressed="yes" Platform="x64" InstallScope="perMachine" />

Expand Down

0 comments on commit 9b0df9c

Please sign in to comment.