diff --git a/LICENSE.md b/LICENSE.md index d1cb46f..58a6dbb 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -2,7 +2,7 @@ Released under the MIT license. Copyright (c) 2015 - 2018 Julien Bouquillon, revolunet -Copyright (c) 2018 - 2022 Isaac Muse +Copyright (c) 2018 - 2023 Isaac Muse Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/docs/src/markdown/about/changes.md b/docs/src/markdown/about/changes.md index be89f13..51d1ae0 100644 --- a/docs/src/markdown/about/changes.md +++ b/docs/src/markdown/about/changes.md @@ -1,5 +1,9 @@ # Changes +## 2.4.2 + +- **FIX**: Fix style so that PDF printing works in Chrome based browsers. + ## 2.4.1 - **FIX**: Remove `desktop` lib as we should not have been using it under our current license. diff --git a/mkdocs.yml b/mkdocs.yml index 0236197..f7b5be4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,7 +4,7 @@ repo_url: https://github.com/facelessuser/MarkdownPreview edit_uri: tree/master/docs/src/markdown site_description: Markdown preview and build plugin for Sublime Text copyright: | - Copyright © 2018 - 2022 Isaac Muse + Copyright © 2018 - 2023 Isaac Muse docs_dir: docs/src/markdown theme: @@ -22,6 +22,14 @@ theme: features: - navigation.tabs - navigation.top + - navigation.instant + - navigation.indexes + - toc.follow + - content.code.copy + - navigation.footer + - search.share + - search.highlight + - search.suggest nav: - Home: @@ -101,7 +109,8 @@ extra: plugins: - search - - git-revision-date-localized + - git-revision-date-localized: + fallback_to_build_date: true - mkdocs_pymdownx_material_extras - minify: minify_html: true