[PR #259] [MERGED] 7.7 #19729

Closed
opened 2026-06-10 17:26:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/259
Author: @wukko
Created: 12/2/2023
Status: Merged
Merged: 12/2/2023
Merged by: @wukko

Base: currentHead: 7.7


📝 Commits (8)

  • 5bd50fd twitter: remux all videos
  • 3e8c059 vimeo: fix parsing and resolution in filename
  • afab7f9 api & web: ports in env are no longer strictly required
  • 83d82f5 web: saving cobalt streams via action chooser
  • 08edf28 build: add major version tag for docker images
  • 89c5067 web: fix auto hiding of download popup
  • 760f55b 7.7 changelog and banner
  • 3ee6cde build: add major version tag for docker images

📊 Changes

21 files changed (+157 additions, -126 deletions)

View changed files

📝 .github/workflows/docker.yml (+10 -8)
📝 docs/examples/docker-compose.example.yml (+3 -5)
📝 package.json (+1 -1)
📝 src/cobalt.js (+7 -3)
📝 src/config.json (+2 -2)
📝 src/core/api.js (+4 -4)
📝 src/core/web.js (+2 -2)
📝 src/front/cobalt.js (+11 -4)
src/front/updateBanners/meowthpolishegg.webp (+0 -0)
📝 src/localization/languages/en.json (+3 -2)
📝 src/localization/languages/ru.json (+3 -2)
📝 src/modules/changelog/changelog.json (+12 -2)
📝 src/modules/pageRender/page.js (+2 -2)
📝 src/modules/processing/matchActionDecider.js (+11 -10)
📝 src/modules/processing/services/twitter.js (+9 -2)
📝 src/modules/processing/services/vimeo.js (+18 -32)
📝 src/modules/setup.js (+0 -3)
📝 src/modules/stream/manage.js (+18 -6)
📝 src/modules/stream/stream.js (+1 -1)
📝 src/modules/stream/types.js (+40 -23)

...and 1 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/259 **Author:** [@wukko](https://github.com/wukko) **Created:** 12/2/2023 **Status:** ✅ Merged **Merged:** 12/2/2023 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `7.7` --- ### 📝 Commits (8) - [`5bd50fd`](https://github.com/imputnet/cobalt/commit/5bd50fd55fe8041f2742ac8778c020203aa6dd0f) twitter: remux all videos - [`3e8c059`](https://github.com/imputnet/cobalt/commit/3e8c059a3ab722834fbad53aba18acbb6744c6a8) vimeo: fix parsing and resolution in filename - [`afab7f9`](https://github.com/imputnet/cobalt/commit/afab7f94a726056bee2c3739d6bc38a4f41eb99d) api & web: ports in env are no longer strictly required - [`83d82f5`](https://github.com/imputnet/cobalt/commit/83d82f5da9f05f57c9cddf92e4d8de408a85931e) web: saving cobalt streams via action chooser - [`08edf28`](https://github.com/imputnet/cobalt/commit/08edf28ccf8c14b131c75f3f0def5da7494cde1d) build: add major version tag for docker images - [`89c5067`](https://github.com/imputnet/cobalt/commit/89c50676859bed903730ccb8ab898ad82aa69c2c) web: fix auto hiding of download popup - [`760f55b`](https://github.com/imputnet/cobalt/commit/760f55bdb4749929794cd4e2db3e74d6c85e32ff) 7.7 changelog and banner - [`3ee6cde`](https://github.com/imputnet/cobalt/commit/3ee6cdef5b207eed8fda7ab00d3dceb1189be161) build: add major version tag for docker images ### 📊 Changes **21 files changed** (+157 additions, -126 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker.yml` (+10 -8) 📝 `docs/examples/docker-compose.example.yml` (+3 -5) 📝 `package.json` (+1 -1) 📝 `src/cobalt.js` (+7 -3) 📝 `src/config.json` (+2 -2) 📝 `src/core/api.js` (+4 -4) 📝 `src/core/web.js` (+2 -2) 📝 `src/front/cobalt.js` (+11 -4) ➕ `src/front/updateBanners/meowthpolishegg.webp` (+0 -0) 📝 `src/localization/languages/en.json` (+3 -2) 📝 `src/localization/languages/ru.json` (+3 -2) 📝 `src/modules/changelog/changelog.json` (+12 -2) 📝 `src/modules/pageRender/page.js` (+2 -2) 📝 `src/modules/processing/matchActionDecider.js` (+11 -10) 📝 `src/modules/processing/services/twitter.js` (+9 -2) 📝 `src/modules/processing/services/vimeo.js` (+18 -32) 📝 `src/modules/setup.js` (+0 -3) 📝 `src/modules/stream/manage.js` (+18 -6) 📝 `src/modules/stream/stream.js` (+1 -1) 📝 `src/modules/stream/types.js` (+40 -23) _...and 1 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-10 17:26:28 -05:00
Sign in to join this conversation.