Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions _data/notices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -396,3 +396,12 @@
Version 1.2.0 of this plugin is available from a new maintainer. The release notes of the version by the
new maintainer can be found at the "Read more..." link below.
link: https://github.com/triodes/OctoPrint-PSUControl-Shelly/releases/tag/1.2.0
- plugin: Octoslack
pluginversions: ["<2.2.1"]
versions: []
date: 2026-05-06 12:00:00Z
text:
Version 2.2.1 of this plugin is available from a new maintainer. The release notes of the version by the
new maintainer can be found at the "Read more..." link below.
link: https://github.com/misconfigurations/Octoslack/releases/tag/2.2.1

3 changes: 3 additions & 0 deletions _data/update_check_overlays.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,6 @@ sidebarmacros:
psucontrol_shelly:
user: triodes
pip: https://github.com/triodes/OctoPrint-PSUControl-Shelly/archive/{target_version}.zip
octoslack:
user: misconfigurations
pip: https://github.com/misconfigurations/Octoslack/archive/{target_version}.zip
12 changes: 5 additions & 7 deletions _plugins/Octoslack.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ layout: plugin
id: Octoslack
title: Octoslack
description: An OctoPrint plugin for monitoring your printer and prints via Slack, Mattermost, Pushbullet, Pushover, Rocket.Chat, Discord, Riot/Matrix, or Microsoft Teams
author: Chris Fraschetti
author: Šárka Hawke
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we prefer you keep previous authors rather than replace single author attribute.

authors:
    - Šárka Hawke
    - Chris Fraschetti

license: MIT

# today's date in format YYYY-MM-DD, e.g.
date: 2017-05-20

homepage: https://github.com/fraschetti/Octoslack
source: https://github.com/fraschetti/Octoslack
archive: https://github.com/fraschetti/Octoslack/archive/master.zip
homepage: https://github.com/misconfigurations/Octoslack
source: https://github.com/misconfigurations/Octoslack
archive: https://github.com/misconfigurations/Octoslack/archive/master.zip

# Set this to true if your plugin uses the dependency_links setup parameter to include
# library versions not yet published on pypi. SHOULD ONLY BE USED IF THERE IS NO OTHER OPTION!
Expand Down Expand Up @@ -50,7 +50,7 @@ tags:
- gcode

compatibility:
python: ">=2.7,<4"
python: ">=3.7,<4"

screenshots:
- url: /assets/img/plugins/Octoslack/Octoslack-PrintStarted.png
Expand Down Expand Up @@ -82,8 +82,6 @@ featuredimage: /assets/img/plugins/Octoslack/Octoslack-PrintProgress_SlackOnly.p

attributes:
- cloud

abandoned: https://github.com/OctoPrint/plugins.octoprint.org/issues/1432
---


Expand Down
Loading