From 75304302e71f0ab644b6fbf76b92870644a6195a Mon Sep 17 00:00:00 2001 From: JohnDumpling Date: Thu, 26 Oct 2023 09:37:21 +0000 Subject: [PATCH 1/3] Translated using Weblate (Slovak) Currently translated at 100.0% (18 of 18 strings) Translation: Calculator/Calculator (Extra) Translate-URL: https://l10n.elementary.io/projects/calculator/extra/sk/ --- po/extra/sk.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/po/extra/sk.po b/po/extra/sk.po index 811d5603..b327a8a0 100644 --- a/po/extra/sk.po +++ b/po/extra/sk.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: pantheon-calculator\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-30 18:04+0000\n" -"PO-Revision-Date: 2022-12-26 20:25+0000\n" +"PO-Revision-Date: 2023-10-27 10:10+0000\n" "Last-Translator: JohnDumpling \n" "Language-Team: Slovak \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 4.14.2\n" +"X-Generator: Weblate 5.0.2\n" "X-Launchpad-Export-Date: 2016-12-31 04:44+0000\n" #: data/calculator.metainfo.xml.in:10 @@ -50,11 +50,11 @@ msgstr "Drobné aktualizácie:" #: data/calculator.metainfo.xml.in:55 msgid "Always use elementary styles and icons, even on other platforms" -msgstr "" +msgstr "Vždy použiť štýly a ikonky elementary, aj na iných platformách" #: data/calculator.metainfo.xml.in:56 msgid "Always paste text with the keyboard shortcut \"Ctrl + V\"" -msgstr "" +msgstr "Vždy prilepiť text klávesovou skratkou „Ctrl + V“" #: data/calculator.metainfo.xml.in:57 data/calculator.metainfo.xml.in:72 #: data/calculator.metainfo.xml.in:82 data/calculator.metainfo.xml.in:92 From b80818c8b7bba26c40ce3ca6835020d2757e3dec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Thu, 9 Nov 2023 21:08:42 -0800 Subject: [PATCH 2/3] gschema: remove window position (#264) --- data/io.elementary.calculator.gschema.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/data/io.elementary.calculator.gschema.xml b/data/io.elementary.calculator.gschema.xml index 7030eeb2..80edc8cc 100644 --- a/data/io.elementary.calculator.gschema.xml +++ b/data/io.elementary.calculator.gschema.xml @@ -16,10 +16,5 @@ Saves the decimal places for displayed values. Saves the decimal places for displayed values. - - (-1, -1) - Window position. - Saved position of main calculator window. - From dd28a8afccb924ec7e1897b1d3108d91cddda46b Mon Sep 17 00:00:00 2001 From: Jeremy Wootten Date: Thu, 30 Nov 2023 16:36:31 +0000 Subject: [PATCH 3/3] Release 2.0.3 (#267) Co-authored-by: Leo --- data/calculator.metainfo.xml.in | 17 +++++++++++++++-- meson.build | 2 +- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/data/calculator.metainfo.xml.in b/data/calculator.metainfo.xml.in index 144f2fa8..792fb316 100644 --- a/data/calculator.metainfo.xml.in +++ b/data/calculator.metainfo.xml.in @@ -15,10 +15,10 @@ - https://raw.githubusercontent.com/elementary/calculator/2.0.2/data/screenshot@2x.png + https://raw.githubusercontent.com/elementary/calculator/2.0.3/data/screenshot@2x.png - https://raw.githubusercontent.com/elementary/calculator/2.0.2/data/screenshot-extended@2x.png + https://raw.githubusercontent.com/elementary/calculator/2.0.3/data/screenshot-extended@2x.png @@ -55,6 +55,19 @@ contact_at_elementary.io + + +

Minor updates:

+
    +
  • Branding color changed to Mint 500
  • +
  • Updated translations
  • +
+
+ + Fix crash when pasting into division or multiplication expression + +
+

Minor updates:

diff --git a/meson.build b/meson.build index c3d8a0c7..cc1ab160 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'io.elementary.calculator', 'vala', 'c', meson_version : '>= 0.58.0', - version: '2.0.2' + version: '2.0.3' ) gnome = import('gnome')