Bump markdown from 3.5.1 to 3.8.1 - #6
Open
dependabot[bot] wants to merge 621 commits into
Open
Conversation
Fix PostgreSQL migration error with reserved keyword "user"
…s, and simplified config - Make UI features data-driven (check transcription.hasDialogue instead of useAsrEndpoint flag) - Add ConnectorSpecifications dataclass for provider constraints (file size, chunking, codecs) - Add SPEAKER_COUNT_CONTROL capability for connectors supporting min/max speakers - Implement connector-aware chunking with priority: connector internal > ENV > connector defaults - Simplify environment variables with auto-detection (ASR_BASE_URL > TRANSCRIPTION_MODEL) - Update templates to conditionally show diarization options based on connector capabilities - Add env.transcription.example with updated documentation
…scriptions - Add error formatting utility with pattern matching for known errors (413, timeout, auth, etc.) - Store errors as ERROR_JSON format for rich frontend display - Show color-coded error cards with icons, titles, guidance, and technical details - Add permanent error detection to job queue (skip retries for 413, 401, etc.) - Keep failed recordings instead of deleting so users can see errors and fix settings - Disable summary generation and chat when transcription is an error - Show friendly error messages in progress popup and toasts - Update both desktop and mobile UIs with error handling
- Add 400/404 to permanent error codes (won't retry bad requests) - Add invalid_request_error and bad request patterns - Fix regex patterns to simple substring matching - Convert files with unsupported extensions (like .weba) to mp3 OpenAI only accepts: flac, m4a, mp3, mp4, mpeg, mpga, oga, ogg, wav, webm
- Upload endpoint now passes connector_specs to convert_if_needed - File monitor also fetches and passes connector_specs - This enables connector-aware codec conversion (e.g. opus -> mp3 for OpenAI) - Extension check remains as fallback safety net
- Fix duration-based chunking for gpt-4o-transcribe-diarize (pass connector_specs) - Always init chunking service so hard limits override ENABLE_CHUNKING=false - Add TEXT_MODEL config to env.transcription.example (fixes Reddit user issue) - Update README, getting-started.md, docker-compose.example.yml with required keys - Add timeout error logging and fix UI updates on recording failure
…erver-side duration
…gle reflect the chosen prompt source
…ap and add Nginx Proxy Manager guidance
…b Releases for older versions
…s of current status
…ne sklearn call per chunk
…gainst local-path allowlist
Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.5.1 to 3.8.1. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.5.1...3.8.1) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
lhpereira
force-pushed
the
master
branch
2 times, most recently
from
May 14, 2026 03:59
0be3bd3 to
e290a79
Compare
lhpereira
pushed a commit
that referenced
this pull request
Jul 8, 2026
…ker name, no more dark-on-dark in light mode — each speaker-color- class sets a saturated dark text colour (e.g. color-1 = #0D47A1 deep blue) which on top of the speaker-tablet-time's existing rgba(0,0,0,0.18) overlay produced near-black-on-near-dark in light mode; now the time portion gets opacity: 0.7 in light mode and opacity: 0.85 in dark mode so it sits a perceptual notch lighter than the speaker name across all 16 speaker palettes and both themes, without per-colour overrides
lhpereira
pushed a commit
that referenced
this pull request
Jul 8, 2026
…darkened-tint in light mode — my previous fix added opacity: 0.7 to the time text which made it MORE transparent against the already-dark-tinted background (the opposite of what was needed); the right approach is to (a) push the time-half's black overlay from 0.18 to 0.55 in light mode so the speaker pastel becomes a saturated dark shade, and (b) force the time text to rgba(255,255,255,0.95) white so we get maximum contrast on top; dark mode keeps the existing 0.18 overlay + inherited pastel colour since that combination was already legible there
lhpereira
pushed a commit
that referenced
this pull request
Jul 8, 2026
…e now uses a LIGHTER tint of the speaker pastel rather than a darker one — the previous darkening attempt (0.55 black overlay) desaturated every speaker pastel to near-grey, killing the colour palette across all 16 speakers; the correct direction is to LIGHTEN the time half (0.55 white overlay) so it becomes a paler tint of the speaker pastel, with the inherited dark speaker-color text reading well on top; font-weight bumped 500→600 for an extra readability nudge; dark mode keeps the original 0.18 black overlay since the inherited dark-mode speaker pastels were already readable there
lhpereira
pushed a commit
that referenced
this pull request
Jul 8, 2026
…s a saturated darker shade of the speaker pastel with white text, distinct from the name half — first attempt (opacity 0.7) made text more transparent which read as dark-on-dark, second (0.55 black) desaturated to grey, third (0.55 white) was too washed-out and matched the name half, this one uses a moderate 0.32 black overlay + forced white text + a subtle text-shadow for legibility; result reads as a clearly darker version of the speaker pastel hue (not grey) with crisp white time digits; dark mode unchanged
lhpereira
pushed a commit
that referenced
this pull request
Jul 8, 2026
… speaker palette colour as its BACKGROUND with white text on top, no more colour-overlay hacks — the previous attempts all tried to manipulate the existing pastel via a translucent overlay (black darkens to grey, white lightens to washed-out, opacity reduces contrast) — none of them keep the speaker hue saturated; the correct architectural fix is to expose each speaker palette's saturated foreground as a CSS custom property (--speaker-fg, set on .speaker-color-1 through 16) and have .speaker-tablet-time use background: var(--speaker-fg) + color: white; this gives WCAG-AAA contrast, keeps the full hue identity per speaker, and reads as clearly distinct from the pastel name half without any greying; dark mode reverts to the original 0.18 black overlay since the dark-mode speaker palette already worked there
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps markdown from 3.5.1 to 3.8.1.
Release notes
Sourced from markdown's releases.
... (truncated)
Changelog
Sourced from markdown's changelog.
... (truncated)
Commits
3870f20Bump version to 3.8.18207214Ensure incomplete markup declaration in raw HTML doesn't crash parser.64a3c0fFix HTML handling of\</>f2b9fd1Ensuremd_in_htmldoes not drop content513de8aUpdate pypa/gh-action-pypi-publish to v1.12.4b34e1d0Bump version to 3.8e6b7163Update deploy workflow to normalize versionbd67d48Improve changelog validatione912575Fix incorrect TOC list structure in docs42d4b43Fix CI badge in READMEYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.