github IsmaelMartinez/teams-for-linux v0.1.11
0.1.11

latest releases: v1.4.35, v1.4.34, v1.4.33...
5 years ago

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.

Don't miss a new teams-for-linux release

NewReleases is sending notifications on new releases.