phosh-tour (0.47.0) experimental; urgency=medium

  [ Vasil Pupkin ]
  * Add Belarusian translation

  [ Baxrom Raxmatov ]
  * Add Uzbek (Latin) translation

 -- Guido Günther <agx@sigxcpu.org>  Sun, 18 May 2025 09:43:24 +0200

phosh-tour (0.46.0) experimental; urgency=medium

  [ Jordi Mas i Hernandez ]
  * Add Catalan translation

  [ Andi Chandler ]
  * Add British English translation

 -- Guido Günther <agx@sigxcpu.org>  Mon, 31 Mar 2025 09:17:06 +0200

phosh-tour (0.45.0) experimental; urgency=medium

  * po: Add correct desktop file. Catched by the updated po check
  * treewide: Update dotfiles
  * build: Run meson format
  * ci: Update shared scripts to 3629f47
  * ci: Add markdown and meson check
  * docs: Update links and style

 -- Guido Günther <agx@sigxcpu.org>  Sat, 15 Feb 2025 10:03:00 +0100

phosh-tour (0.45~rc1) experimental; urgency=medium

  [ sloth ]
  * pt-application: Add run once mode.
  * data: Add autostart desktop file and systemd service file.

 -- Guido Günther <agx@sigxcpu.org>  Wed, 05 Feb 2025 09:56:53 +0100

phosh-tour (0.44.0) experimental; urgency=medium

  [ Pierre Michel Augustin ]
  * Add Haitian Creole translation

  [ Ekaterine Papava ]
  * Update Georgian translation

  [ Daniel Rusek ]
  * Add Czech translation

  [ Artur S0 ]
  * Update Russian translation

  [ Yaron Shahrabani ]
  * Update Hebrew translation

  [ Emin Tufan Çetin ]
  * Add Turkish translation

  [ twlvnn kraftwerk ]
  * Add Bulgarian translation

 -- Guido Günther <agx@sigxcpu.org>  Mon, 30 Dec 2024 17:54:55 +0100

phosh-tour (0.43.0) experimental; urgency=medium

  [ Juliano de Souza Camargo ]
  * Update Brazilian Portuguese translation

  [ Yuri Chornoivan ]
  * Update Ukrainian translation

  [ Anders Jonsson ]
  * Update Swedish translation

  [ Danial Behzadi ]
  * Update Persian translation

  [ Antonio Marin ]
  * Update Romanian translation

  [ Guido Günther ]
  * packaging: Update version regex.
    Allows us to handle release candidates better

 -- Guido Günther <agx@sigxcpu.org>  Fri, 15 Nov 2024 12:01:54 +0100

phosh-tour (0.43~rc1) experimental; urgency=medium

  [ Guido Günther ]
  * packaging: Install NEWS
  * packaging: Use shared gmobile
  * packaging: Don't override dh_install.
    Rather use dh_auto_install as intended and move files as otherwise
    the .install file is ignored
    This makes dh_missing work as expected
  * metainfo: Fix typo.
    Closes: https://gitlab.gnome.org/World/Phosh/phosh-tour/-/issues/16
    Thanks to Alexandre Franke
  * metainfo: Don't translate release changes.
    Let's safe translator effor for important things.
  * window: Add translator comments for VENDOR, BRAND and URL.
    Closes: https://gitlab.gnome.org/World/Phosh/phosh-tour/-/issues/15
  * data: Add translator comments for BRAND.
    Closes: https://gitlab.gnome.org/World/Phosh/phosh-tour/-/issues/15

  [ Martin ]
  * Add Slovenian translation
  * Update Slovenian translation

  [ Rafael Fontenelle ]
  * Add Brazilian Portuguese translation

  [ Yuri Chornoivan ]
  * Add Ukrainian translation

  [ Yaron Shahrabani ]
  * Add Hebrew translation

  [ Anders Jonsson ]
  * Add Swedish translation

  [ Danial Behzadi ]
  * Add Persian translation

  [ Ekaterine Papava ]
  * Add Georgian translation

  [ Daniel Șerbănescu ]
  * Add Romanian translation

  [ Artur S0 ]
  * Update Russian translation

  [ Vincent Chatelain ]
  * Add French translation

  [ Jiri Grönroos ]
  * Add Finnish translation

 -- Guido Günther <agx@sigxcpu.org>  Mon, 11 Nov 2024 20:39:26 +0100

