Skip to content
Tags give the ability to mark specific points in history as being important
  • v2.0.0
    e5f575b4 · Merge branch 'devel' ·
    Release: v2.0.0
    Crossbow reaches version 2.0.0.
    
    This new release comes with a substantial modifications, and it is not
    backwards compatible.
    
    The most relevant modification is the introduction of a configuration
    file, that defines the set of feeds to be monitored and their settings.
    In previous releases the configuration used to be baked into the feed
    persistence file.
    
    Decoupling persistence and configuration removes the need for commands
    such as crossbow-set(1), crossbow-del(1) and crossbow-query(1), which were
    intended as accessors for the persisted configuration.  We are left with a
    single command, crossbow(1), that takes the place of crossbow-fetch(1).
    
    In order to facilitate the transaction from the 1.x series to the 2.x
    series, a new command named crossbow-upgrade(1) has been added to the
    distribution.  The command migrates the configuration to the new format,
    while maintaining the tracking information for all monitored feeds.
    
    Apart from being represented in a different way, the feed configuration
    supports the same functionalities as before.  The only noticeable
    difference is that the "print" and "pretty" handlers have been merged.
    As always, everything is explained in detail in the provided manpages.
    
    I hope you enjoy it :)
    
  • v1.2.2
    ab2d08ad · Merge branch 'devel' ·
    Release: v1.2.2
    release
    
  • v1.2.1
    0ad34349 · Merge branch 'devel' ·
    Release: v1.2.1
    release
    
  • v1.2.0
    3a380cc3 · Merge branch 'devel' ·
    Release: v1.2.0
    release
    
  • v1.1.3 Release: v1.1.3
    release
    
  • v1.1.2
    81470157 · Merge branch 'devel' ·
    Release: v1.1.2
    release
    
  • v1.1.1
    c7b890ec · Merge branch 'devel' ·
    Release: v1.1.1
    release
    
  • v1.0.1
    e7120e71 · Merge branch 'devel' ·
    Release: v1.0.1
    release
    
  • v1.0.0
    release
    
  • v0.9.0
    21b323dd · Merge branch 'devel' ·
    Release: v0.9.0
    Release 0.9.0
    
    Almost a 1.0.0, since it does what it is supposed to, but
    has not been tested for a long time (there might be still a
    couple of rough edges).