Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #10

Merged
merged 28 commits into from
Jan 30, 2022
Merged

Develop #10

merged 28 commits into from
Jan 30, 2022

Conversation

WaylonWalker
Copy link
Owner

@WaylonWalker WaylonWalker commented Jan 30, 2022

0.1.0

  • fix: pyinstument plugin no longer overrides the main cli callback
  • feat: default is to run the profiler if pyinstrument is installed
  • fix: --profile is now under the build command
  • feat: --pretty/--no-pretty will make pretty tracebacks, and skip over framework code (closes Tracebacks are way too long #4 )
  • fix: links are now absolute so they work from github, thanks MR Destructive
  • deprecate: article['content_hash'] has been removed with preference for simply hashing on article['content']
  • create heading_link plugin
  • doc: How to create your home page. https://markata.dev/home-page/ (closes Need to document how to make a home page #9)

New cli help

After the pyinstrument plugin was fixed --version and --to-json are back, and --profile is now under the build command.

image

New Heading Link Plugin

The new heading link plugin makes it easier to share the exact part of an article you want with someone, by giving clickable links to the id of the heading it's next to.

image

@cloudflare-workers-and-pages
Copy link

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: c907a6b
Status: ✅  Deploy successful!
Preview URL: https://3645ac5e.markata.pages.dev

View logs

@WaylonWalker WaylonWalker merged commit 649adfd into main Jan 30, 2022
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.

Need to document how to make a home page Tracebacks are way too long
2 participants