forked from nnako/freeplane-python-io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversions.txt
83 lines (55 loc) · 2 KB
/
versions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
package versions
v0.8.0
09.07.2023
- FIX: prevent from necessity to insert version multiple times (deployment)
- NEW: method <node>.is_descendant_of() determines if a given node element
is located within a direct line of parents up towards the mindmap root
- FIX: correct and stabilize set_image() function
v0.7.2
20.05.2023
- FIX: creation of own styles now correct
- FIX: proper HTML format for multi-lined details
v0.7.1
20.12.2023
- FIX: determination of mindmap's encoding via try / except
- FIX: workaround to neutralize invalid XML usage concerning NBSP
v0.7.0
13.12.2022
- NEW: handle in-line images
- FIX: add lxml dependency in setup.py (to get installed automatically)
- FIX: some bug fixes (see commit history)
v0.6.0
29.09.2022
- MOD: re-work API for mindmap and node objects
- FIX: last preparations for PyPi and GitHub deployment
v0.5.1 (old v1.2.1)
12.06.2022
- FIX: some bug fixes (see commit history)
v0.5.0 (old v1.2.0)
12.06.2022
- NEW: management of creation and modification dates
- FIX: some bug fixes (see commit history)
v0.4.0 (old v1.1.0)
02.12.2021
- NEW: determination of "descendants index chain"
- NEW: check for node type (e.g. root node)
- NEW: delete / remove node from map
- NEW: set and management of node's attributes
- NEW: management of styles for arrow links
- FIX: some bug fixes (see commit history)
v0.3.0 (old v1.0)
26.01.2021
- NEW: creation and management of "detached" nodes
- NEW: creation and management of proper node ids
- NEW: manage arrow links between nodes
- NEW: distinguish between different freeplane versions
- NEW: manage node's style
- NEW: create mindmap file, in addition to changing existing ones
- FIX: some bug fixes (see commit history)
v0.2.0 (old v0.9)
10.10.2020
- NEW: manage single attributes for a node
- FIX: some bug fixes (see commit history)
v0.1.0 (old v0.8)
17.06.2020
- NEW: first operational version used "professionally" within own applications