Skip to content

Commit

Permalink
update thumbnail link for notifications, bump apprise version to 0.7.9 (
Browse files Browse the repository at this point in the history
  • Loading branch information
circa10a authored Aug 1, 2019
1 parent 405f778 commit 646cb95
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.4.2](https://github.com/pyouroboros/ouroboros/tree/1.4.2) (2019-07-31)
[Full Changelog](https://github.com/pyouroboros/ouroboros/compare/v1.4.1...1.4.2)

**Closed issues:**

- Join Notifications truncated and icon returning 404 [\#325](https://github.com/pyouroboros/ouroboros/issues/325)

## [1.4.1](https://github.com/pyouroboros/ouroboros/tree/1.4.1) (2019-06-03)
[Full Changelog](https://github.com/pyouroboros/ouroboros/compare/v1.4.0...1.4.1)

Expand Down
2 changes: 1 addition & 1 deletion pyouroboros/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = "1.4.1"
VERSION = "1.4.2"
BRANCH = "master"
2 changes: 1 addition & 1 deletion pyouroboros/notifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __init__(self, config, data_manager):

def build_apprise(self):
asset = apprise.AppriseAsset(
image_url_mask='https://bin.cajun.pro/images/ouroboros/notifications/ouroboros-logo-{XY}{EXTENSION}',
image_url_mask='https://i.imgur.com/L40ksWY.png',
default_extension='.png'
)
asset.app_id = "Ouroboros"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ docker>=3.7.0
prometheus_client>=0.5.0
requests>=2.21.0
influxdb>=5.2.1
apprise>=0.7.4
apprise>=0.7.9
apscheduler>=3.5.3

0 comments on commit 646cb95

Please sign in to comment.