Skip to content

Commit

Permalink
More upstream stuff (#10)
Browse files Browse the repository at this point in the history
* Set ProcessType in macOS auto-restart service to 'interactive' (Cog-Creators#6416)

* Forcefully shutdown RPC to prevent hangs (Cog-Creators#6412)

* Bump YT source plugin version to 1.5.1 and add custom plugin config (Cog-Creators#6415)

* Fix unmuting when a mod isn't a mod anymore. (Cog-Creators#6411)

Co-authored-by: TrustyJAID <[email protected]>

* Bump dependencies (Cog-Creators#6417)

* Red 3.5.11 - Changelog (Cog-Creators#6418)

* Automated Crowdin downstream (Cog-Creators#6420)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Version bump to 3.5.11 (Cog-Creators#6419)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jakub Kuczys <[email protected]>

* Version bump to 3.5.12.dev1 (Cog-Creators#6421)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: Jakub Kuczys <[email protected]>
Co-authored-by: Kowlin <[email protected]>
Co-authored-by: TrustyJAID <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
5 people authored Aug 4, 2024
1 parent 808b903 commit 1a376a9
Show file tree
Hide file tree
Showing 99 changed files with 1,006 additions and 917 deletions.
55 changes: 53 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
.. Red changelogs
Redbot 3.5.11 (2024-08-04)
==========================

| Thanks to all these amazing people that contributed to this release:
| :ghuser:`aikaterna`, :ghuser:`anopem`, :ghuser:`Flame442`, :ghuser:`japandotorg`, :ghuser:`Jackenmen`, :ghuser:`Kowlin`, :ghuser:`palmtree5`, :ghuser:`yamikaitou`
Read before updating
--------------------

#. Information for Audio users that are using an external Lavalink instance (if you don't know what that is, you should skip this point):

We've updated our default application.yml file and you should update your instance's ``application.yml`` accordingly.
More specifically, we bumped the version of YT source plugin and added new plugin configuration.
`Download Red 3.5.11's default application.yml file <https://github.com/Cog-Creators/Red-DiscordBot/releases/download/3.5.11/Red-DiscordBot-3.5.11-default-lavalink-application.yml>`__

End-user changelog
------------------

Changes
*******

- **Core** - Menus sent in ephemeral messages will now be deleted the same way menus in normal messages do (:issue:`6304`)
- **Core - Dependencies** - Red's dependencies have been bumped (:issue:`6417`)

Fixes
*****

- **Core - RPC** - RPC is now forcefully shut down after 2 minutes, if it cannot shutdown gracefully (:issue:`6391`, :issue:`6412`)
- |cool| **Cogs - Audio** - Fixed some of the recent YT playback issues (:issue:`6414`, :issue:`6415`)
- **Cogs - Mutes** - Fixed the cog failing to unmute a user, if they were muted by someone who no longer has permissions to mute that user (:issue:`6376`, :issue:`6411`)
- **Cogs - Streams** - Fixed the viewer count for Twitch streams (:issue:`6413`)

Developer changelog
-------------------

Additions
*********

- **Core - App Commands Package** - Added `app_commands.UserFeedbackCheckFailure` exception allowing the cog creators to return non-default error message when the check fails (:issue:`6397`)

Documentation changes
---------------------

Changes
*******

- Updated instructions for installing the development version of Red in `guide_cog_creation` (:issue:`6408`)
- Updated the contents of the ``red.plist`` file in the `autostart_mac` document to use no resource limitations, same as regular applications (:issue:`6416`)

----

Redbot 3.5.10 (2024-07-10)
==========================

Expand Down Expand Up @@ -53,8 +104,8 @@ Fixes
- **Core** - Fixed command autocompletion not showing any proper result (error message) when bot's global checks (channel/server ignores, allowlist/blocklist) do not pass (:issue:`6374`, :issue:`6375`)
- **Cogs - Audio** - Fixed one of the recent YT playback issues (:issue:`6373`)

Developer changes
-----------------
Developer changelog
-------------------

Changes
*******
Expand Down
2 changes: 1 addition & 1 deletion redbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def _early_init():


# This is bumped automatically by release workflow (`.github/workflows/scripts/bump_version.py`)
_VERSION = "3.5.11.dev1"
_VERSION = "3.5.12.dev1"

__version__, version_info = VersionInfo._get_version()

Expand Down
6 changes: 3 additions & 3 deletions redbot/cogs/admin/locales/id-ID.po

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 13 additions & 7 deletions redbot/cogs/alias/locales/id-ID.po

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 29 additions & 24 deletions redbot/cogs/audio/core/commands/locales/pt-PT.po

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions redbot/cogs/audio/core/events/locales/pt-PT.po

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1a376a9

Please sign in to comment.