Skip to content

Commit b1188a5

Browse files
authored
Merge pull request #1944 from hackmdio/master
Merge Master
2 parents 9fa6a91 + 0a25b5c commit b1188a5

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codimd",
3-
"version": "2.5.4",
3+
"version": "2.6.0",
44
"description": "Realtime collaborative markdown notes on all platforms.",
55
"keywords": [
66
"Collaborative",

public/docs/release-notes.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
Release Notes
22
===
33

4+
<i class="fa fa-tag"></i> 2.6.0 <i class="fa fa-clock-o"></i> 2025-06-10
5+
---
6+
7+
[Check out the complete release note][v2_6_0].
8+
9+
[v2_6_0]: https://hackmd.io/@codimd/release-notes/%2F%40codimd%2Fv2_6_0
10+
11+
This minor release includes several enhancements and fixes to improve the overall functionality and performance of CodiMD.
12+
13+
## Enhancements
14+
15+
- Update GitHub Actions to use the latest versions [#1895](https://github.com/hackmdio/codimd/pull/1895)
16+
- Update ESLint configuration for ES6 support [#1900](https://github.com/hackmdio/codimd/pull/1900)
17+
- Add preference to disable table editor shortcuts and migrate preferences to localStorage [#1901](https://github.com/hackmdio/codimd/pull/1901)
18+
- Add PDF URL validation and content type check [#1896](https://github.com/hackmdio/codimd/pull/1896)
19+
- Upgrade mermaid to the latest version [#1894](https://github.com/hackmdio/codimd/pull/1894)
20+
- Add baseURL configuration option to S3 modules [#1876](https://github.com/hackmdio/codimd/pull/1876)
21+
- Improve contrast on certain elements [#1899](https://github.com/hackmdio/codimd/pull/1899)
22+
- Bump codemirror version to 5.65.8 [#1908](https://github.com/hackmdio/codimd/pull/1908)
23+
- Add state parameter to OAuth strategies for enhanced security [#1902](https://github.com/hackmdio/codimd/pull/1902)
24+
- Configure MiniCssExtractPlugin for production environment in webpack [#1897](https://github.com/hackmdio/codimd/pull/1897)
25+
- Refactor plugin paths and move custom reveal plugin [#1898](https://github.com/hackmdio/codimd/pull/1898)
26+
- Update dependencies for abcjs and mermaid.js [#1914](https://github.com/hackmdio/codimd/pull/1914)
27+
- VSCode: update image to allow development on MBP ARM chips [#1913](https://github.com/hackmdio/codimd/pull/1913)
28+
29+
## Fixes
30+
31+
- Fix: login email should be case insensitive [#1911](https://github.com/hackmdio/codimd/pull/1911)
32+
- Fix: Lost schema of S3 URL [#1893](https://github.com/hackmdio/codimd/pull/1893)
33+
- Chore: update docker-compose.yml with build instructions for codimd service [#1917](https://github.com/hackmdio/codimd/pull/1917)
34+
435
<i class="fa fa-tag"></i> 2.5.4 <i class="fa fa-clock-o"></i> 2024-06-06
536
---
637

0 commit comments

Comments
 (0)