Skip to content

feat(app): add optional anydoc engine and cross-platform icon - #49

Merged
imadreamerboy merged 3 commits into
mainfrom
feature/premium-ui-ux
Aug 9, 2026
Merged

imadreamerboy merged 3 commits into
mainfrom
feature/premium-ui-ux

Conversation

@imadreamerboy

Copy link
Copy Markdown
Owner

Summary

Adds optional anydoc Markdown conversion and a shared Markdown-themed application icon across packaged platforms.

Why

Users can opt into the faster engine without changing the default converter, and the packaged macOS, Windows, Linux, and runtime surfaces now have consistent branding.

Key Changes

  • Adds anydoc routing, settings, per-conversion toggle, fallback behaviour, packaging imports, and documentation.
  • Replaces the app artwork and generates PNG, Windows ICO, and macOS ICNS assets from the same visual source.
  • Embeds the ICNS in the macOS app bundle and keeps the Windows installer pointed at the ICO.
  • Adds the icon to the README and covers packaging/icon configuration with tests.

Testing

  • QT_QPA_PLATFORM=offscreen uv run pytest -q: 315 passed.
  • PyInstaller macOS app build and packaged startup smoke passed.
  • Temporary DMG mounted successfully with the expected bundle icon metadata.
  • Windows ICO validated with 16, 24, 32, 48, 64, 128, and 256 pixel variants.
  • git diff --check and uv lock --check passed.

Breaking Changes

None

Follow-ups

Inno Setup compilation was not run locally because the verification host is macOS; the installer path and regenerated ICO asset were validated.

@imadreamerboy

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7d25b2911d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread markitdowngui/utils/packaged_updater.py
@imadreamerboy

Copy link
Copy Markdown
Owner Author

@codex check again if there are any p0 p1 issues

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Another round soon, please!

Reviewed commit: 83a9d8ba37

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@imadreamerboy
imadreamerboy merged commit 33ca342 into main Aug 9, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant