Skip to content

Commit 60883d2

Browse files
committed
Updating files for 1.15.2 release.
1 parent 12a93f6 commit 60883d2

24 files changed

+4777
-4338
lines changed

data/com.github.phase1geo.minder.appdata.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,34 @@
158158
<content_attribute id="money-gambling">none</content_attribute>
159159
</content_rating>
160160
<releases>
161+
<release version="1.15.2" date="2023-05-20">
162+
<description>
163+
<p>New</p>
164+
<p xml:lang="pt">Novo</p>
165+
<p xml:lang="fr">Nouveau</p>
166+
<ul>
167+
<li>Added support for embedding image path in Quick Entry.</li>
168+
</ul>
169+
<p>Changes</p>
170+
<p xml:lang="ru">Изменения</p>
171+
<p xml:lang="pt">Alterações</p>
172+
<p xml:lang="fr">Modifications</p>
173+
<ul>
174+
<li>Updated Italian translation (thanks to @albanobattistella)</li>
175+
<li>Code cleanup</li>
176+
</ul>
177+
<p>Bug Fixes</p>
178+
<p xml:lang="ru">Исправления ошибок</p>
179+
<p xml:lang="pt">Correções</p>
180+
<p xml:lang="fr">Corrections de bugs</p>
181+
<ul>
182+
<li>Fixed issues with exported images including selection.</li>
183+
<li>Fixed issue with importing OPML files (thanks to Ygor Mutti).</li>
184+
<li>Fixed issue with undo/redo of Unicode characters.</li>
185+
<li>Fixed issues with exporting to Outliner format.</li>
186+
</ul>
187+
</description>
188+
</release>
161189
<release version="1.15.1" date="2023-04-25">
162190
<description>
163191
<p>Changes</p>

data/com.github.phase1geo.minder.appdata.xml.in

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,26 @@
9191
<content_attribute id="money-gambling">none</content_attribute>
9292
</content_rating>
9393
<releases>
94+
<release version="1.15.2" date="2023-05-20">
95+
<description>
96+
<p>New</p>
97+
<ul>
98+
<li>Added support for embedding image path in Quick Entry.</li>
99+
</ul>
100+
<p>Changes</p>
101+
<ul>
102+
<li>Updated Italian translation (thanks to @albanobattistella)</li>
103+
<li>Code cleanup</li>
104+
</ul>
105+
<p>Bug Fixes</p>
106+
<ul>
107+
<li>Fixed issues with exported images including selection.</li>
108+
<li>Fixed issue with importing OPML files (thanks to Ygor Mutti).</li>
109+
<li>Fixed issue with undo/redo of Unicode characters.</li>
110+
<li>Fixed issues with exporting to Outliner format.</li>
111+
</ul>
112+
</description>
113+
</release>
94114
<release version="1.15.1" date="2023-04-25">
95115
<description>
96116
<p>Changes</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('com.github.phase1geo.minder', ['vala', 'c'],
2-
version : '1.15.1',
2+
version : '1.15.2',
33
license: 'GPL-3.0'
44
)
55

po/com.github.phase1geo.minder.pot

Lines changed: 35 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: com.github.phase1geo.minder\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-04-25 20:32-0500\n"
11+
"POT-Creation-Date: 2023-05-20 23:57-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -88,7 +88,7 @@ msgstr ""
8888
msgid "ERROR: Unable to load Minder input file"
8989
msgstr ""
9090

91-
#: src/CanvasText.vala:269 src/FormattedText.vala:1087
91+
#: src/CanvasText.vala:269 src/FormattedText.vala:1092
9292
msgid "No text found"
9393
msgstr ""
9494

@@ -170,44 +170,44 @@ msgstr ""
170170
msgid "Main Idea"
171171
msgstr ""
172172

173-
#: src/DrawArea.vala:2384
173+
#: src/DrawArea.vala:2383
174174
#, c-format
175175
msgid "%0.3g%% complete"
176176
msgstr ""
177177

178-
#: src/DrawArea.vala:2398
178+
#: src/DrawArea.vala:2397
179179
msgid "Drag to resize node"
180180
msgstr ""
181181

182-
#: src/DrawArea.vala:2400
182+
#: src/DrawArea.vala:2399
183183
msgid ""
184184
"Drag to resize node and image.\n"
185185
"Control-drag to resize only node."
186186
msgstr ""
187187

188-
#: src/DrawArea.vala:2512
188+
#: src/DrawArea.vala:2511
189189
#, c-format
190190
msgid "Children: %u\n"
191191
msgstr ""
192192

193-
#: src/DrawArea.vala:2513
193+
#: src/DrawArea.vala:2512
194194
#, c-format
195195
msgid "Total: %d"
196196
msgstr ""
197197

198-
#: src/DrawArea.vala:2559
198+
#: src/DrawArea.vala:2558
199199
msgid "connection endpoint change"
200200
msgstr ""
201201

