Skip to content

Commit 6b49fe3

Browse files
committed
chore: release v1.6.0
1 parent 7a5258e commit 6b49fe3

7 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.6.0](https://github.com/markrahq/markra/compare/v1.5.1...v1.6.0) (2026-07-14)
2+
3+
### Features
4+
5+
* **editor:** add table fragment merge action ([#529](https://github.com/markrahq/markra/issues/529)) ([5802988](https://github.com/markrahq/markra/commit/58029884aea71f4fd4bd33e86da56b136ccbe171)), closes [#509](https://github.com/markrahq/markra/issues/509)
6+
* **files:** support global and workspace ignore rules ([#530](https://github.com/markrahq/markra/issues/530)) ([8ec1fb7](https://github.com/markrahq/markra/commit/8ec1fb71c175eb6b47e99c99fe03b1127f068861)), closes [#527](https://github.com/markrahq/markra/issues/527)
7+
18
## [1.5.1](https://github.com/markrahq/markra/compare/v1.5.0...v1.5.1) (2026-07-13)
29

310
### Bug Fixes

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@markra/desktop",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"license": "AGPL-3.0-only",
55
"private": true,
66
"type": "module",

apps/desktop/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "markra"
3-
version = "1.5.1"
3+
version = "1.6.0"
44
description = "AI-native Markdown editor"
55
authors = ["Markra contributors"]
66
license = "AGPL-3.0-only"

apps/desktop/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Markra",
4-
"version": "1.5.1",
4+
"version": "1.6.0",
55
"identifier": "dev.markra.app",
66
"build": {
77
"beforeDevCommand": "pnpm dev --host 127.0.0.1 --port 1420 --strictPort",

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@markra/web",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"license": "AGPL-3.0-only",
55
"private": true,
66
"type": "module",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markra-workspace",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"license": "AGPL-3.0-only",
55
"private": true,
66
"packageManager": "pnpm@10.30.3",

0 commit comments

Comments
 (0)