Skip to content
Tags give the ability to mark specific points in history as being important
  • 0.1
    first alpha release
    
  • 0.10.0
    8e35201e · prepare 0.10.0 release ·
    Release: 0.10.0
    transmission plugin, ikiwiki, linkchecker examples, API refactoring
    
  • 0.11.0 Release: 0.11.0
    two months of bugfixes, major refactoring and documentation overhaul
    
      * bugfixes:
        * create missing directory in archive plugin
        * deal with feeds without a title
        * fix crash in mbox logging
        * fix crash when running without a config file
        * handle missing content-location header from the wayback machine
        * fix crash when using a relative path with --config
      * features:
        * allow shorter plugin names on the commandline: the full plugin load
          path is quite a mouthful. This makes it easier for our users and allow
          them to use only the shorter module name, relative to the
          `feed2exec.plugins` path, on the commandline only.  We keep the
          configuration file and internal use with the full plugin path. This is
          to avoid double-resolving the path and ensures the configuration file
          has a reliable plugin name.
      * major API refactoring, more details in d0b770a:
        * force API consumers to specify an explicit path instead of doing
          load-time guessing.
        * use composition instead of inheritance in the feed manager, to
          reduce ambiguity
        * locking is now in the FeedManager dispatch command
        * plugins are now ran serially even when running in parallel, although
          plugins are, as a whole, executed in parallel with the parsing, which
          is the main performance improvement we are looking for in parallelism
          anyways, because parsing is the slow part. performance tests don't
          show any significant degradation in performance
      * minor API changes:
        * allow find_test_file to return the test directory, to permit listing
          test artifacts
        * shorten and explicit variable names
        * rename test_db fixture to db_path to harmonize with conf_path fixture
        * also harmonize class names between conf and cache storage
      * extensive documentation refactoring:
        * document test writing
        * split code of conduct and contribution guide
        * fix formatting error in plugins docs and broken links in design docs
        * add security disclosure guidelines and contact
        * add support section inspired by Monkeysign
        * add issue template, integrated with GitLab
        * expand design documentation to provide a quick tour of the code
        * mention --catchup in cache purge and plugin deletion limitation
        * count lines of code without tests: it is unfair to compare out line
          count with the others because we have a much larger test suite, which
          has exploded in recent releases
        * suggest positive feedback as a contribution
        * fix syntax error and mention caveat of toot/mastodon integration after tests
      * test suite improvements;
        * add test suite for archive plugin
        * use pytest parametrization for opml test files
        * enable debug-level log capture in the catchlog module
        * accept OPML test files without resulting .ini file
        * refactor temp db use to simplify test suite
        * move OPML main test along with other OPML tests
    
  • 0.12.0
    f6bbcc60 · prepare 0.12 ·
    Release: 0.12.0
    fix parsing issue and minor changes in the last 6 months
    
  • 0.13.0
    6cc9d4e4 · prepare 0.13.0 release ·
    Release: 0.13.0
    bugfix release, behavior change in ikiwiki_recentchanges plugin
    
      [ Antoine Beaupré ]
      * python 3.7 support, default on python:latest now
      * wayback machine API change: HEAD not supported anymore
      * fix strange crash in wayback plugin
      * comply with new feedparser deprecation warning
      * switch to logging.warning to comply with deprecation warning
      * disable cov which crashes on sqlite3.IntegrityError
      * explain how tests are hooked up together.
      * fix typo, thanks gagz
      * include post timestamp in ikiwiki GUIDs
    
      [ Kang ]
      * According to RFC5064, change header 'Archive-At' to 'Archived-At'
    
  • 0.14.0
    1b9ab1e2 · prepare 0.14.0 release ·
    Release: 0.14.0
    bugfix release (date parsing and broken pipes), new feature (JSON)
    
  • 0.15.0
    617097f1 · prepare 0.15.0 release ·
    bugfix release to catchup with changes in feedparser from buster.
    
  • 0.16.0
    20421fd1 · prepare release ·
    major refactoring, new features, bug fixes
    
  • 0.17.0
    deprecate ~/.cache for database storage and use ~/.local/share
    
  • 0.17.1
    08782430 · prep changelog ·
    fix use case where there's no db
    
  • 0.18.0
    ship accumulated bugfixes and catchup with wayback machine changes
    
  • 0.18.1
    75eef97c · release 0.18.1 ·
    ikiwikitoot plugin
    
  • 0.18.1-rc1
    61dee77a · test release for marcos ·
    ikiwikitoot plugin, fetch timeout
    
  • 0.19.0
    1bfc675a · prepare 0.19.0 upload ·
    --nocache support
    
  • 0.19.0_rc1
    87955112 · prepare rc1 ·
    --nocache support
    
  • 0.2
    241e194d · ignore another build file ·
    new alpha release
    
  • 0.2.1
    minor release to fix pypi display
    
  • 0.2.2
    another tweak release for PyPI
    
  • 0.2.3
    c923c803 · add a better tagline ·
    quickfix to work around an issue in the test suite
    
  • 0.20.0
    f03a527c · prepare 0.20 release ·
    droptitleregex/matchtitleregex plugins!