Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timetheoretical authored May 6, 2020
1 parent 762297e commit 78a8c88
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The screenshots below display the features of implemented in this add-in.

## Installation
### New
Go to the [installers](installers) folder and download the latest version. Unzip the file contents and then run the setup_<architecture>.msi file that matches the architecture of your installation of Microsoft Office. I.e. if Office was installed as 64-bit, then run setup_x64.msi.
Go to the [releases](/../../releases) page and download the MSI installer for the latest version. Make sure to download and run the JitsiMeetOutlook-v<version>-windows-<architecture>.msi file that matches the architecture of your installation of Microsoft Office. I.e. if Office was installed as 64-bit, then run JitsiMeetOutlook-v0.3.0-windows-x64.msi.

### Upgrade
Please uninstall any previously installed version of this add-in via the "Add or remove programs" pane in Windows before updating.
Expand All @@ -31,30 +31,38 @@ The add-in can be uninstalled via the "Add or remove programs" pane in Windows,

## Roadmap
The published code and installer is still at an early stage. Preliminarily, the following amendments are in the pipeline:
- [x] Make the installation procedure less painful (v0.2)
- [x] Add small icons to the buttons in the appointment ribbon (v0.2)
- [ ] Add possibility for preconfiguration of settings via silent installs
- [ ] Add RTF body text to appointment for improved appearance
- [ ] Shift the controls in the appointment ribbon to the left
- [x] Add a button for starting a conference with video muted to appointment tab (v0.2)
- [x] Only show Jitsi buttons if appointment was created through "New Jitsi Meeting" (v0.2)
- [x] Add persistent setting: change Jitsi domain (v0.2)
- [ ] Add checks for Outlook having been installed on the target computer and that its architecture matches that of the installer
- [ ] Add persistent setting: add URL to Location field of appointment
- [x] Add persistent setting: preference for whether to start a call with muted mic or video (not yet released)
- [ ] Add RTF body text to appointment for improved appearance
- [ ] Add setting allowing users to generate random strings instead of random combinations of words
- [x] Make the installation procedure less painful (v0.2.0)
- [x] Add small icons to the buttons in the appointment ribbon (v0.2.0)
- [x] Add a button for starting a conference with video muted to appointment tab (v0.2.0)
- [x] Only show Jitsi buttons if appointment was created through "New Jitsi Meeting" (v0.2.0)
- [x] Add persistent setting: change Jitsi domain (v0.2.0)
- [x] Add persistent setting: preference for whether to start a call with muted mic or video (v0.3.0)
- [x] Add persistent setting: assign a default or random room ID on creation of new appointment (v0.3.0)
- [x] Add checks on the validity of the custom domain value provided (v0.2.1)
- [ ] Add checks for Outlook having been installed on the target computer and that its architecture matches that of the installer
- [x] Widen the custom Room ID field (v0.2.1)


Since this plug-in is brand new, any feedback would be most appreciated!

## Changelog
### v0.3.0
Enhancements:
* New setting for whether to start a call with muted mic or video
* New setting for whether new appointments should be assigned a random or a default room ID
* The custom domain setting now accepts port specification in the domain name (e.g. my.domain.com:8080)

### v0.2.1
* Bug fixes related to specification of a custom domain
* Custom domain names provided by user now has to pass a validity check
* Improved layout in the appointment view (widened Room ID field and reorganisation of buttons)

### v0.2
### v0.2.0
* The installer no longer prompts trust certificate issues and delegates trust decision to user
* Small icons have been added to the buttons in the appointment ribbon
* A button for starting with the video turned off has been added to the appointment ribbon
Expand All @@ -63,5 +71,5 @@ Since this plug-in is brand new, any feedback would be most appreciated!
* It is now possible to specify a custom domain in the settings dialogue
* Various small bugs have been fixed to improve reliability

### v0.1
### v0.1.0
* Initial release of the project

0 comments on commit 78a8c88

Please sign in to comment.