202-
#: src/DrawArea.vala:2566
202+
#: src/DrawArea.vala:2565
203203
msgid "connection drag"
204204
msgstr ""
205205

206-
#: src/DrawArea.vala:3212 src/DrawArea.vala:3226 src/DrawArea.vala:4966
206+
#: src/DrawArea.vala:3211 src/DrawArea.vala:3225 src/DrawArea.vala:4965
207207
msgid "Another Idea"
208208
msgstr ""
209209

210-
#: src/DrawArea.vala:4459 src/layouts/LayoutManual.vala:26
210+
#: src/DrawArea.vala:4458 src/layouts/LayoutManual.vala:26
211211
#: src/MapInspector.vala:334
212212
msgid "Manual"
213213
msgstr ""
@@ -293,7 +293,7 @@ msgstr ""
293293

294294
#: src/Exporter.vala:132 src/ImageEditor.vala:381 src/ImageManager.vala:299
295295
#: src/MainWindow.vala:1009 src/MainWindow.vala:1104 src/MainWindow.vala:1231
296-
#: src/QuickEntry.vala:118 src/StickerSet.vala:71 src/ThemeEditor.vala:143
296+
#: src/QuickEntry.vala:135 src/StickerSet.vala:71 src/ThemeEditor.vala:143
297297
#: src/UrlEditor.vala:62
298298
msgid "Cancel"
299299
msgstr ""
@@ -415,7 +415,7 @@ msgstr ""
415415
msgid "SVG"
416416
msgstr ""
417417

418-
#: src/exports/ExportText.vala:34
418+
#: src/exports/ExportText.vala:36
419419
msgid "PlainText"
420420
msgstr ""
421421

@@ -885,7 +885,7 @@ msgstr ""
885885
msgid "Add Sibling Node"
886886
msgstr ""
887887

888-
#: src/NodeMenu.vala:164 src/QuickEntry.vala:36
888+
#: src/NodeMenu.vala:164 src/QuickEntry.vala:44
889889
msgid "Quick Entry"
890890
msgstr ""
891891

@@ -1131,55 +1131,65 @@ msgid ""
11311131
"entry or notes field)."
11321132
msgstr ""
11331133

1134-
#: src/QuickEntry.vala:58
1134+
#: src/QuickEntry.vala:71
11351135
msgid "Help for inputting node information:"
11361136
msgstr ""
11371137

1138-
#: src/QuickEntry.vala:59
1138+
#: src/QuickEntry.vala:72
11391139
msgid ""
11401140
"Each line of text describes either the title of a node or note information "
11411141
"for a node."
11421142
msgstr ""
11431143

1144-
#: src/QuickEntry.vala:60
1144+
#: src/QuickEntry.vala:73
11451145
msgid "Tab"
11461146
msgstr ""
11471147

1148-
#: src/QuickEntry.vala:61
1148+
#: src/QuickEntry.vala:74
11491149
msgid "Creates a child node of the previous node."
11501150
msgstr ""
11511151

1152-
#: src/QuickEntry.vala:63
1152+
#: src/QuickEntry.vala:76
11531153
msgid ""
11541154
"If this character is the first non-whitespace character, makes a new root "
11551155
"node from the title that follows."
11561156
msgstr ""
11571157

1158-
#: src/QuickEntry.vala:65
1158+
#: src/QuickEntry.vala:78
11591159
msgid ""
11601160
"If this character is the first non-whitespace character, make a new node "
11611161
"from the title that follows."
11621162
msgstr ""
11631163

1164-
#: src/QuickEntry.vala:67
1164+
#: src/QuickEntry.vala:80
11651165
msgid ""
11661166
"If this character is the first non-whitespace character, the following line "
11671167
"is appended to the previous node's note."
11681168
msgstr ""
11691169

1170-
#: src/QuickEntry.vala:69
1170+
#: src/QuickEntry.vala:81
1171+
msgid "URI"
1172+
msgstr ""
1173+
1174+
#: src/QuickEntry.vala:82
1175+
msgid ""
1176+
"If this character is the first non-whitespace character, adds an image from "
1177+
"the URI to the previous node"
1178+
msgstr ""
1179+
1180+
#: src/QuickEntry.vala:84
11711181
msgid "If this follows *, + or -, the node is made an uncompleted task."
11721182
msgstr ""
11731183

1174-
#: src/QuickEntry.vala:71
1184+
#: src/QuickEntry.vala:86
11751185
msgid "If this follows *, + or -, the node is made a completed task."
11761186
msgstr ""
11771187

1178-
#: src/QuickEntry.vala:100
1188+
#: src/QuickEntry.vala:117
11791189
msgid "Replace"
11801190
msgstr ""
11811191

1182-
#: src/QuickEntry.vala:109
1192+
#: src/QuickEntry.vala:126
11831193
msgid "Insert"
11841194
msgstr ""
11851195

0 commit comments

Comments
 (0)