Skip to content

Releases: stuartridout/teamlink

TeamLink 2.0.0.4

21 Feb 16:01
3ca5af2
Compare
Choose a tag to compare

🚀 Major new feature release 🎉

  • Minor fix to this version to correct the ordering in drop down lists

Enhancements

New screen reader accessible view - we know that some screen readers struggled to navigate the visuals on TeamLink. We have now introduced a new simplified view which makes it easier for screen readers to parse the screen.

Language localization - we have had requests to localize TeamLink into other languages. We are pleased to say that you can now access TeamLink in French, German and Spanish in addition to English. This is shown depending on your Teams language settings. You can also add your own language by updating the Languages table.

Brand new customization options - we know thåat you want to be able to make TeamLink look the way you want so we've increased the options to customize the experience for TeamLink admins. You can now change

  • The app name
  • The app logo
  • Core app colours
  • Icons for home, work and not working
  • Meet up icon

Delegate access - one of the more popular features requests was to provide delegate access for someone to update your calendar presence on your behalf. You can now do this from the TeamLink Profile screen.

Improved onboarding - we identified that the workflow during the onboarding experience was not optimal so we have improved that.

Favourite site dropdown - we had feedback from customers who had a lot of sites that users had to scroll too far to find their site. We have now re-ordered the dropdown list when you choose the office to put your preferred sites at the top.

Bug Fix

This Team List - we introduced a bug in 2.0.0.0 which showed an empty list on This Team list. Thanks to @slickspidey for finding and reporting.

TeamLink 2.0.0.3

23 Jan 14:00
3ca5af2
Compare
Choose a tag to compare

🚀 Major new feature release 🎉

Enhancements

New screen reader accessible view - we know that some screen readers struggled to navigate the visuals on TeamLink. We have now introduced a new simplified view which makes it easier for screen readers to parse the screen.

Language localization - we have had requests to localize TeamLink into other languages. We are pleased to say that you can now access TeamLink in French, German and Spanish in addition to English. This is shown depending on your Teams language settings. You can also add your own language by updating the Languages table.

Brand new customization options - we know that you want to be able to make TeamLink look the way you want so we've increased the options to customize the experience for TeamLink admins. You can now change

  • The app name
  • The app logo
  • Core app colours
  • Icons for home, work and not working
  • Meet up icon

Delegate access - one of the more popular features requests was to provide delegate access for someone to update your calendar presence on your behalf. You can now do this from the TeamLink Profile screen.

Improved onboarding - we identified that the workflow during the onboarding experience was not optimal so we have improved that.

Favourite site dropdown - we had feedback from customers who had a lot of sites that users had to scroll too far to find their site. We have now re-ordered the dropdown list when you choose the office to put your preferred sites at the top.

Bug Fix

This Team List - we introduced a bug in 2.0.0.0 which showed an empty list on This Team list. Thanks to @slickspidey for finding and reporting.

TeamLink 1.0.0.30

29 Jul 11:40
3ca5af2
Compare
Choose a tag to compare

Fixes and Enhancements

Fixes

  • fixed a problem where a broken image symbol was shown for some users
  • corrected an issue when setting presence in the future in a different daylight savings time period i.e. setting a winter presence during the summer. This would attribute the presence to an incorrect day. Some users may have to re-enter future presence if they originally had a problem

Enhancements

New settings table - we have added a new settings table into the app which can be edited by admins to customise the experience

  • Purge Historic Presence - many users have asked for an automatic deletion of historic presence information. There is a new flow which is run daily and checks whether the admin has configured the setting to automatically delete presence information. To use this add the following row into the TeamLinkSettings table. The SettingValue should be the age of the presence to delete e.g. to delete any presence older than a week use

SettingName - PurgeAgeDays
SettingValue - 7

  • Remove Profile Pics from Site Grid - larger deployments may notice that the Site Grid is slow when there are lots of people present at a site. This is because it is a slow process to fetch profile pics from the Office 365 Graph. To switch off profile pics in the Site Grid add the following row to the TeamLinkSettings table.

SettingName - ShowProfilePics
SettingValue - false

  • Customise Meet Icon - If you want to replace the current "Meet for Coffee" icon you can do so. You can replace it with an SVG image. You will need to open the SVG file in Notepad and replace all instances of double quotes " with a single quote '. Then add the following row to the TeamLinkSettings table.

