Skip to content

Compare: Changelog (bleed)

New page
Showing with 2 additions and 1 deletion.
  1. +2 −1 Changelog-(bleed).md
3 changes: 2 additions & 1 deletion Changelog-(bleed).md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Allow queueing up scatter and move Nudge to an activity")]
* Fixed parallel production queues not pausing production, when all production traits are paused. [[#21296](https://github.com/OpenRA/OpenRA/pull/21296 "ParallelProductionQueue: pause production, when all Production traits are paused")]
* Fixed renamed actors being unable to be deleted in the map editor. [[#21354](https://github.com/OpenRA/OpenRA/pull/21354 "Fix map editor not removing an actor properly.")]
* Fixed the screen continuing to scroll when chat is opened. [[#21405](https://github.com/OpenRA/OpenRA/pull/21405 "Fix Scroll bug when chat is opened (the same issue was for menu)")]
* Fixed OpenAL system resources not getting cleaned up on exit. [[#21409](https://github.com/OpenRA/OpenRA/pull/21409 "Dispose sound sources")]
* Added crushing to ground based husks. [[#20338](https://github.com/OpenRA/OpenRA/pull/20338 "Give husks the ability to crush")]
* Added a `Play Map` button to the map editor menu. [[#20120](https://github.com/OpenRA/OpenRA/pull/20120 "Add Play Map button to map editor")]
* Automatically order blocking units away when trying to deploy an MCV. [[#21016](https://github.com/OpenRA/OpenRA/pull/21016 "Automatically order units away when trying to deploy transform")]
Expand Down Expand Up @@ -190,7 +191,7 @@ Support more indexed PNGs and compress PNGs")]
* Deprecated OpenGL 2.1 [[#21143](https://github.com/OpenRA/OpenRA/pull/21143 "Remove legacy OpenGL support."), [#21145](https://github.com/OpenRA/OpenRA/pull/21145 "Fix shader type conversion.")]
* Updated Linguini to 0.6. [[#21099](https://github.com/OpenRA/OpenRA/pull/21099 "Update Linguini to 0.6")]
* Updated DiscordRichPresence to 1.2.1.24 [[#21100](https://github.com/OpenRA/OpenRA/pull/21100 "Update DiscordRichPresence to version 1.2.1.24")]
* Added a backwards compatible AppStream developer name. [[#21406](https://github.com/OpenRA/OpenRA/pull/21406)]
* Added a backwards compatible AppStream developer name. [[#21406](https://github.com/OpenRA/OpenRA/pull/21406 "AppStream Metadata: Add developer name")]

**Documentation**
* Automated updates for our [documentation website](https://docs.openra.net/en/release/). [[#21130](https://github.com/OpenRA/OpenRA/pull/21130 "Automate documentation website updates"), [#21224](https://github.com/OpenRA/OpenRA/pull/21224 "Fix documentation workflow automation"). [#21232](https://github.com/OpenRA/OpenRA/pull/21232 "Fix documentation workflow always trying to commit"), [#21254](https://github.com/OpenRA/OpenRA/pull/21254 "Fix documentation workflow always trying to commit #2")]
Expand Down