---
tags: releases
---
# CodiMD 2.0.1
[CodiMD 2.0.1](https://github.com/hackmdio/codimd/releases/tag/2.0.1) is a minor release fixing bugs introduced in 2.0.0 and earlier versions along with some enhancements. We encourage everyone to upgrade to 2.0.1 now. See how things are going on [GitHub](https://github.com/hackmdio/codimd/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc+milestone%3ANext). Stay tuned and healthy, and we hope you love it!
## Highlights
### New Helm Chart on Helm Hub

During this release, we've updated CodiMD Helm chart. You can find the install instruction on [Helm Hub](https://hub.helm.sh/charts/codimd/codimd). The source code of the chart is on [GitHub](https://github.com/hackmdio/codimd-helm).
### Inline markdown in spoiler container summary
You can now write inline markdown in the summary part of the spoiler container. The following syntax:
```markdown
:::spoiler **Support** _inline_ ~~markdown~~ :laughing:
Hidden content
:::
```
Will be rendered to:

Take a look at PR [\#1448](https://github.com/hackmdio/codimd/pull/1448) for impelementation details.
### Contrast Adjustment for better visibility
In this version, [@pkrasicki](https://github.com/pkrasicki) opened PR [\#1449](https://github.com/hackmdio/codimd/pull/1449) for adjusting the contrast ratio of some UI. Here's the result.

> Improve status bar button visibility

> Improve TOC(Table of Contents) button visibility
If you're not satisfied with these changes or coming up a great idea, let’s discuss the visibility/contrast ratio issue in [#1441](https://github.com/hackmdio/codimd/issues/1441) :eyes: Thank you [@watchingJu](https://github.com/watchingJu) for bringing up this issue.
## Enhancements
- Allow inline markdown in spoiler summary syntax [\#1448](https://github.com/hackmdio/codimd/pull/1448)
## Fixes
- Fix to add missing configs in docker secret [\#1446](https://github.com/hackmdio/codimd/pull/1446)
- Fix not able to upload image using imgur [\#1473](https://github.com/hackmdio/codimd/pull/1473)
- Fix to improve version checker behavior [\#1459](https://github.com/hackmdio/codimd/pull/1459)
## Thank you
These pull requests came from CodiMD community, thank you guys for being here and making CodiMD awesome ❤️
- Fix Wikipedia link in 2.0.0 release notes [\#1443](https://github.com/hackmdio/codimd/pull/1443) [@Lin-Buo-Ren](https://github.com/Lin-Buo-Ren)
- Improve visibility of some UI elements [\#1449](https://github.com/hackmdio/codimd/pull/1449) [@pkrasicki](https://github.com/pkrasicki)
- Add correct path for minio [\#1457](https://github.com/hackmdio/codimd/pull/1457) [@kishan3](https://github.com/kishan3)
- Fix check for creating free url notes [\#1460](https://github.com/hackmdio/codimd/pull/1460) [@marksteve](https://github.com/marksteve)
- Support avatar for OAuth users [\#1453](https://github.com/hackmdio/codimd/pull/1453) [@moycat](https://github.com/moycat)