Skip to content

Commit 9550434

Browse files
committed
chore: release 0.4.0 [skip actions]
1 parent fe4b262 commit 9550434

File tree

5 files changed

+38
-4
lines changed

5 files changed

+38
-4
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Xmind Live Protocol
22

3+
# 0.4.0 (2024-10-23)
4+
5+
6+
### Bug Fixes
7+
8+
* get file name on windows ([e8d8166](https://github.com/davidenke/xmind-live-protocol/commit/e8d8166998e946284d1677b3af6e1b45f55ac098))
9+
* numbering of nested ordered lists ([3ec7f77](https://github.com/davidenke/xmind-live-protocol/commit/3ec7f77f30af8fde5a404edd57527a945b181107))
10+
11+
12+
### Features
13+
14+
* add custom icon ([cf2af1b](https://github.com/davidenke/xmind-live-protocol/commit/cf2af1b42d70d356bd20191f247fa250032cf6c5))
15+
* add dialog plugin ([9553ee2](https://github.com/davidenke/xmind-live-protocol/commit/9553ee22fe8db5ce74d02619c52a79c01848fea3))
16+
* add docx export ([c45ece8](https://github.com/davidenke/xmind-live-protocol/commit/c45ece8fda3156729ef90138662027ced13e6c47))
17+
* add file export for existing formats ([ce10749](https://github.com/davidenke/xmind-live-protocol/commit/ce1074990bdd3e3ef1cf344e6c702b86ab849bb5))
18+
* allow dragging files on opened document ([fb3feef](https://github.com/davidenke/xmind-live-protocol/commit/fb3feefbfeb671369d8bc699625743739615b697))
19+
* apply options in conversion properly ([849c3e3](https://github.com/davidenke/xmind-live-protocol/commit/849c3e3331ab598fe970676d62679dc9ffd1c0c7))
20+
* close document only ([7fab6af](https://github.com/davidenke/xmind-live-protocol/commit/7fab6af5b495f53a34088d30d94fce1c8a3ac41a))
21+
* configurable conversion options ([fe195df](https://github.com/davidenke/xmind-live-protocol/commit/fe195df6348815340c828b556828a333c1d67994))
22+
* handle close document ([cdc2d35](https://github.com/davidenke/xmind-live-protocol/commit/cdc2d35237237a74e3b9e4074f57bc03a3fa1d27))
23+
* handle windows better ([e354d5b](https://github.com/davidenke/xmind-live-protocol/commit/e354d5b85b5b4fd7210ee3968181c82df5765f47))
24+
* limit visible levels optionally ([927c5d7](https://github.com/davidenke/xmind-live-protocol/commit/927c5d7581ca42e29b6f58466aaf333d5fba06ed))
25+
* poc hidden toolbar ([fd68252](https://github.com/davidenke/xmind-live-protocol/commit/fd6825294fc090c3b8f08b9cc74047cf7bf4718d))
26+
* read mind maps and structure them ([a0b98a4](https://github.com/davidenke/xmind-live-protocol/commit/a0b98a49f0fc24c45afb315a3f3a0ee61f8514c6))
27+
* use drop icon ([e0bca0a](https://github.com/davidenke/xmind-live-protocol/commit/e0bca0aefbbc7f18f0f719dfeeb0ddf26c85dcd6))
28+
* use tool bar only on opened docs ([6789fb1](https://github.com/davidenke/xmind-live-protocol/commit/6789fb1f32306ccab5242c7b127d67675e04f65e))
29+
* **xlp-button-group:** add component ([8b1ba4f](https://github.com/davidenke/xmind-live-protocol/commit/8b1ba4f2e074f65f88aaac39cc49d1af27f9d41c))
30+
* **xlp-file-select:** handle click ([11e12fd](https://github.com/davidenke/xmind-live-protocol/commit/11e12fd9078fdea16d682dc6e3ad64e3873e4f69))
31+
* **xlp-icon-button:** add component ([8f340db](https://github.com/davidenke/xmind-live-protocol/commit/8f340db01318ad3538cf5e2010a3aa8299518c98))
32+
* **xlp-icon-button:** allow setting badges ([8100b7e](https://github.com/davidenke/xmind-live-protocol/commit/8100b7e0b69db27967fb3d8fde01e6435197f19c))
33+
* **xlp-icon:** add component ([9a46bf5](https://github.com/davidenke/xmind-live-protocol/commit/9a46bf5a36756b6ddc7f2d4645c50d6108d56ae5))
34+
* **xlp-numeric-stepper:** introduce component ([b24ff62](https://github.com/davidenke/xmind-live-protocol/commit/b24ff62f484a11dd1c2c2f6d6094ac84c9237652))
35+
* **xlp-select-file:** add background mode ([c7544e0](https://github.com/davidenke/xmind-live-protocol/commit/c7544e003a46f33b9df84fb15f9391f7695ab375))
36+
337
# [0.3.0](https://github.com/davidenke/xmind-live-protocol/compare/0.2.0...0.3.0) (2024-10-11)
438

539

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xmind-live-protocol",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "An application to generate protocol documents from XMind mind maps.",
55
"bin": "dist/index.js",
66
"type": "module",

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.

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 = "xmind-live-protocol"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Generate protocols from Xmind files"
55
authors = ["David Enke<[email protected]>"]
66
edition = "2021"

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.0.0",
33
"productName": "Xmind Live Protocol",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"identifier": "dev.enke.xmind-live-protocol.app",
66
"build": {
77
"beforeDevCommand": "vite dev",

0 commit comments

Comments
 (0)