notify icon indicating copy to clipboard operation
notify copied to clipboard

A dead simple Go library for sending notifications to various messaging services.

Results 68 notify issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | toolchain | minor | `1.22.6` -> `1.23.2` | --- ###...

size/XS
type/deps

This change fixes all places in the msteams service where we we're still using deprecated parts of [the provider library](https://github.com/atc0005/go-teams-notify). This change uses a pre-release of go-teams-notify to verify full...

size/M

Just a follow up issue to track https://github.com/atc0005/go-teams-notify/issues/262 as MS deprecated office connectors and you now need to use workflows. Once the library is updated, we need to pull it...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/silenceper/wechat/v2](https://redirect.github.com/silenceper/wechat) | `v2.1.6` -> `v2.1.7` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsilenceper%2fwechat%2fv2/v2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsilenceper%2fwechat%2fv2/v2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

size/XS
type/deps

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/plivo/plivo-go/v7](https://redirect.github.com/plivo/plivo-go) | `v7.51.0` -> `v7.53.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fplivo%2fplivo-go%2fv7/v7.53.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fplivo%2fplivo-go%2fv7/v7.53.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

size/XS
type/deps

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/mailgun/mailgun-go/v4](https://redirect.github.com/mailgun/mailgun-go) | `v4.15.0` -> `v4.16.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmailgun%2fmailgun-go%2fv4/v4.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fmailgun%2fmailgun-go%2fv4/v4.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

size/S
type/deps

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/sendgrid/sendgrid-go](https://redirect.github.com/sendgrid/sendgrid-go) | `v3.15.0+incompatible` -> `v3.16.0+incompatible` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsendgrid%2fsendgrid-go/v3.16.0+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsendgrid%2fsendgrid-go/v3.16.0+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

size/XS
type/deps

## Description Previously the Content-Type was hardcoded to `text/html`. This enables the use of `text/plain` like in the mail service. Also the sendgrid library now has a `SendWithContext` method which...

size/M