phosh-tour (0.41.0) experimental; urgency=medium

  * No changes to rc1

 -- Guido Günther <agx@sigxcpu.org>  Tue, 13 Aug 2024 08:07:33 +0200

phosh-tour (0.41.0~rc1) experimental; urgency=medium

  [ Aleksandr Melman ]
  * po: Add Russian translation

  [ Guido Günther ]
  * ci: Add consistency check.
    Update to ea4668f69646566c16baa0efb16d85a5a51a01f0 for that.

 -- Guido Günther <agx@sigxcpu.org>  Wed, 07 Aug 2024 19:21:19 +0200

phosh-tour (0.39.0) experimental; urgency=medium

  * power-menu: Convert character to path.
    Closes: https://gitlab.gnome.org/World/Phosh/phosh-tour/-/issues/11
  * ci: Add common style check

 -- Guido Günther <agx@sigxcpu.org>  Tue, 14 May 2024 10:28:58 +0200

phosh-tour (0.38.0) experimental; urgency=medium

  * build: Allow to use shared gmobile.
  * subprojects: Switch gmobile to 0.1.0.
    This allows us to build with newer json-glib
  * flatpak: Build local dir.
  * flatpak: Build gmobile separately.
  * build: Drop gmobile submodule.
    We use the shared lib or the fallback via the wrap
  * page: Use gtk_picture_set_resouce.
    Things are robust enough now that we can live with less error reporting.
    Closes: https://gitlab.gnome.org/World/Phosh/phosh-tour/-/issues/4

 -- Guido Günther <agx@sigxcpu.org>  Thu, 04 Apr 2024 11:03:35 +0200

phosh-tour (0.37.0) experimental; urgency=medium

  [ MoonlightWave-12 ]
  * Add German translation

  [ Guido Günther ]
  * gitignore: Ignore generated po files
  * ci: Drop unused reference
  * ci: Switch to trixie
  * ci: Modernize commit log check.
    We add the common scripts from meta-phosh as of
    07c78b1e35a6572d118800dd6cbde904bb999acc for that.
  * ci: Add po check
  * window: Use pt_ prefix.
    It's more consistent and shorter
  * application: Use pt_ prefix.
    It's more consistent and shorter
  * application: Consistently use char *
    We avoid g* types when we can just use plain C types
  * build: Bump required meson version.
    We want to use str.replace()
  * build: Bump required glib version to 2.74.
    No need to keep conditional for versions older than Debian stable.
  * build: Bump required GTK4 version
  * build: Bump required libadwaita version
  * main: Drop conditional compile.
    We can assume glib 2.74 or newer now
  * resources: Minimize XML
  * build: Use PHOSH_TOUR_ prefix consistently
  * application: Add --version
  * gmobile: Add as subproject.
    We want to use it's DT parsing. We add as git submodule too to ease the
    flatpak build. This can go once gmobile is also a shared lib.
  * page: Make it a derivable type
  * hw-page: Add class for hardware specific pages.
    We parse hook into builder to strip whitespace out of the compatibles
    GStrv. This ensures the property setter works as expected.
  * window: Remove pages that don't fit the hardware.
    Closes: https://gitlab.gnome.org/World/Phosh/phosh-tour/-/issues/5
  * window: Make the kill switch page a hardware page.
    Limit the compatibles to the Librem 5
  * options: Use more neutral vendor and device
  * pt-page: Use g_string_replace.
    We have newer glib now
  * pt-util: Drop pt_string_replace.
    Not needed anymore
  * page: Allow to set a URL.
    Allow to specify a URL where the user can find more information
  * treewide: Update project URL

 -- Guido Günther <agx@sigxcpu.org>  Wed, 06 Mar 2024 14:27:55 +0100