SettingName - MeetIcon
SettingValue - PASTE SVG CONTENT WITH REPLACED QUOTES IN HERE

TeamLink 1.0.0.23

19 May 15:16
aac73e9
Compare
Choose a tag to compare

Huge update with significant functionality added

  • You asked for default presence so it's been added. You can define your default status for the week and it will display to your colleagues. This is greyed out so they know it isn't confirmed.
  • Default presence flows through into the reminder card so you can set your defaults with a click of a button
  • New look for TeamLink settings which has a similar user experience to Teams
  • Minor change to remove users with disabled accounts from the My Team, My Peers and My Directs views.

New settings interface
New settings interface


Accept defaults with a click of the green button
Accept defaults with a click of the green button


New reminder card experience pulling in defaults
New reminder card experience pulling in defaults

TeamLink 1.0.0.22

18 May 17:07
a757318
Compare
Choose a tag to compare

Huge update with significant functionality added

  • You asked for default presence so it's been added. You can define your default status for the week and it will display to your colleagues. This is greyed out so they know it isn't confirmed.
  • Default presence flows through into the reminder card so you can set your defaults with a click of a button
  • New look for TeamLink settings which has a similar user experience to Teams

New settings interface
New settings interface

Accept defaults with a click of the green button
Accept defaults with a click of the green button

New reminder card experience pulling in defaults
New reminder card experience pulling in defaults

TeamLink 1.0.0.19

07 Mar 16:02
20e23bc
Compare
Choose a tag to compare

This is a performance and bugfix release. In the 1.0.0.19 release:

  • MASSIVE performance improvements in the presence selection grid when changing presence
  • new display method for the pinned list/team/direct reports grid which stops repainting the grid every time a presence is changed
  • fix for TimezoneOffset error message on initial load of View By Site page when no date is selected
  • handling of error when trying to retrieve data from the network on initial load/onboarding of new user
  • fixed a bug in the adaptive card where a null value was being handled incorrectly
  • changed the approach to the adaptive card send to include a date field in the case of a delay in the flow sending. (Thanks to Gareth Rees for discovering and suggesting new approach)

TeamLink 1.0.0.18

04 Mar 14:24
20e23bc
Compare
Choose a tag to compare

This is a performance and bugfix release. In the 1.0.0.18 release:

  • MASSIVE performance improvements in the presence selection grid when changing presence
  • new display method for the pinned list/team/direct reports grid which stops repainting the grid every time a presence is changed
  • fix for TimezoneOffset error message on initial load of View By Site page when no date is selected
  • handling of error when trying to retrieve data from the network on initial load/onboarding of new user

TeamLink 20220215

16 Feb 16:32
20e23bc
Compare
Choose a tag to compare

IMPORTANT - Update to the v1.17 release of TeamLink as a managed PowerApp for Teams. Bug fix with Adaptive Card send.

This is a significant release that sends users a card in Microsoft Teams each week on the last day of their working week to remind them to update their presence. They can fill this card in without leaving Teams in moments. This ensures your TeamLink data is more accurate and more useful.

Screenshot showing reminder card in Teams

If you are a Microsoft employee we already have this installed. Do not install a new version. Contact Stuart Ridout with any queries. Thanks

TeamLink_20220211

11 Feb 16:42
20e23bc
Compare
Choose a tag to compare

Update to the v1.16 release of TeamLink as a managed PowerApp for Teams. Bug fix with Adaptive Card send.

This is a significant release that sends users a card in Microsoft Teams each week on the last day of their working week to remind them to update their presence. They can fill this card in without leaving Teams in moments. This ensures your TeamLink data is more accurate and more useful.

Screenshot showing reminder card in Teams

If you are a Microsoft employee we already have this installed. Do not install a new version. Contact Stuart Ridout with any queries. Thanks

TeamLink_20220203

03 Feb 12:43
2a5de7a
Compare
Choose a tag to compare

Update to the v1.15 release of TeamLink as a managed PowerApp for Teams.

This is a significant release that sends users a card in Microsoft Teams each week on the last day of their working week to remind them to update their presence. They can fill this card in without leaving Teams in moments. This ensures your TeamLink data is more accurate and more useful.

Screenshot showing reminder card in Teams

If you are a Microsoft employee we already have this installed. Do not install a new version. Contact Stuart Ridout with any queries. Thanks