Skip to content

Commit 2180840

Browse files
committed
Updated Insiders changelog
1 parent 57a9ed8 commit 2180840

File tree

5 files changed

+21
-7
lines changed

5 files changed

+21
-7
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
mkdocs-material-9.0.6+insiders-4.29.0 (2023-01-21)
2+
3+
* Added built-in optimize plugin for automatically compressing images
4+
* Switched reporting in built-in privacy plugin to info level
5+
16
mkdocs-material-9.0.6 (2023-01-19)
27

38
* Fixed #4883: Automatically disable info plugin when serving

docs/creating-your-site.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ and much more:
125125
- [Setting up the footer]
126126
- [Adding a git repository]
127127
- [Adding a comment system]
128+
- [Building an optimized site]
128129
- [Building for offline usage]
129130

130131
</div>
@@ -150,7 +151,7 @@ technical writing experience.
150151
[Adding a git repository]: setup/adding-a-git-repository.md
151152
[Adding a comment system]: setup/adding-a-comment-system.md
152153
[Building for offline usage]: setup/building-for-offline-usage.md
153-
[Building an optimized site]: setup/building-building-an-optimized-site.md
154+
[Building an optimized site]: setup/building-an-optimized-site.md
154155
[Markdown extensions]: setup/extensions/index.md
155156

156157
## Previewing as you write

docs/insiders/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Material for MkDocs Insiders
44

5+
### 4.29.0 <small>January 21, 2023</small> { id="4.29.0" }
6+
7+
- Added built-in optimize plugin for automatically compressing images
8+
- Switched reporting in built-in privacy plugin to `info` level
9+
510
### 4.28.1 <small>January 17, 2023</small> { id="4.28.1" }
611

712
- Fixed built-in info plugin erroring for Insiders on version check

docs/insiders/index.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,15 @@ a handful of them, [thanks to our awesome sponsors]!
8888
## What's in it for me?
8989

9090
The moment you [become a sponsor][how to become a sponsor], you'll get __immediate
91-
access to 21 additional features__ that you can start using right away, and
91+
access to 22 additional features__ that you can start using right away, and
9292
which are currently exclusively available to sponsors:
9393

9494
<div class="mdx-columns" markdown>
9595

96-
- [x] [Navigation path] (Breadcrumbs): :material-alert-decagram:{ .mdx-pulse title="Added on January 14, 2023" }
97-
- [x] [Typeset plugin]: :material-alert-decagram:{ .mdx-pulse title="Added on December 20, 2022" }
98-
- [x] [Privacy plugin: external links] :material-alert-decagram:{ .mdx-pulse title="Added on October 18, 2022" }
96+
- [x] [Optimize plugin] :material-alert-decagram:{ .mdx-pulse title="Added on January 21, 2022" }
97+
- [x] [Navigation path] (Breadcrumbs) :material-alert-decagram:{ .mdx-pulse title="Added on January 14, 2023" }
98+
- [x] [Typeset plugin] :material-alert-decagram:{ .mdx-pulse title="Added on December 20, 2022" }
99+
- [x] [Privacy plugin: external links]
99100
- [x] [Navigation subtitles]
100101
- [x] [Tags plugin: allow list] + [custom sorting]
101102
- [x] [Blog plugin: custom index pages]
@@ -299,12 +300,14 @@ are released for general availability.
299300

300301
#### $ 20,000 – Jalapeño
301302

303+
- [x] [Optimize plugin]
302304
- [x] [Typeset plugin]
303305
- [x] [Privacy plugin: external links]
304306
- [x] [Navigation path] (Breadcrumbs)
305307
- [ ] [Instant previews]
306-
- ... more to be announced
308+
- [ ] more to be announced
307309

310+
[Optimize plugin]: ../setup/building-an-optimized-site.md#built-in-optimize-plugin
308311
[Typeset plugin]: ../reference/index.md#built-in-typeset-plugin
309312
[Privacy plugin: external links]: ../setup/ensuring-data-privacy.md#+privacy.external_links
310313
[Navigation path]: ../setup/setting-up-navigation.md#navigation-path

docs/setup/building-an-optimized-site.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ further useful automatic optimization techniques.
1313

1414
## Configuration
1515

16-
### Built-in optimize plugin
16+
### Built-in optimize plugin :material-alert-decagram:{ .mdx-pulse title="Added on January 21, 2022" }
1717

1818
[:octicons-heart-fill-24:{ .mdx-heart } Sponsors only][Insiders]{ .mdx-insiders } ·
1919
[:octicons-tag-24: insiders-4.29.0][Insiders] ·

0 commit comments

Comments
 (0)