phosh-tour (0.36.0) experimental; urgency=medium

  * treewide: Avoid '.' in resource names.
    This unbreaks showing the shortcuts window
    Fixes: b9c27c3 ("treewide: Switch to mobi.phosh prefix")
  * window: Use actions instead of signal handlers.
    Simpler signatures and we just need a single function
  * window: Use child property for buttons
  * window: Add keyboard shortcuts for skipping through the pages.
    Useful for testing but also when the device has a keyboard attached.
  * help-overlay: Add keyboard shortcuts and gestures

 -- Guido Günther <agx@sigxcpu.org>  Fri, 02 Feb 2024 09:23:47 +0100

phosh-tour (0.35.0) experimental; urgency=medium

  [ Sam Hewitt ]
  * Add page to highlight showing the keyboard function

  [ Guido Günther ]
  * README: Fix issue URL
  * build: Fix gettext package name
  * main: Don't hardcode app-id.
    Use the #define we have
  * packaging: Remove superfluous clean file
  * treewide: Switch to mobi.phosh prefix

 -- Guido Günther <agx@sigxcpu.org>  Sat, 30 Dec 2023 21:40:22 +0100

phosh-tour (0.28.0) experimental; urgency=medium

  [ Sam Hewitt ]
  * Add page for the new power menu action

  [ Guido Günther ]
  * pt-page: Untabify
  * pt-page: Let summary word wrap.
    Otherwise long summaries can make the window overflow on small screens
  * build: Use narrow non-breaking space to avoid brand word wrap
  * metainfo: Wrap text in paragraphs. Otherrwise gnome-software doesn't pick
    them up

 -- Guido Günther <agx@sigxcpu.org>  Mon, 29 May 2023 12:10:21 +0200

phosh-tour (0.25.0) experimental; urgency=medium

  [ Sam Hewitt ]
  * pages: Update quick settings illustration to match new UI

  [ Guido Günther ]
  * metainfo: Add screenshots. This makes things nicer in software centers

 -- Guido Günther <agx@sigxcpu.org>  Tue, 28 Feb 2023 15:46:34 +0100

phosh-tour (0.24.0) experimental; urgency=medium

  * build: Use meson's version compare.
    Avoids warnings as meson is now aware that we're limiting things to
    certain versions.
  * build: Add summary
  * data: Add category to desktop file
  * tour-window: Add missing 'your'
  * README: Use meson only
  * README: Add screenshots.
    Closes: https://gitlab.gnome.org/World/Phosh/phosh-tour/-/issues/6

 -- Guido Günther <agx@sigxcpu.org>  Sat, 28 Jan 2023 16:20:35 +0100

phosh-tour (0.23.0) experimental; urgency=medium

  * Sync up with phosh's version
  * metainfo: Drop Purism::form_factor.
    The duplicate key (rightfully) tips up metainfo validation
    and we also have `display_length` set as well.

 -- Guido Günther <agx@sigxcpu.org>  Wed, 11 Jan 2023 12:44:21 +0100

phosh-tour (0.21.0) experimental; urgency=medium

  [ Sam Hewitt ]
  * Remove unnecessary elements in welcome.svg
  * Add flat class to header
  * Minor layout and margin adjustments
  * Adjust the page clamp and clamp the image
  * Margin adjustments for the carousel and images
  * New app icons
  * Follow ups for the end page of Tour

  [ Guido Günther ]
  * ci: Update Debian Bookworm image
  * metainfo: Add launchable and screen requirements

 -- Guido Günther <agx@sigxcpu.org>  Thu, 08 Sep 2022 09:52:40 +0200

phosh-tour (0.20.0~alpha0) experimental; urgency=medium

  * Initial release

 -- Guido Günther <agx@sigxcpu.org>  Wed, 15 Jun 2022 17:28:21 +0200
