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

release 0.6.0 #127

Merged
merged 52 commits into from
Jan 19, 2023
Merged

release 0.6.0 #127

merged 52 commits into from
Jan 19, 2023

Conversation

WaylonWalker
Copy link
Owner

@WaylonWalker WaylonWalker commented Nov 5, 2022

0.6.0

wikilinks

wikilinks are now enabled by default ex: [[home-page]]. This will create a
link <a class="wikilink" href="/home-page/">home-page</a>. This will
automagically just work if you leave markata.plugins.flat_slug plugin enabled
(which is by default).

ProTip: this was highly inspired by the
marksman-lsp by
artempyanykh which can autocomplete post
links in this style for you.

WaylonWalker and others added 30 commits October 21, 2022 14:53
* make article_html available to jinja

* add pr link
* create error lifecycle method

* give teardown special run method

* teardown is a better name than error
* implement teardown on all raises

* update changelog
* automatically teardown

* changelog
* fix: stop the profiler only if it is running

* changelog

* changelog
* lru cache caused significant issues

posts were repeating and map was inconsistent.  I believe the
inconsistency was mostly due to self changing and not busting the cache.

* update changelog
* simple but not complete fix to #117

* update changelog
* feat: report this run's cache stats

* changelog

* add version and pr
* prevent zerodivisionerror

* changelog
* properly set the profiler

* changelog
* keep tui running

* configurable summary

* server title

* close io buffers and wait for proc to kill

* properly kill proc on close

* properly kill runner on exit

* flake8 remove unused import

* flake8 remove unused import

* flake8 remove unused import

* flake8 remove unused import

* make a default filter_count

* move MissingFrontMatter to errors

* revert back to eval first

* docstring summary

* update status:X to published:Y to match blog starter examples

* current tui is only compatable with pre 0.2.0 textual

* cli attributes are now added with register_attr

* changelog

* import rich_print

* no import rich_print

* ensure pyinstrument is set

Co-authored-by: Pypeaday <pypeaday@pm.me>
@WaylonWalker WaylonWalker changed the title develop release 0.6.0 Nov 5, 2022
WaylonWalker and others added 2 commits November 6, 2022 09:15
* fix: requirements.txt to reduce vulnerabilities


The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3113904

* use pyproject.toml

* changelog

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
@cloudflare-pages
Copy link

cloudflare-pages bot commented Nov 19, 2022

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 10ed158
Status: ✅  Deploy successful!
Preview URL: https://d1648863.markata.pages.dev
Branch Preview URL: https://develop.markata.pages.dev

View logs

WaylonWalker and others added 18 commits December 1, 2022 19:20
* make filter api match map

* changelog
* implement base_route

* fix broken api

* use path_prefix

* inject path_prefix into output

* include path_prefix in the docs

* some tests with a prefix

* use tmp_path, not factory

* document path_prefix somehwere

* changelog
* create plugin cli

* add changelog

* fix pr number
* use path_prefix in nav unless :// is used

* changelog
* enable wikilinks

* update changelog with wikilinks
* give access to markata inside feed card rendering

* changelog
@WaylonWalker WaylonWalker merged commit eb4acfe into main Jan 19, 2023
@WaylonWalker WaylonWalker deleted the develop branch January 19, 2023 01:47
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.

Markata site broken in GH Pages
1 participant