Session: Ausgabeformat-Verwaltung, Versionierung, In-App-Update#3
Merged
Conversation
…ix simulation banner on startup
New features:
- Output format selection: Jira-Markdown (.md), XML, CSV – configurable per format
(template, fields, parameters, file extension)
- New '📋 Formate' tab in Settings dialog to create, edit and delete formats
- FormatEditorDialog with type-specific sections (template, field checkboxes, CSV/XML params)
- Active format persisted in settings.json; used for auto output path and file browser
- Scraper._render_xml() and _render_csv() converters with {{placeholder}} template system
- _extract_page_vars() extracts title, url, content, text, meta_description, date per page
- _url_to_filename() and _write_index() accept ext parameter for non-.md formats
Bug fix:
- Simulation mode banner no longer shows unexpectedly on startup on some systems
(explicit reset in _load_session() ensures banner is always hidden at app start)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
GitHub Actions (version-bump.yml): - Triggers on PR merge to main - Bumps patch/minor/major based on PR label (default: patch) - Updates APP_VERSION in website_scraper.py, creates git tag, GitHub Release - Uploads website_scraper.py as release asset In-app update: - Checks GitHub Releases API 3s after startup (background thread) - Requires GitHub fine-grained PAT (Contents: Read-only) in Settings - Shows update dialog if newer version found - Downloads asset, writes _ws_updater.py, closes app, restarts with new version - Uses pythonw.exe + DETACHED_PROCESS on Windows for clean handoff Also adds .gitignore (excludes updater temp files + __pycache__) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Displays v{APP_VERSION} as a small grey label in the bottom-right of the
header bar, next to the subtitle. Updated automatically by the CI workflow
on every PR merge.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
version-bump.ymlbumpt automatisch die Version bei jedem PR-Merge (Patch/Minor/Major per Label); erstellt Git-Tag und GitHub Release mitwebsite_scraper.pyals AssetAPP_VERSIONwird im Titelbalken angezeigt und vom Workflow automatisch aktualisiertTest plan
.csv-Datei wird erzeugtv1.0.1mitwebsite_scraper.pyals Asset sichtbarv1.0.0(bzw. aktuelle Version nach Bump)🤖 Generated with Claude Code