Releases: IsmaelMartinez/teams-for-linux
0.2.0
General notes
From this release onward, we are following SemVer. Also, we have unfork and tidy up a bit the project to ease contributions.
There are a few other changes in this release detailed next.
Detailed changes
- #81 Fixing an issue when clicking on the "Open" in the tray menu did not focus the window. Thanks to @alexeiskachykhin for fixing it!
- #94 Adding the ability to provide certificate fingerprints for self signed certs. Thanks to @zeitounator and @charlycoste for their work. That fixes #93.
- #77 Adding some default custom CSS templates. Available customCSSName templates are in the config readme file and you can get them to run with
teams-for-linux --customCSSName compactLight
- #80 Fixing an issue where the yargs was not picking up the config file. Now it is possible to have a config.json file with the config changes that you need. Refer to the config readme for more info.
- #83 Added a wee screen that shows what you are sharing. It is quite dump but does the job.
- #98 Adding the ability to stop the onlineOfflineRefresh introduced in version 0.1.13 as it seems to produce an infinite loop in some scenarios.
teams-for-linux --onlineOfflineReload=false
- #100 Adding a few extra browser tweaks to try to solve the issue with the microphone and screen sharing not working if not having a webcam.
- #78 Decided to go down the SemVer route.
- #87 Community decided to unfork.
- #95 Created a code of conduct (thanks to #87)
The main README.md file has been also clean up and re-structure to split the CONTRIBUTING.md, HISTORY.md and KNOWN_ISSUES.md
Updated versions of electron and the other packages that we have in the package.json file.
And last, but not least, added a bug and feature request templates in order to ease that process.
Thanks to everybody involved!
0.1.17
General notes
Changed the executable name to teams-for-linux instead of teams. This it to consolidate the multiple names
This release is been mostly focus on improving the way we update the unread messages in the system tray, releasing a snap in the snap store, a bit of code refactoring and ensuring the desktop sharing is stable.
Detailed changes
- Changing the way we update the unread messages in the system tray #63. Thanks to @alexeiskachykhin for this!
- Now releasing snap in snapcraft/snap store #66 . Thanks to @julian-alarcon and @benyanke
Welcome
This project now have 2 collaborators. @julian-alarcon and @benyanke.
If you happen to want to collaborate with the project, just drop me a message and, if needed, I can provide you with collaborator access.
0.1.16
General
Adding the ability to do remote desktop presentation. MVP
The user Agent has changed again so you might need to clean the ~/.config/teams-for-linux cache to have your history back
- Fixing yargs to be able to use a config file to override the parameters
- Fixing #55 by adding extra angular.inject parameters
- Enabling basic desktop share as in #19 . There are a few issues still to be tackle but will be open in separate issues.
Thanks @julian-alarcon, @syepes, @BlueCase, @byteSamurai @cameronrmorris, @mpruefer @theangryangel and @tomicdusan... and anyone that I might have missed!
0.1.15
Improvements
The following are the changes for this release:
- Preventing the app from running in multiple instances #51.
- Removing the need of switching user agent to allow video conference in Chrome. That fixes #21.
- Enable powerpoint sharing (sorry no desktop so far) in video conferences. Small part of #19.
- Disabling "promotional" messages to download desktop and mobile apps.
- Adding support for custom CSS using
teams --customCSSLocation filename.css
to provide the file location #50.
Also, the packages versions have been updated to their latest.
Thanks
In no particular order:
- Thanks @HarlemSquirrel for reporting issue #51 and fix it!
- Thanks @julian-alarcon for pointing out the alternative to the user agent hack. That fixes #21.
0.1.14
0.1.13
0.1.12
0.1.11
General description
Main part of this release its been a big refactoring of the code, an increase of documentation in order to ease the development, adding snap and AppImage packages and implementing a right click menu with a basic spellchecker.
Detailed changes
There have been a few additions all listed next:
- Adding the snap and AppImage to the images been released (Thanks to @julian-alarcon)
- Adding eslint to enforce some linting to the code.
- Defaulting to open the link urls into external browsers as use to be before version 0.1.10. Adding the ability to open link urls in an internal browser to fix #23.
- Defaulting on not enabling the desktop notifications hack as is now working on all the version of Linux that I have tried.
- Adding a basic spellchecker implementation and a right click functionality by using electron-spell-check-provider and electron-editor-context-menu. This covers #28. Only US dictionary support at this moment for packaged version, Check the issue for more info
- Added the option to close the app when clicking the cross. Start teams with
teams --closeAppOnCross
. This is to cover #32. - Improving documentation and refactoring the code to ease the development.
- Removing dependency on "open" package as we can use the electron "shell" to open external links instead. This should fix #31
A fairly long list so be aware or treating this release with care for a bit.
0.1.10
Changing the way links open to open in a popup (electron browser) by default.
This version is been superseded by version 0.1.11.
Adding the ability to open the links in an external window by pressing the ctrl key.
The reason for this change is that is more natural, or common practice, to use the ctrl+click to open links in another tab/window.
This release is to try to fix issue #23 but might also address #4