Accepting request 1285641 from network:utilities
- Update to version 4.0.0~beta2: * disallow scrolling via selecting text * video widget thumbnail overlay * dont preview tiny image enclosures * fix breaking out of fullscreen article with j/k * don't skip setting custom sync interval if check is not yet selected * update article index after extend * restore read selected article even in unread mode * recalculate content height after changing content width or line height * animate url overlay fade-in/out * improve initial load of article list * restore invalid article list selection * fix toggle read and marked actions * some article list optimizations * star/unread button: handle article being None * mark read on open in browser * update share preference page icon * fix automatic sync * properly set image_dialog_visible * rework article scrolling * adjust background color * fix hover outline offset * escape title url * escape article title markup * ashpd: use async-std instead of tokio (forwarded request 1285640 from rrahl0) OBS-URL: https://build.opensuse.org/request/show/1285641 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/newsflash?expand=0&rev=13
This commit is contained in:
4
_service
4
_service
@@ -3,8 +3,8 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.com/news-flash/news_flash_gtk.git</param>
|
||||
<param name="revision">refs/tags/v.4.0.0-beta1</param>
|
||||
<param name="versionformat">4.0.0~beta1</param>
|
||||
<param name="revision">refs/tags/v.4.0.0-beta2</param>
|
||||
<param name="versionformat">4.0.0~beta2</param>
|
||||
<param name="versionrewrite-pattern">v.(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="filename">newsflash</param>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.com/news-flash/news_flash_gtk.git</param>
|
||||
<param name="changesrevision">adb3afd537aaafb044cd0dd0d4853ab204424b58</param></service></servicedata>
|
||||
<param name="changesrevision">5bd03319f6ffbd8bb754c7e5510f91e30f0b1988</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b935331df9dd7cd74bcbaff221ffc3c7b1103582576cd2724027bbc8649bc010
|
||||
size 13852685
|
3
newsflash-4.0.0~beta2.obscpio
Normal file
3
newsflash-4.0.0~beta2.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e127448162bacfb8095e8ec4f5cade8dea73cce0fdf4a8d1b5ed2df02193992
|
||||
size 13890573
|
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 13 19:03:22 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- Update to version 4.0.0~beta2:
|
||||
* disallow scrolling via selecting text
|
||||
* video widget thumbnail overlay
|
||||
* dont preview tiny image enclosures
|
||||
* fix breaking out of fullscreen article with j/k
|
||||
* don't skip setting custom sync interval if check is not yet selected
|
||||
* update article index after extend
|
||||
* restore read selected article even in unread mode
|
||||
* recalculate content height after changing content width or line height
|
||||
* animate url overlay fade-in/out
|
||||
* improve initial load of article list
|
||||
* restore invalid article list selection
|
||||
* fix toggle read and marked actions
|
||||
* some article list optimizations
|
||||
* star/unread button: handle article being None
|
||||
* mark read on open in browser
|
||||
* update share preference page icon
|
||||
* fix automatic sync
|
||||
* properly set image_dialog_visible
|
||||
* rework article scrolling
|
||||
* adjust background color
|
||||
* fix hover outline offset
|
||||
* escape title url
|
||||
* escape article title markup
|
||||
* ashpd: use async-std instead of tokio
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 09 17:49:42 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: newsflash
|
||||
version: 4.0.0~beta1
|
||||
mtime: 1746802302
|
||||
commit: adb3afd537aaafb044cd0dd0d4853ab204424b58
|
||||
version: 4.0.0~beta2
|
||||
mtime: 1749811302
|
||||
commit: 5bd03319f6ffbd8bb754c7e5510f91e30f0b1988
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%define appname io.gitlab.news_flash.NewsFlash
|
||||
Name: newsflash
|
||||
Version: 4.0.0~beta1
|
||||
Version: 4.0.0~beta2
|
||||
Release: 0
|
||||
Summary: The spiritual successor to FeedReader
|
||||
License: GPL-3.0-only
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3e6d9902ede1dde493f9c7874408ac2dc95266c96e40296f6ac0b10cb74e855
|
||||
size 64388751
|
||||
oid sha256:5fad775feb64e718fba2f9c5559d447a918d088d97f7a39cbfc00eade866bc9c
|
||||
size 66411019
|
||||
|
Reference in New Issue
Block a user