Package Release Info

extension-manager-0.6.3-bp160.1.4

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

extension-manager
extension-manager-lang

Change Logs

* Sat Jun 07 2025 Richard Rahl <rrahl0@opensuse.org>
- move back to the default optflags
- switch over to the download_files service
* Tue Apr 01 2025 Richard Rahl <rrahl0@opensuse.org>
- update to 0.6.3:
  * build: Specify the minimum required version of libadwaita
  * general: Use g_strcmp0 for null safe string comparison
  * Translations updates
  * Fix app closure
  * Minor update to fix a frequent crash
* Fri Mar 21 2025 Richard Rahl <rrahl0@opensuse.org>
- update to 0.6.2:
  * comment-dialog: Fix crash on close while loading
  * extension-row: Use AdwActionRow for description
  * Fix HTTP responses handling
  * Adaptability and UI tweaks
  * po: Update template
  * Disable install button during installation
  * po: Update templat
  * Translations update from Hosted Weblate
  * Various tweaks
  * extension-row: Add Session Modes row
  * installed-page: Save extension's toggle focus on state changes
  * po: Update template
  * detail-view: Hide "Show All Reviews" button when unneeded
  * error-dialog: Refresh style
  * po: Update template
  * Translations update
  * GNOME 48
* Sun Mar 16 2025 Richard Rahl <rrahl0@opensuse.org>
- require unzip, so we can make sure that we can decompress the
  extension tarballs
* Sat Jan 18 2025 Richard Rahl <rrahl0@opensuse.org>
- update to 0.6.1:
  * browse-page: Preserve scroll position on 'Load More Results'
  * general: Use AdwSpinnerPaintable where possible
  * Fix all warnings
  * Minor UI cleanups
  * po: Update template
  * Translations updates
* Wed Dec 11 2024 Richard Rahl <rrahl0@opensuse.org>
- fix license
* Fri Dec 06 2024 rrahl0@opensuse.org
- Update to version 0.6.0:
  * po: Update German translation
  * po: Update Finnish translation
  * po: Update Ukrainian translation
  * po: Update German translation
  * po: Update Chinese (Traditional Han script) translation
  * po: Update Ukrainian translation
* Sun Nov 24 2024 Richard Rahl <rrahl0@opensuse.org>
- update to 0.5.1+244:
  * general: Handle not found errors with empty page
  * local: Regenerate shell-dbus-interface
  * cleanup: Add and update license headers
  * installed-page: Add local search
  * manager: Unify user and system extensions list property
  * resource: Make path dependent on app_id
  * comment-dialog: Add license header
  * comment-dialog: Improve network error handling
  * upgrade-assistant: Improve network error handling
  * detail-view: Improve network error handling
  * browse-page: Improve network error handling
  * workflows: Add missing libxml2 dependency
  * drop text-engine
  * request-handler: Handle http status code
  * readme: Update dependencies
  * comment: Use the new HTML viewer
  * utils: Introduce a simple HTML viewer
  * comment-tile: Use GtkLabel as a comment text viewer
  * browse-page: Port load more results button to AdwButtonRow
  * rating: Fix warnings when finalizing with remaining child widgets
  * comment-tile: Fix warnings when finalizing with remaining child widgets
  * upgrade-assistant: g_print -> g_info
  * window: Stop manually setting a shortcut controller
  * detail-view: Remove unused variables
  * window: Stop explicitly setting toast timeout
  * window: Drop unused version check code
  * accessibility improvements
  * browse-page: Focus first new row after loading more results
  * window: Add mnemonic to toast button
  * info-bar: Rework items into AdwActionRow
  * rating: Add tooltip
  * extension-row: Hide version label if unavailable
  * extension-row: Improve accessibility
  * upgrade-assistant: Improve accessibility
  * detail-view: Improve accessibility
  * screenshot: Set accessible role
  * installed-page: Port updates info bar to AdwBanner
  * browse-page: Remove unused header
  * browse-page: Use search entry setter
  * browse-page: Enable type-ahead search
  * search-row: Remove unused import
  * local: Add support for version-name
  * window: Show badge number when updates are available
  * browse-page: Increase search-delay value
  * app: Add back help overlay
  * icons: Remove zoom symbolics
  * app: Fix criticals in master runtime
  * backtrace: Fix incompatible pointer types
  * comment-tile: Adapt to text-engine changes
  * Update com.mattjakeman.ExtensionManager.desktop.in.in
  * comment-tile: Add date label
  * comment: Add date property
  * Display info icon for Initialized/Inactive extension state
  * Set the extension state as a tooltip for extension toggle button
  * detail-view: Add donation row
  * search-result: Add donation urls property
  * Fix some warnings
* Fri Nov 22 2024 Richard Rahl <rrahl0@opensuse.org>
- fix CFLAGS, as with the earlier try, there was a typo with optflags
* Sun Aug 25 2024 Richard Rahl <rrahl0@opensuse.org>
- fix gcc14 by using "-Wno-error -Wno-unused-variable -Wno-unused-parameter
  - Wno-incompatible-pointer-types -Wno-return-mismatch -Wno-int-conversion"