Releases · hackmdio/codimd
CodiMD 2.6.1
Enhancements
- Migrate RevealMarkdown to ES module imports to modernize presentation code and fix related rendering issues. #1941
- Update dependencies and improve Markmap integration to harden against XSS and keep third‑party libs up to date. #1934
Fixes
- Prevent exporting empty notes in the user archive export. #1942
- Fix broken Travis badge in docs. #1940
Thank you
These pull requests came from CodiMD community, thank you guys for being here and making CodiMD awesome ❤️
CodiMD 2.6.0
Check out the complete release note. Thank you CodiMD community and all our contributors. ❤️
Enhancements
- Add PDF URL validation and content type check #1896
- Add state parameter to OAuth strategies for enhanced security #1902
- Update GitHub Actions to use latest versions #1895
- Update ESLint configuration for ES6 support #1900
- Add preference to disable table editor shortcuts and migrate preferences to localStorage #1901
- Upgrade mermaid to latest version #1894
- Add baseURL configuration option to S3 modules #1876
- Improve contrast on certain elements #1899
- Bump codemirror version to 5.65.8 #1908
- Configure MiniCssExtractPlugin for production environment in webpack #1897
- Refactor plugin paths and move custom reveal plugin #1898
- Update dependencies for abcjs and mermaid.js #1914
- Update image to allow development on MBP ARM chips #1913
- Update docker-compose.yml with build instructions for codimd service #1917
Fixes
Thank you
These pull requests came from CodiMD community, thank you guys for being here and making CodiMD awesome ❤️
CodiMD 2.5.4
CodiMD 2.5.3
CodiMD 2.5.2
This is another recovery release that fixes the pandoc DoS issue.
Enhancements
- Build docker image using github actions #1849
Fixes
- [Security Issue] address denial of service issue in actionPandoc #1847
Thank you
These pull requests came from CodiMD community, thank you guys for being here and making CodiMD awesome ❤️
Full Changelog: 2.5.1...2.5.2
CodiMD 2.5.1
It's a recovery release that mainly fixes Docker image build issues and security issues.
Security Fixes
- [Security Issue] Bump
@hackmd/pandoc.jsversion to 0.2.0 #1843 @EastSun5566
Fixes
- Replace mattermost-redux with mattermost/client #1840 @Yukaii
- Fix dependency resolving with prom-client v12 #1834 @Yukaii
Thank you
These pull requests came from CodiMD community, thank you guys for being here and making CodiMD awesome ❤️
CodiMD 2.5.0 The Formosan hare
CodiMD 2.4.2
Security Fixes
- #1685 [Security Issue] Upgrade flowchart.js to version 1.15.0
- #1690 [Security Issue] Upgrade mermaid to 8.10.2
- #1691 [Security Issue] Strip HTML tags for gist id to avoid stored XSS on showing error
- #1695 [Security Issue] Add CSRF token in export API to prevent security issue
- #1716 [Security Issue] Upgrade CodeMirror to 5.63.2
Fixes
- #1605 Fix container syntax not parsed correctly
- #1679 Handle when request url has no valid referer
- #1683 Fix S3 client config passing for image upload
- #1706 Fix array access index may out of bound
- #1723 remove unused uglifyjs webpack plugin dependency
Enhancements
- #1481 Set lang attributes via user locale
- #1580 Use include function instead of directives
- #1587 Extract more keyword for i18n translate
- #1680 Avoid append zero suffix on exporting user data
- #1684 Add TeX mhchem extensions for MathJax
- #1701 Support arm64 docker image
- #1724 Refactor Sequelize model import mechanism due to sequelize.import is deprecated
- #1741 Better german translation
DX
- #1688 Support DevContainer for GitHub Codespaces and VSCode remote container
- #1694 Run CI with GitHub Actions
Thank you
Thank you guys for being here and making CodiMD awesome ❤️
CodiMD 2.4.1 Papilio maraho
CodiMD 2.3.2 Isoetes taiwanensis
Fixes
- Upgrade mermaid to 8.6.4 to make the previous fix works