File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ For more information about changelogs, check
66[ Keep a Changelog] ( http://keepachangelog.com ) and
77[ Vandamme] ( http://tech-angels.github.io/vandamme ) .
88
9+ ## 0.34.1 - 2026-01-08
10+
11+ * [ FEATURE] Add channel.channel_sections
12+ * [ FEATURE] Add branding_setting.unsubscribed_trailer
13+ * [ FEATURE] Add engaged_views
14+ * [ FEATURE] Add account.sub (thank you @jkowens )
15+ * [ FEATURE] Add content_owner.live_cuepoints
16+ * [ FIX] Fetch channel_id from channel handle url
17+ * [ BUGFIX] upload_thumbnail and upload_video with path url (thank you @mrj )
18+ * [ IMPROVEMENT] Use ` URI.decode_www_form ` for Ruby 4.0 (thank you @jules-w2 )
19+
920## 0.34.0 - 2024-08-25
1021
1122* Ruby 2.1+ required https://github.com/nullscreen/yt/pull/425
Original file line number Diff line number Diff line change 11module Yt
2- VERSION = '0.34.0 '
2+ VERSION = '0.34.1 '
33end
You can’t perform that action at this time.
0 commit comments