Skip to content

Commit 56e4629

Browse files
committed
release 2.1.2
1 parent 8782b1e commit 56e4629

File tree

13 files changed

+313
-237
lines changed

13 files changed

+313
-237
lines changed

data/Application.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ actionbar image {
7070
-gtk-icon-shadow: 0px 1px rgba(255,255,255,0.5);
7171
}
7272

73-
actionbar button:hover,
74-
actionbar button:focus,
73+
actionbar .themedbutton:hover,
74+
actionbar .themedbutton:focus,
7575
windowcontrols button:hover,
7676
windowcontrols button:focus {
7777
background-color: alpha(@fg_color, 0.3);

data/io.github.ellie_commons.jorts.metainfo.xml.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@
8282
<li>Add relief to actionbar buttons</li>
8383
<li>Bugfix: Edge case where the theme or zoom werent properly saved</li>
8484
<li>Bugfix: Title in multitasking not set correctly</li>
85+
<li>Bugfix: Icon inconsistency accross icon themes</li>
86+
<li>Bugfix: Theming inconsistencies accross stickies</li>
8587
</ul>
8688
</description>
8789
</release>

po/cs.po

Lines changed: 33 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: io.github.ellie_commons.jorts\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-03-08 19:40+0100\n"
11+
"POT-Creation-Date: 2025-03-08 21:33+0100\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"
@@ -348,100 +348,108 @@ msgstr ""
348348
msgid "Bugfix: Title in multitasking not set correctly"
349349
msgstr ""
350350

351-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:90
352-
msgid "2.1.1 Fresh out of the laundry! (2: electric boogaloo)"
351+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:85
352+
msgid "Bugfix: Icon inconsistency accross icon themes"
353+
msgstr ""
354+
355+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:86
356+
msgid "Bugfix: Theming inconsistencies accross stickies"
353357
msgstr ""
354358

355359
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:92
360+
msgid "2.1.1 Fresh out of the laundry! (2: electric boogaloo)"
361+
msgstr ""
362+
363+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:94
356364
msgid "Clearer appmenu description"
357365
msgstr ""
358366

359-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:93
367+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:95
360368
msgid "More consistent theming"
361369
msgstr ""
362370

363-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:94
371+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:96
364372
msgid "Bugfix: the delete shortcut was unresponsible"
365373
msgstr ""
366374

367-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:95
375+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:97
368376
msgid "Bugfix: screenshot not showing"
369377
msgstr ""
370378

371-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:101
379+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:103
372380
msgid "2.1.0 Fresh out of the laundry!"
373381
msgstr ""
374382

375-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:103
383+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:105
376384
msgid "Includes a per-note zoom! So you can get bigger or smaller text"
377385
msgstr ""
378386

379-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:104
387+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:106
380388
msgid ""
381389
"Latest set zoom, aka what is most comfortable to you, stays as default for "
382390
"new notes"
383391
msgstr ""
384392

385-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:105
393+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:107
386394
msgid "Better readability (WCAG AA or AAA depending on theme)"
387395
msgstr ""
388396

389-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:106
397+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:108
390398
msgid "Also slightly better looking theme. Yes even more :)"
391399
msgstr ""
392400

393-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:107
401+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:109
394402
msgid "Improved translations"
395403
msgstr ""
396404

397-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:108
405+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:110
398406
msgid "Better shortcut and tooltips"
399407
msgstr ""
400408

401-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:109
409+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:111
402410
msgid "Fixed a bug where Jorts stayed on light system theme"
403411
msgstr ""
404412

405-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:115
413+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:117
406414
msgid "2.0.1 Appcenter release"
407415
msgstr ""
408416

409-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:120
417+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:122
410418
msgid "2.0.0 Release: Slate And Bubblegum"
411419
msgstr ""
412420

413-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:122
421+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:124
414422
msgid "Revival of an ancient but well loved version of Notejot"
415423
msgstr ""
416424

417-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:123
425+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:125
418426
msgid "The app is now named Jorts. You however cannot wear it"
419427
msgstr ""
420428

421-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:124
429+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:126
422430
msgid "10 lovely little colours"
423431
msgstr ""
424432

425-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:125
433+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:127
426434
msgid "Built atop of modern Linux technologies and packaging formats"
427435
msgstr ""
428436

429-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:126
437+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:128
430438
msgid "Smooth transition when changing theme"
431439
msgstr ""
432440

433-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:127
441+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:129
434442
msgid "New stickies have a random fun little title and colour"
435443
msgstr ""
436444

437-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:128
445+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:130
438446
msgid "A few initial translations included, and more to come"
439447
msgstr ""
440448

441-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:129
449+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:131
442450
msgid "Email and links are clickable! Ctrl+Click to open in mail or browser"
443451
msgstr ""
444452

445-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:130
453+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:132
446454
msgid "Text supports undo, redo, and you can use emojis :)"
447455
msgstr ""

po/de.po

Lines changed: 33 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: io.github.ellie_commons.jorts\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-03-08 19:40+0100\n"
11+
"POT-Creation-Date: 2025-03-08 21:33+0100\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"
@@ -354,106 +354,114 @@ msgstr ""
354354
msgid "Bugfix: Title in multitasking not set correctly"
355355
msgstr "Fehlerbehebung: Titel im Multitasking nicht korrekt eingestellt"
356356

357-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:90
357+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:85
358+
msgid "Bugfix: Icon inconsistency accross icon themes"
359+
msgstr ""
360+
361+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:86
362+
msgid "Bugfix: Theming inconsistencies accross stickies"
363+
msgstr ""
364+
365+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:92
358366
msgid "2.1.1 Fresh out of the laundry! (2: electric boogaloo)"
359367
msgstr "2.1.1 Frisch aus der Wäscherei! (2: Electric Boogaloo)"
360368

361-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:92
369+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:94
362370
msgid "Clearer appmenu description"
363371
msgstr "Klarere Beschreibung des App-Menüs"
364372

365-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:93
373+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:95
366374
msgid "More consistent theming"
367375
msgstr ""
368376

369-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:94
377+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:96
370378
msgid "Bugfix: the delete shortcut was unresponsible"
371379
msgstr ""
372380

373-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:95
381+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:97
374382
msgid "Bugfix: screenshot not showing"
375383
msgstr ""
376384

377-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:101
385+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:103
378386
msgid "2.1.0 Fresh out of the laundry!"
379387
msgstr ""
380388

381-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:103
389+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:105
382390
msgid "Includes a per-note zoom! So you can get bigger or smaller text"
383391
msgstr ""
384392

385-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:104
393+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:106
386394
msgid ""
387395
"Latest set zoom, aka what is most comfortable to you, stays as default for "
388396
"new notes"
389397
msgstr ""
390398

391-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:105
399+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:107
392400
msgid "Better readability (WCAG AA or AAA depending on theme)"
393401
msgstr ""
394402

395-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:106
403+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:108
396404
msgid "Also slightly better looking theme. Yes even more :)"
397405
msgstr ""
398406

399-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:107
407+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:109
400408
#, fuzzy
401409
msgid "Improved translations"
402410
msgstr "Einige erste Übersetzungen :3"
403411

404-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:108
412+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:110
405413
msgid "Better shortcut and tooltips"
406414
msgstr ""
407415

408-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:109
416+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:111
409417
msgid "Fixed a bug where Jorts stayed on light system theme"
410418
msgstr ""
411419

412-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:115
420+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:117
413421
msgid "2.0.1 Appcenter release"
414422
msgstr "2.0.1 Appcenter-Veröffentlichung"
415423

416-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:120
424+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:122
417425
#, fuzzy
418426
msgid "2.0.0 Release: Slate And Bubblegum"
419427
msgstr "2.0.0-Version: Schiefer und Bubblegum"
420428

421-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:122
429+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:124
422430
msgid "Revival of an ancient but well loved version of Notejot"
423431
msgstr "Wiederbelebung einer alten, aber beliebten Version von Notejot"
424432

425-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:123
433+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:125
426434
msgid "The app is now named Jorts. You however cannot wear it"
427435
msgstr "Die App heißt jetzt Jorts. Man kann sie aber nicht tragen"
428436

429-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:124
437+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:126
430438
msgid "10 lovely little colours"
431439
msgstr "10 liebliche kleine Farben"
432440

433-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:125
441+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:127
434442
msgid "Built atop of modern Linux technologies and packaging formats"
435443
msgstr "Erstellt auf Basis moderner Linux-Technologien und Paketformate"
436444

437-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:126
445+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:128
438446
msgid "Smooth transition when changing theme"
439447
msgstr "Fließender Übergang beim Wechsel des Themes"
440448

441-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:127
449+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:129
442450
#, fuzzy
443451
msgid "New stickies have a random fun little title and colour"
444452
msgstr "Neue Haftnotizen haben einen zufälligen, lustigen kleinen Titel"
445453

446-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:128
454+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:130
447455
msgid "A few initial translations included, and more to come"
448456
msgstr "Ein paar erste Übersetzungen sind enthalten, und weitere sind geplant."
449457

450-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:129
458+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:131
451459
msgid "Email and links are clickable! Ctrl+Click to open in mail or browser"
452460
msgstr ""
453461
"E-Mail und Links sind anklickbar! Strg+Klick, um in E-Mail oder Browser zu "
454462
"öffnen"
455463

456-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:130
464+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:132
457465
msgid "Text supports undo, redo, and you can use emojis :)"
458466
msgstr ""
459467
"Text unterstützt Rückgängig und Wiederherstellen und Sie können Emojis "

0 commit comments

Comments
 (0)