Releases: kfranqueiro/electern
Releases · kfranqueiro/electern
0.2.0
0.2.0-rc.1
This release updates the codebase to use Electron 25.3.0 and Electron Forge 6.2.1.
I have been testing this locally for a few days, but am declaring this a prerelease in case there are any snags I've yet to run across. Functionally this release should be mostly identical to 0.1.0.
0.1.0
This is Electern's first official release, though it's already been usable for a couple of months.
Features:
- Organize feeds in nested folders
- Import feeds from OPML
- Pin articles to store them indefinitely
- Download individual articles as complete web pages to read offline (using icon in top right)
- RegExp search within article titles and content
- Configure how many articles to keep, how often to update, and whether to display images
- Defaults can be configured globally (via Preferences), then overridden per-feed
- Supports portable mode via
--portable
command-line flag- On Mac OS X, you can run
open Electern.app --args --portable
; user data will be saved under the
Contents/MacOS
folder within the app.
- On Mac OS X, you can run