From 10617582a86ee83698ef7c396767dcad60f8a7f5 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 25 Aug 2026 19:32:19 -0400 Subject: [PATCH] [release] Bump to version 68.3 - Video metadata is not getting base run time seconds reliably --- CHANGELOG.org | 7 +++++++ PROJECT.org | 7 +------ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index d292a3c..4735039 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,5 +1,12 @@ #+title: CHANGELOG +* Version 68.3 [1/1] +** DONE [#B] Video metadata is not getting base run time seconds reliably :videos:metadata: +:PROPERTIES: +:ID: cdb7cf49-a9df-3368-7cf8-12ee0775a3ce +:END: + + * Version 68.2 [1/1] ** DONE [#B] Fix bug in webpage display where narrow mobile view is half white space :bug:ui:templates:webpages: :PROPERTIES: diff --git a/PROJECT.org b/PROJECT.org index c7379f8..ac38398 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -18,7 +18,7 @@ tasks, Todoist tasks, web pages I've read and trails I've hiked has turned out to be sometimes cathartic and sometimes functional as I try to remember when I did a thing. -* Backlog [0/31] :vrobbler:project:personal: +* Backlog [0/30] :vrobbler:project:personal: ** TODO [#C] Configure IMAP folder/start in user profile :imap:settings: *** Description @@ -590,8 +590,3 @@ The Edit log form should have from top to bottom: - People (which should be similar to the Bird widget on BirdLocation and allow setting per user score, win true/false, rank, new true/false, seat_ordrer) - Expansion ids (which should a multi-select widget of expansions for this game) - Location (which should be a drop down of BoardGameLocations for this user) -** STRT [#B] Video metadata is not getting base run time seconds reliably :videos:metadata: -:PROPERTIES: -:ID: cdb7cf49-a9df-3368-7cf8-12ee0775a3ce -:END: - diff --git a/pyproject.toml b/pyproject.toml index e427765..4030df8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "68.2" +version = "68.3" description = "" authors = ["Colin Powell "]