Changelog for
feeds-lang-2.2.0-1.115.noarch.rpm :
* Sun Mar 26 2023 dead_mozayAATTopensuse.org- Update to version 2.2.0:
* show feed item author in reader mode
* Update translations
* disable appstreamcli validator as it wrongfully fails
* catch unicode decode errors
* remove top/bottom padding in reader mode
* new safer config mapper
* removed toggled callback in search btn
* use binding for searchbar
* use binding for flaps reveal with toggle buttons
* remove leftover code in base window
* use binding for dark mode
* remove leftover incomplete binding
* use gobject bindig for item read to row dim
* small refactorings
* add content to feed_item, use it instead of sd_item.content
* use feed_item to build reader mode; remove duplicate media block
* update run script to take gsettings into account
* tweaked unread counter style
* Tue Oct 11 2022 dead_mozayAATTopensuse.org- Update to version 2.0.1:
* fix division by zero when adding one new feed
* Sun Oct 09 2022 dead_mozayAATTopensuse.org- Update to version 2.0.0+0:
* bumped version to 2.0.0
* Update German translation
* Update Swedish translation
* Update Finnish translation
* Update Turkish translation
* specify 43 image in ci
* Update Polish translation
* updated ci
* revert ci change
* updated platform in ci
* Update Ukrainian translation
* removed sdk version from manifest
* updated potfiles
* flake8
* rename rsscont to feedcont everywhere; removed legacy confman code
* updated italian translation; proper translator-credits translatable string in about dialog
* updated dependencies
* loading revealer changed to progress bar
* fix confman interaction in download manager
* Update Polish translation
* restyle filter view
* Update Ukrainian translation
* accessibility underscores in menu entries; zoom in/out section in webview popover in line with other gnome apps
* replaced privacy icon
* removed V2 from new ScrolledDialog
* Update Ukrainian translation
* update potfiles
* refactor row popover as popover menu; add open in browser right click action
* updated syndom
* Update Ukrainian translation
* fix high cpu usage during overscroll
* use adw.application instead of gtk.application
* new translation instructions for damned lies
* stop deleting .pot
* remove scrolled dialog gresource
* added back blueprint compiler dependency
* updated dependencies
* Add Indonesian translation
* use double quotes for gettext strings in blueprint files; removed old scrolleddialog
* small refactoring
* Update Turkish translation
* Update Swedish translation
* Update Polish translation
* Update Hungarian translation
* Update Brazilian Portuguese translation
* Update Ukrainian translation
* add pytest cache to gitignore
* Update Polish translation
* fix add new feed
* gsettings wrapper: variant to py object as dictionary
* Update Turkish translation
* various fixes for gsettings and path module
* switch appdata from timestamps to dates
* add separate module for conf/cache paths
* rework shortcut controller in base window
* fix validate gschema
* validate gschema
* Update Hungarian translation
* initial transition to gsettings
* Update Ukrainian translation
* removed deprecated frame flattening
* scrolled dialog v2 class to wrap adw.messagedialog
* Update Finnish translation
* Update Hungarian translation
* deduplicate select next/prev article methods
* updated python dependencies
* Update POTFILES.in
* moved feed item title html stripper from sidebar row to feed item; added appropriate test
* test for feed parsing
* Update Hebrew translation
* opml parser support class for return; added more tests
* headerbar: Use AdwMessageDialog
* aboutdialog: Port to AdwAboutWindow
* meson: Depend on libadwaita 1.2.alpha
* remove parentheses around assert argument
* generate opml test
* split opml parse/generate in two modules, moved import to feedman
* refactoring feed and feed parser api; cleanups
* small changes and refactorings
* disable flatpak pipeline for non default branch
* added unit test for feed_from_html
* better rel/abs path to full url
* flake8
* Update (or drop) the Docker image used by Flatpak job
* fix extract url from html where url doesnt have trailing slash
* return extracted url from html if it\'s a complete (scheme+netloc+path) url (#121 gnomegitlab)
* fix feed url extraction with relative urls (#117 gnomegitlab)
* remove font-size from font chooser button (#119 gnomegitlab)
* fixed wrong decoration layout when using left side decoration (#114)
* updated webkit module
* updated dependencies
* Add Danish translation
* Update Brazilian Portuguese translation
* Update Persian translation
* Update Serbian translation
* Update Swedish translation
* Update German translation
* Update Polish translation
* Update Ukrainian translation
* show feed url on error
* Update Turkish translation
* Add Persian translation
* Update Chinese (China) translation
* Update French translation
* fix importing from website urls that list the feed with an absolute path (#113 gnomegitlab)
* Update German translation
* Update Polish translation
* Update Basque translation
* sdk and platform back to master
* sidebar row margin top and bottom to 12
* fix syntax highlight
* slight changes to sidebar row style
* sidebar row thumbnail height set to 200
* Update Ukrainian translation
* Update Swedish translation
* updated italian translation
* new preference for reader mode color scheme with auto (follow system), dark, light
* reader mode: 100px of top and bottom padding on the entire body
* replace unused args with undercore
* fix update potfiles script
* Updated French Translation
* replaced funnel icon with sidebar icon
* limited thumbnail height
* removed negative space from sidebar rows
* thumbnails: skip extensions entirely and check if picture_view paintable exists (might not for webps)
* Fixed quoting
* Style update
* fixed scrolled dialog corners being half opaque (#108 gnome gitlab)
* Correct OPML attribute quoting for export
* updated syndom flatpak dependency
* close loading spinner after trying to add a new feed and verifying that it already exists
* fixed article thumbnail extraction from html
* runtime version to 42
* build: Use GNOME module post_install()
* Sun May 01 2022 dead_mozayAATTopensuse.org- Update to version 1.0.3+0:
* bumped version to 1.0.3
* autohide add feed popover
* explicit list() and dict() instead of empty literals
* no need for comprehension
* dict.values instead of items
* fixed bulk article removal
* Update Polish translation
* (tentative) disable webkit smooth scrolling
* updated syndom
* non-unicode encoding support
* updated potfiles
* use pythonic api for gio.listmodel
* small type hint fix
* split feed parser, feed and feed item in their own separate files
* removed unused imports; download_feed return type hint
* refactoring of feed parser and download_feed return type
* small refactoring of __add_accelerator
* type hinting in accel_manager; add_accelerators uses obj list instead of dict list
* moved more files to util
* updated potfiles and update script to remove ui files
* refactored main leaflet and adjacent widgets around templates
* fixed pygments syntax highlighting
* view mode menu refactoring
* removed unused code
* made conf save async
* got rid of signalerlist
* removed old non-relevant tests
* updated potfiles
* refactored scrolled message dialog (now scroll dialog)
* don\'t show time localization error for english; move relative_day_formatter to util
* moved some python files to util subdir
* removed requirements.txt in favor of poetry
* back to master runtime
* flake8
* use gtk.picture with size_request for article preview
* updated pybind11 dependency
* updated blueprint-compiler dependency
* added link preview osd in webview
* Update Dutch translation
* bumped version number to 1.0.2
* added explicitly pygments dependency
* bumped version number to 1.0.1
* added explicitly lxml dependency
* bumped version to 1.0.0
* use tarballs for webkit deps
* moved back to 42 runtime; bundle webkit2gtk-5
* flatpak runtime back on master
* added __venv to gitignore
* added script to update python-deps.json
* added requirements.txt, python dependencies generated with flatpak-pip-generator
* make more threads daemons
* don\'t try to convert svg images
* convert all favicons to 8bpc pngs
* Add Serbian translation
* Update Czech translation
* Update Hungarian translation
* Update Hebrew translation
* Update Hebrew translation
* Add Hebrew translation
* Add Basque translation
* Update Finnish translation
* feed object: added back image url property, defaults for properties set in populate
* fix indentation
* Option to hide empty feeds, display unread counts
* dont hide selected article with hide read items (#93 gnomegitlab)
* fixed signal connection
* small changes to reset article list scroll on filter change
* Reset article list scroll on filter change
* Update Spanish translation
* updated italian translation
* remove unnecessary file close
* Two additional shortcuts, structured shortcut help
* Close feed filter flap upon selection
* added webview menu action to open in media player
* appeased flake8
* added some type hints
* simplified feed removal and fixed article removal
* removed feedman feeds_items signalerlist in favor of using articleslistmodel directly
* fixed signal connection signature
* reworked feeds and tags to use listmodels
* Update Chinese (China) translation
* small fixes
* fixed a type hint
* updated old code for new gtk api
* removed old code; added some type annotations
* made feed a gobject; refinements to new api for feeditem
* feeditem is now a gobject; removed feeditemwrapper
* Add Chinese (China) translation
* Update Brazilian Portuguese translation
* Update Swedish translation
* Add Slovenian translation
* Update Ukrainian translation
* Update Spanish translation
* updated italian translation
* renamed rss content to feed content (user facing only)
* improved rss content fallback
* streamlined style to libadwaita classes
* article title word-char wrap
* appeased flake8
* fallback to rss content if article link is missing
* better feed item identifier
* Fix typo in exception
* add feed popover shouldn\'t autohide
* Update Swedish translation
* disable adwstatuspage sizing workaround
* fix ctrl+f and f10 shortcuts
* show error message when failing to download webpage for reader mode; workaround picture size with height request; other small fixes
* Update Brazilian Portuguese translation
* workaround for empty state growing over 360 when leaflet unfolded
* picture view natural height; using listview lets pictures take their natural height
* Update Ukrainian translation
* Add Finnish translation
* reader mode: dir=auto for rtl support
* appeased flake8
* more compact reader mode font declaration
* simplified reader mode; system font for reader mode; added custom font chooser for reader mode
* removed old picture view visibility workaround
* Add Ukrainian translation
* Update Spanish translation
* Update translatable strings
* Add translator comments to the desktop file
* Update LINGUAS
* updated update_potfiles.sh script to accomodate for blueprint ui files; updated italian translation
* migrated most ui files to blueprint
* use template for manage feeds headerbar
* use template for manage tags content
* minor bugfix
* use template for manage tags listbox row
* updated italian translation
* removed unused imports
* small leaflet ui cleanup
* refactored leaflet into its own class with template
* removed old stuff; small cleanup
* converted sidebar row to template
* transitioned headerbars widgets to templates
* made pictureview sort of compatible with newer gtk versions
* capitalize labels
* removed unused icon
* moved share and open externally right headerbar buttons into menu; added gui controls for zoom in said menu; remember zoom across sessions
* simplified readme
* updated screenshots in appdata
* switched to master sdk for ci
* fixed cs.po
* fix some bugs relevant for newer gtk versions; removed unnecessary dependencies
* fix critical for view mode menu
* simplified view_mode_menu_btn icon
* removed webkit from bundle, switched to master runtime
* appeased flake8
* updated italian translation
* added blocklist auto-refresh, option to manually refresh blocklist
* added adblock for webview
* greatly simplified webview logic
* greatly simplified webview with one ui file
* Added Korean Translation
* fixed webview loading bar weird behaviour
* unmarked filler labels as translatable; updated italian translation
* fixed selection issue with listview
* removed trailing comma
* appeased flake8
* completely reworked preferences window (2)
* completely reworked preferences window
* switched pyflakes for flake8
* updated flatpak manifest
* updated matrix icons with emblem
* small edits to flatpak manifest
* appeased flake8
* added feed article image to reader mode
* updated gitignore
* updated adw.leaflet api; also I\'m done messing with readability, hacked my way to a semi-working state
* reorganized flatpak manifest
* error catching when creating textures
* switched to syndom Html for getting feed icons
* migrated html parsing for thumbnails to syndom
* appeased flake8
* use lxml for the html parser
* use thread pool for article image retriveal (avoids lockups); fixed/improved thumb retriveal from html
* fixed image retriveal
* fix dumb typos
* appeased flake8
* reworked listview/box to liststore api bindings
* match existing feed items using also parent feed name
* scratched infobar for a button for errors
* removed excessive osd style class from loading indicator
* added clearer loading in-app notification
* is_online check doesn\'t directly use threads
* update article datetime label on refresh
* reimplemented is_online check
* fixed settings window (2)
* fixed settings window
* updated italian translation
* added notification for new articles with relative settings
* refresh doesn\'t empty lists anymore, instead trims by age and adds delta
* remove markup from sidebar row title label if present
* updated open_youtube_externally preference label
* preferences title and subtitle can span multiple lines
* open youtube urls in media player even from webview; doesn\'t require open_links_externally (2)
* open youtube urls in media player even from webview; doesn\'t require open_links_externally
* open youtube urls in media player even from webview
* all confman paths are Path objects
* Add support for Turkish language
* flake8
* disable flatpak ci builds on branches other than master
* fix don\'t refresh on startup
* reverted libadwaita back to main repo (toast merged)
* renamed SyndicationDomination module to syndom
* minor style fix
* fixed removal from list store
* save feeds as bytes for wider encoding compatibility
* removed saved items from clear cache
* reordered flatpak manifest
* fixed loading bar overaly blocking webview input
* put the loading bar inside an overlay to avoid shifting the content
* migrated in-app notification for copy in clipboard to adwtoast
* fixed article list store removal
* removed listparser in favor of syndication-domination opml parser
* manage tags moved from popover to flap
* reworked style around navigation-sidebar and Adw.StatusPage
* appeased flake8
* added comment for python-humanize module for future reference
* added python-humanize for better relative datetime formatting (with localization working)
* fixed set all as read/unread
* finalized work on listview, reverted to (new) listbox with toggle in settings to enable listview
* restored more functionality around listview, fixed some related bugs
* more work towards migration to listview
* initial listview implementation
* added appropriate flags to syndom build
* migrated to new c++ powered rss parser; removed saved articles feature (low quality, difficult to maintain)
* right headerbar container added scrollbar policy
* picture view: async texture loading
* got rid of unneded set_header_func for listboxes
* removed duplicated init code for app window
* updated meson files to be compatible with >=0.58
* strip urls got from get_thumb
* made origin and date label for articles smaller
* cache article thumbnails
* get thumbnail from article html if not specified in the rss
* added picture view optimizations
* appeased flake8
* added settings related to thumbnails
* added preliminary support for article thumbnails
* fixed view mode menu button arrow and icon content; moved back to runtime 41
* reverted to runtime version master because of box inside menubutton not showing up
* stabilized/updated dependencies
* updated ci runtime to version 41
* fixed empty state showing up on startup
* moved set size on window present
* changed webview filler icon
* fixed window on destroy function
* removed inner margin from article right click popover
* switched to adw flap for feed filtering
* removed inner margin from add feed popover
* fixed date/time article label position
* small rework around feed icons
* made all threads daemons to avoid locking the app on exit
* removed old commented code
* removed right headerbar squeezer visible-child property from ui file
* replaced refresh spinner button with regular button
* lock refresh until startup is done
* fixed mark as read in both feed and saved
* reduced loading bar disappearing timeout
* restored test connection functionality
* appeased flake8
* fixed opml import/export
* updated listparser and feedparser to latest git version
* fixed feed deletion and consequent filter reset if deleted feed is selected
* made view mode button flat
* improved get_children function; various fixes to manage feeds window
* lots of progress towards gtk4 port (including webkit building with recompression trick)
* removed show_all
* removed gtk3 get_children and pack_start/end
* fixed empty state (2)
* fixed headerbars controls show/hide
* minor ui cleanup
* fixed empty state
* ci: flakes with python 3.9; gnome runtime master
* removed show_all from shortcuts window
* fix f10 open menu; add sidebar style class to sidebar box to add visual separator
* initial porting to gtk4
* moved reader mode css to data/ui
* renamed glade/xml ui files to ui
* updated dependencies, switched to libadwaita, porting still functionally not started
* initial work towards gtk4 port (blocked by webkit2gtk not supporting gtk4 with introspection) https://bugs.webkit.org/show_bug.cgi?id=219221
* Big update to de.po
* Edit Ranking
* Add Czech Language Support
* Add Czech Language Support
* added catalan to linguas
* Add Hungarian translation
* Building instructions on Fedora
* Updated Spanish translation
* Catalan translation
* app no longer crashes if config is invalid json (#66 gnomegitlab)
* added translate and donate urls to appdata
* Add Swedish translation Excellent simple app, thanks!
* fixed website and issues links in appdata
* fixed appdata
* bumped version to 0.16.2
* updated it po file
* saved articles are now stored in a subdirectory of the config directory
* stop loading webview before starting to load something else
* updated italian translation
* added option to open youtube links in an external media player
* Improved Spanish translation
* Updated Spanish translation
* Minor fix in the translation to PT_BR of the Feeds description
* Updated translation PT_BR
* appeased flake8
* removed signals from ui
* fixed view mode button not working
* removed old comment
* moved symbolic icons to scalable/status
* removed circle filled icon
* updated handy to 1.0.2
* 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