Changelog for
gfeeds-lang-0.16.1+0-2.73.noarch.rpm :
* Tue Dec 01 2020 dead_mozayAATTopensuse.org- Update to version 0.16.1+0:
* proper handy avatar size on hidpi
* set application and program names
* list compatible form-factors
* made popover spawning buttons proper gtk.menubutton
* Update de.po: I did some improvements to my last German translation and also made complete to match the latest pot file
* replaced system call to xdg-open with Gio.AppInfo.launch_default_for_uri
* new version; switched to handy avatar
* commented some deprecated code
* remove deprecated properties from extra popover menu glade file
* added credit for dutch translation
* Added Dutch translation
* switched to archive source for python-requests dependency
* bumped version to 0.14
* updated flatpak dependencies
* updated python-readability flatpak dependency
* added tags to opml export
* migrated manage_feeds_window to handy.window
* removed option to disable CSD
* reverted to gtk.headerbar, changed handy.titlebar to handy.windowhandle
* switched to handy window and handy headerbars, missing support for headergroup
* migration to handy 1
* removed testing dependencies from flatpak manifest
* Gracefully handle locale.{bind,}textdomain not being available
* mark all as read now only works on visible feeds (#87 gitlab)
* importing opml now imports tags as well
* add feed when pressing enter in feed url entry
* set alphabetical sorting in tags listbox
* added a regression test for drewdevault.com feed
* fixed rss parsing error caused by feed preprocessing (#47 gnomegitlab)
* disable unit testing because I can\'t seem to make them work inside of flatpak
* check if the config file exists before reading it (#48 gnomegitlab)
* added ability to import feed from the rss file (#44 gnomegitlab)
* added function to get rss link from rss file itself
* added filtering by tag
* initial work towards tag/category filtering
* moved gtk css to gresource
* changed update potfiles script to change encoding from ascii to utf8
* added python-parameterized to flatpak test dependencies
* properly (?) mock ConfManager in download_manager tests
* fixed feed test
* added mock as flatpak dependency because python-sure doesn\'t import it from unittest
* added httpretty and sure to flatpak modules
* added partial feed creation test
* integrated python unit tests in meson
* commented out unsupported section of appdata
* started writing feed create test
* added more tests for feeditem
* removed threaded async wait in favor of GLib.timeout_add_seconds
* fixed pygments error breaking reader mode for some articles
* added markupsafe to flatpak dependencies (for pygments)
* removed unused imports
* remove feeds dialog is now scrolled message dialog
* made scrolled message dialog title pretty again
* improved refresh/add performance, app no longer freezes with big opml import (#43 gnomegitlab)
* updated feedparser lib to latest git commit with dirty sed patch
* message dialogs with potentially much text are now scrolled; initial work towards async opml import
* don\'t automatically remove feeds on error, instead ask the user (#84 gitlab); updated italian translation
* added all shallow download_manager tests
* made gi.require in tests global, added tests readme
* added some unit tests
* added type hinting up to feeds_manager
* missing comma
* Updated French translation
* created script to facilitate a new release
* updated italian translation
* fix app unresponsive when favicon is 404 #85 (gitlab)
* small changes to flatpak manifest, mostly python-requests git being broken
* added timestamp to appdata for 0.13
* added appstream validation test
* added appdata validation
* some polish in the desktop file
* added missing info to appdata
* fixing link opening not always working (#32 gnomegitlab)
* updated italian translation
* added option to refresh on startup (#41 gnomegitlab)
* fixed orange line below headerbar (#40 gnomegitlab)
* fixed automatic feed discovery for laquadrature.net (#39 gnomegitlab)
* leaflet: Drop deprecated properties
* fixed headerbar expanding with csd disabled (#36 gnomegitlab)
* removed unused imports
* manage feeds window closes with esc
* settings window closes with esc
* added more keyboard shortcuts, various bug fixes
* fixed rss content switch not working
* added translation readme
* reverted part of prev commit breaking reader mode
* fixed wrong reader mode encoding, removed legacy code
* added beautifulsoup as dependency
* make delete button insensitive on feed(s) delete
* add beautifulsoup to flatpak dependencies (#27 (gnomegitlab))
* use unicode dammit to convert encodings to utf8 (#27 (gnomegitlab))
* reader mode: ditched html5parser for lxml.html (avoids problems with namespaces)
* removed debug print
* fixed get feed image from rss (#18 (gnomegitlab))
* worked around some readability bugs
* abandoned gresources fonts, changed some reader mode fonts
* fixed small error in syntax highlight
* removed debug prints
* compress css files
* commented font added to gresources (TODO)
* converted reader mode css from python string to gresource (can compress?)
* minor style correction
* style changes
* removed old reader mode, apparently fixed syntax highlighting everywhere
* updated readability to latest git version
* removed colored border (2)
* removed colored border
* reordered linguas in alphabetical order
* Minor Readme update
* French translation
* Fixed a bunch of warnings
* removed debug print
* added syntax highlight in reader mode, too
* added pygments to flatpak dependencies
*
blocks syntax highlighting
* appeased almighty flake8
* more cleanup with flake8
* some more flake8 cleanup
* updated italian translation
* fix new reader mode
* got rid of leaflet placeholder boxes
* dont hide selected article sidebar row even if read (#22 (gnomegitlab))
* leaflet swiping complete
* broken implementation of swiping leaflet
* build reader mode html with python-readability (aka readability-lxml)
* fixed double newline in rss content view
* general code cleanup with pylint
* pyflakes compliance, replaced relative imports
* added timeout to requests.get to avoid infinite loading
* fixed adding xkcd.com website (feed autodiscovery)
* rss content newline replacement only if not html (lazy check)
* fix newlines in rss content becoming spaces
* added basic media rss support (!5 (gnomegitlab))
* added initials icon, default icon will use that. turned colored border off by default
* can now add feeds by website url (#21 (gnome gitlab)), fixed some bugs
* reworked download_feed with closures
* removed unnecessary newline in meson.build
* removed unnecessary print
* better handling (possibly unnecessary?) of http 301 and 302
* Added a pyflakes test in gitlab-ci
* removed trailing whitespaces
* updated flatpak manifest
* pyflakes installation instructions
* Tue Dec 31 2019 dead_mozayAATTopensuse.org- Update to version 0.12+0:
* updated italian translation; bumped version to 0.12
* fixed unresponsiveness on refresh
* close is useless in open context managers
* make spinnerbutton expand vertically (visual fix for yaru theme)
* close view mode popover after selection (#82 (gitlab)); minor improvements
* fixed typos
* more comprehensive download_text function, make get_favicon use download_text
* tweaked flatpak manifest permissions, updated pillow dependency
* more elegant check if inside flatpak sandbox
* Tue Oct 08 2019 dead_mozayAATTopensuse.org- Update to version 0.11:
* updated appdata for 0.11
* bumped version to 0.11
* added russian translation
* added easy build and run scripts
* tentative fix for #74 (gitlab)
* set base uri when rendering rss content
* fixed #73 (gitlab)
* updated linguas
* updated it translation
* added preference for opening links externally
* Tradução final pt_BR atualizada
* updated pt_BR translation
* updated pt_BR translation
* added user agent to download requests (#66 (gitlab))
* added Gleisson Joaquim to translators list
* fixed pt_BR translator name
* added empty pt_BR translation file
* hacky fix for #72 (gitlab)
* avoid infinite loading on feed parsing errors (#72 (gitlab))
* fixed reader mode, general code cleanup
* Open links in the browser, fix #68
* small sidebar cleanup
* fixed missing import
* minor code style improvement
* made offline infobar layout horizontal
* get cached articles when offline
* changed reader mode fonts (temporary)
* small fixes to reader view
* made all feeds row in filter view same size as other rows
* cleaned up the filter popover
* removed description from feed filter popover
* load cached feeds only on startup
* changed open externally and webview icons
* added squeezer to right headerbar title, removed old stuff from headerbar
* added more items in the secondary menu (commented out for now)
* removed spacing in view mode menu
* changed view mode toggles and preferences in one menu button
* unselect sidebar item on back pressed when folded (#10 (gnome gitlab))
* removed some mory unnecessary busy waits
* Update de.po
* updated flatpak manifest
* Mon Sep 16 2019 dead_mozayAATTopensuse.org- Update to version 0.10:
* fixed screenshot url
* updated flatpak manifest
* updated italian translation
* replace origin and date labels separator with a centered dot (#11 (gnome gitlab))
* little symbolic icon tweaks
* replace origin and date labels separator with a normal dash (#11 (gnome gitlab))
* added some margin to reader view (#12 (gnome gitlab))
* updated ci
* made sidebar width 360px in wide view
* changed runtime version to 3.34
* use bottom stack switcher bar when leaflet is unfolded
* fixed case insensitiveness of search
* finalized article search
* added a searchbar widget (incomplete)
* refreshed de.po
* updated update_potfiles script
* very tiny cleanup
* small cleanup, splitting the sidebar.py file in different ones
* added theme background color to headerbars when disabling CSD
* made settings window larger by default (#7 (gnome gitlab))
* added title style class to right headerbar title
* brought add feed popover in line with gnome news design, added message stating feed has already been added
* removed outdated dependencies.txt
* symbolic icon aligned to grid
* webview filler margins in line with empty state ones
* updated italian translation
* changed suggestion infobar to empty state view (#6 (gnome gitlab)); added check for links that are not urls
* Tue Sep 10 2019 dead_mozayAATTopensuse.org- Update to version 0.9:
* moved lots of headerbar stuff to glade file
* showing article title in right headerbar, fixing leaflet folding callback
* updated libhandy to 0.11 in flatpak manifest
* removed old leaflet import
* replaced leaflet.py with glade file (#55 (gitlab)), made view switcher always wide
* commented import brotli
* added preference to ellipsize articles titles (#58 (gitlab))
* removed website building from master
* fix readme screenshot
* moved website to different branch
* changed webview filler title style (hopefully for the last time)
* made webview filler less faint
* made margins and sizes multiples of 6 in line with gnome hig
* fixed article row right margin (#63 (gitlab))
* Update de.po Corrected one incorrect word. Sorry ;-)
* Update de.po
* updated flatpak manifest
* bumped version to 0.9
* updated translations
* added separators to listboxes
* fixed problems with .ico icons
* removed unnecessary set_attached_to for modal windows
* fixed #60 (gitlab)
* proposed fix for #62 (gitlab)
* fix #59 (gitlab)
* added brotlipy dependency, removed brotli as an accepted compression (is causing errors)
* fixed square corners in manage feeds window when parent is maximized
* origin and datetime in the same row
* better date (sorta)
* manage feeds row reflects article row
* made datetime less verbose
* tweaked article row layout
* when read, set dim to single row widgets
* ui tweaks to article rows
* removed junk glade file and added to gitignore
* added option to hide colored border
* gave headerbar view switcher some margin
* removed unnecessary install: true from various meson files
* changed error dialog title, updated italian translation
* new infobar for showing errors, working links that are not feeds will error out
* improved invalid feed link failsafe
* fix for #52 (gitlab)
* Tue Sep 03 2019 dead_mozayAATTopensuse.org- Update to version 0.8:
* Update de.po
* updated flatpak manifest
* bumped version to 0.8
* fixed suggestion bar flashing on startup
* fixed refresh not showing anything if filter selected
* removed old debug print
* tentative fix for flatpak ci/cd (4)
* tentative fix for flatpak ci/cd (3)
* tentative fix for flatpak ci/cd (2)
* tentative fix for flatpak ci/cd
* added flatpak ci/cd
* Fix icon in README
* fix #46 (gitlab)
* reworked thread pool for refresh
* advertise fedora compatibility in website
* Add Fedora installation instructions
* removed some busy waits for threads for better performance (#44 (gitlab))
* added offline status check, made suggestionbar an infobar, changed one of the contributors name
* fixed app misbehavior with invalid feed urls
* changed user facing name to Feeds and internal name to gfeeds
* added http(s) url as command line argument to add a feed
* fix suggestion bar not showing on startup if no feeds
* updated italian translation
* added keyboard shortcut for showing/hiding read articles
* option to show/hide read articles
* made right click popover more intuitive
* remove last-modified from conf on 200 if it\'s not present
* fix for non utf-8 encoded feeds (#40 (gitlab))
* check if cached version of feed exists before adding if-modified-since header
* feeds in conf file is now a dictionary to accomodate last-modified from http response headers See #39 (gitlab)
* changed left headerbar button order (thanks Jimmy AATTamivaleo)
* implemented opml file association
* updated flatpak manifest
* version bump to 0.7
* read articles now have dim-label style class instead of 50% opacity
* tweaked refresh threads allocation
* added back failsafe for feeds without datetime (workaround for #38 (gitlab))
* fix for #37 (gitlab), small reader css tweaks
* remove old read items from conf on quit
* Update de.po
* fixed broken next prev article keyboard shortcuts
* added read and unread feature
* initial work towards read items
* made SignalerList a GObject.Object, removed external signaler
* popover popdown on save clicked
* removed redundant signalerlist subclasses
* reworked gui to make initial suggestion less invasive
* finalized article saving logic
* Update de.po
* Initial implementation of article saving TODO: unsave item from saved view, change save button state of same item in main view
* article serialization and deserialization
* implemented serialization of feed item
* right click/longpress popover on articles
* Update de.po
* updated flatpak manifest
* bumped version to 0.6
* empty feeds filter selector on refresh
* removed unnecessary cache hit check on feed download
* added translators credits
* added concurrent threads option for feeds refresh
* Update de.po Noticed one addition since yesterday --> msgid \"Fix bugs in reader mode\"
* Update de.po
* Fri Aug 09 2019 dead_mozayAATTopensuse.org- Update to version 0.5.1:
* fixed shasum in flatpak manifest
* updated flatpak manifest
* bumped version to 0.5.2
* fix for #26 (gitlab)
* changed update potfiles script to be language specific, added proper de empty po file
* added empty german translation file
* updated flatpak manifest
* bumped version to 0.5.1
* added screenshots to appdata
* added failsafe for all feeds filter option
* updated website, made script to take screenshots
* updated flatpak manifest
* bumped version to 0.5
* added feature to filter visible articles by feed
* add feed method for manage feeds listbox
* explicitly show close button in settings window headerbar (does not fix #5 (gitlab))
* rebased icon on the one from gnome-books
* added screenshot to readme
* changed readme image link
* added fallback to body for reader mode on website without article tag
* probably fixed timezone and time localization issues
* switched to dateutil for time parsing, solving lots of compatibility issues
* updated flatpak manifest
* bumped to version 0.4.1, updated it translation
* fix refresh duplicating items
* made favicon download more inclusive
* popdown add feed popover when add is pressed
* updated flatpak manifest
* fixed error in appdata
* updated flatpak manifest
* added christopher davis to contributors list, bumped version to 0.4
* added load rss content option and preference
* fix for zulu time iso datetime formats
* tweaked no csd option for manage feeds and preferences windows
* made manage feeds window respect the no csd option
* added feed manager with signals to make the whole app less spaghetti
* converted manage feeds listbox row to glade template, change spinnerbutton name to refreshspinnerbutton
* added reader mode by default option
* better no-csd styling
* fix for #1 (gnome gitlab)
* update translations
* made sidebar listbox row use glade template
* added proper placeholder icon for feeds without icon
* menu.xml: Bring primary menu in line with GNOME HIG
* added option to disable csd
* updated flatpak manifest
* updated to version 0.3
* fixed window controls positions when decoration is on the left
* added preference to enable javascript
* added zoom in/out/reset shortcuts
* workaround handy action row ellipsizing title if it doens\'t fit
* added aur reference in readme and install
* added aur package reference
* added preference for max article age (#8 gitlab)
* use link or rss link when no title, set xalign for labels in manage feeds, look for favicon in an article if provided link fails
* tentative fix for #5 (gitlab)
* Fix icon in README.md
* updating readme, install and dependencies
* Added Adrien Plazas email
* Added Adrien Plazas to the contributors list
* Revert \"Update meson.build (Added my name to Contributors list\"
* Update org.gabmus.gnome-feeds.service.desktop to match new Branding
* Update Main Window name to be Feeds. Should rebrand to fit in with rest of GNOME Applications to be \"Feeds\" instead of \"GNOME Feeds\". In Code, use gnome-feeds, branding should be \"Feeds\", though.
* Update README.md
* Update README.md
* Update README.md
* Add Install File
* Use separators for sidebars
* Update dependencies.txt
* sidebar: Fix the row labels x-alignment
* updated flatpak manifest
* updated version on meson.build
* fixed feeds for websites without favicon
* updated manifest
* fixed stupid bug with adding feeds
* tweaks to website style
* Fri Aug 02 2019 dead_mozayAATTopensuse.org- Update to version 0.2:
* updated flatpak manifest
* switched to gtkfilechoosernative, added empty screen if no feeds, updated it translation, bumped version to 0.2
* added italian translation
* correcting website title
* updated manifest to 0.1
* added website
* updated appdata
* fixed feeds removal
* remember window size across executions
* added colored bar for each feed article
* Fri Aug 02 2019 Dead Mozay - Initial package