Skip to content

Commit 4274358

Browse files
committed
chore(release): v0.4.0
1 parent 0340029 commit 4274358

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [0.4.0] - 2026-04-06
2+
3+
### 💥 BREAKING CHANGE
4+
5+
- Fetch oldest video id from playlist instead of innertube
6+
- Prepare playlist URLs on channel page load
7+
8+
### 🚀 Features
9+
10+
- Add dropdown menu to display all buttons
11+
12+
### ⚡ Performance
13+
14+
- Reuse data across soft navigation
15+
16+
### ⚙️ Miscellaneous Tasks
17+
18+
- _(deps)_ Update dependency typescript to v6 (#8)
19+
120
## [0.3.1] - 2026-03-25
221

322
### 🚀 Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browser-youtube-play-all",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"private": true,
55
"description": "Adds a 'Play All' button to YouTube, allowing video playback in Latest, Popular, or Oldest order.",
66
"type": "module",

0 commit comments

Comments
 (0)