--- tags: releases --- # CodiMD 1.4.1 [CodiMD 1.4.1](https://github.com/hackmdio/codimd/releases/tag/1.4.1) is a minor release fixing bug introduced in 1.4.0 and earlier versions. We encourage everyone to upgrade to 1.4.1 now. Also, we're preparing for the next major release. 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 we hope you love it! ## Highlights ### Scalingo One-Click deployment Scalingo is a Heroku-like PaaS (Platform as a Service). You don’t need to worry about those infrastructure and deployment headaches. Just push your code, and the application is up. In this release, we added a [Scalingo One-Click Deployment](https://hackmd.io/@codimd/scalingo-deployment) button. You can deploy CodiMD to Scalingo with only one click, just like Heroku. Thank you [Brandon](https://github.com/brandon-welsch) for contributing this! :heart: ## Enhancements - Add line break to README migration section [\#1349](https://github.com/hackmdio/codimd/pull/1349) ## Fixes - Bump sequelize from 5.3.5 to 5.15.1 [\#1343](https://github.com/hackmdio/codimd/pull/1343) - Fix pcheck not parsed url correctly [\#1357](https://github.com/hackmdio/codimd/pull/1357) - Fix mysql2 not installed [\#1362](https://github.com/hackmdio/codimd/pull/1362) - Fix minio cannot upload caused by package upgrade [\#1376](https://github.com/hackmdio/codimd/pull/1376) - Upgrade minio version to 7.0.12 [\#1377](https://github.com/hackmdio/codimd/pull/1377) - Fix urlpath in webpack build [\#1378](https://github.com/hackmdio/codimd/pull/1378) ## Thank you These pull requests came from CodiMD community, thank you guys for being here and making CodiMD awesome ❤️ - Add Scalingo compatible deployment [\#1360](https://github.com/hackmdio/codimd/pull/1360) [@brandon-welsch](https://github.com/brandon-welsch) - Correct column to singular [\#1365](https://github.com/hackmdio/codimd/pull/1365) [@quite](https://github.com/quite) - Make manage_users work again [\#1370](https://github.com/hackmdio/codimd/pull/1370) [@soerface](https://github.com/soerface) - Explicitly set uploaded image ACLs for S3 to "public-read" [\#1371](https://github.com/hackmdio/codimd/pull/1371) [@djmaze](https://github.com/djmaze)