From 3fa489d29f7f8a872b97565993ac2c809dbe7dd2 Mon Sep 17 00:00:00 2001 From: Sabri Ünal Date: Sat, 6 Jan 2024 17:08:35 +0300 Subject: appdata: Update appdata - Mark release descriptions as untranslatable - Mark the developer name as untranslatable --- data/com.lakoliu.Furtherance.appdata.xml.in | 28 ++++++++++++++-------------- src/application.rs | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/data/com.lakoliu.Furtherance.appdata.xml.in b/data/com.lakoliu.Furtherance.appdata.xml.in index 2661281..6ed7ace 100644 --- a/data/com.lakoliu.Furtherance.appdata.xml.in +++ b/data/com.lakoliu.Furtherance.appdata.xml.in @@ -4,7 +4,7 @@ com.lakoliu.Furtherance.desktop Furtherance Track your time without being tracked - Ricky Kresslein + Ricky Kresslein rk@lakoliu.com furtherance CC0-1.0 @@ -40,7 +40,7 @@ - +
  • Autocompletion
  • Bug fixes
  • @@ -48,12 +48,12 @@ - +

    Translation improvements

    - +

    1.8 is a big update for Furtherance!

    • Add 'This week' and 'Last week' to Reports
    • @@ -68,7 +68,7 @@ - +
      • Manually add new task to group
      • Updated translations
      • @@ -76,7 +76,7 @@ - +
        • The location of the database is now changeable
        • Backup database
        • @@ -88,7 +88,7 @@ - +
          • New icon!
          • Dates are now ISO 8601 format
          • @@ -97,7 +97,7 @@ - +
            • Added a button to restart tasks
            • CSV Export
            • @@ -107,7 +107,7 @@ - +
              • Generate reports of task history over a specified timeframe
              • Bug fixes and improvements
              • @@ -115,7 +115,7 @@ - +
                • Ability to add tasks manually
                • Auto-save option
                • @@ -124,7 +124,7 @@ - +
                  • Added Pomodoro-style countdown timer!
                  • Bug fixes
                  • @@ -132,7 +132,7 @@ - +
                    • Ability to add tags!
                    • Fixed icon positioning
                    • @@ -144,7 +144,7 @@ - +

                      Furtherance has a new icon! And lots of bug fixes and improvements.

                      @@ -153,7 +153,7 @@ - +

                      First stable release of Furtherance.

                      diff --git a/src/application.rs b/src/application.rs index dcf40ad..46afbe7 100644 --- a/src/application.rs +++ b/src/application.rs @@ -184,7 +184,7 @@ impl FurtheranceApplication { let dialog = adw::AboutWindow::builder() .application_name("Furtherance") .application_icon(config::APP_ID) - .developer_name(gettext("Ricky Kresslein")) + .developer_name("Ricky Kresslein") .license_type(gtk::License::Gpl30) .website("https://furtherance.app") .issue_url("https://github.com/lakoliu/Furtherance/issues") -- cgit 1.4.1