Skip to content

Releases: IsmaelMartinez/teams-for-linux

0.1.15

07 Mar 20:47
Compare
Choose a tag to compare

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:

0.1.14

06 Feb 14:34
951f9a4
Compare
Choose a tag to compare
  • Fixing #47
  • Updating to latest package versions
  • Adding pacman as a distribution package

0.1.13

16 Jan 21:45
86358ef
Compare
Choose a tag to compare
  • Adding handling of online/offline to improve the initial load of the page. This is partly to address #39 and the other white screen cases.
  • Updated the package versions to the latest version. Specially electron that goes up to version 4.

0.1.12

20 Dec 13:50
027130e
Compare
Choose a tag to compare

Fixing #36

0.1.11

17 Dec 21:20
Compare
Choose a tag to compare

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

07 Dec 07:25
54e8c51
Compare
Choose a tag to compare

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

0.1.9

01 Nov 15:09
6254d53
Compare
Choose a tag to compare
  • Fixing issue #12 where you couldn't drag and drop images anymore.
  • Persisting by default to the partition "persist:teams-4-linux".
  • Fixing issue #13 by allowing to disable desktop notifications.
  • Focus the app after clicking in the notification.

0.1.8

01 Nov 06:19
99621c5
Compare
Choose a tag to compare
  • Adding ntlmV2enabled and authServerWhitelist options to the configuration and parameters. More information in the README.md file.
  • Implementing issue #10 . Because of it, it is not needed nor recommended to be able to setup the userAgent as an argument. It should be now possible to use video and mentions with the app. Thanks to @Laxen for the tip.

0.1.7

29 Oct 22:05
1c916aa
Compare
Choose a tag to compare
  • Reformatted notifications so messages are easier to read (Thanks to @nate-anderson)
  • Fixing #6, --partition parameter not working

0.1.6

22 Oct 20:56
Compare
Choose a tag to compare

Removing the reload after a did-fail-load to try to fix #3