feedwarrior

Slim, portable tooling for creating and distributing decentralized append logs
git clone git://git.defalsify.org/logwarrior.git
Info | Log | Files | Refs | README | LICENSE

CHANGELOG (1238B)


      1 * 0.5.8
      2 	- Prevent UUID from changing when attaching to event.
      3 * 0.5.7
      4 	- Add auto-convert from non-mime to mime content.
      5 * 0.5.6
      6 	- Add long description for pypi 
      7 * 0.5.5
      8 	- Add man page
      9 	- Return entry uuid on add and entry subcommands
     10 * 0.5.4
     11 	- Package for pypi.org
     12 * 0.5.3
     13 	- Package
     14 * 0.5.2
     15 	- Alert when running with missing configuration
     16 * 0.5.1
     17 	- Fix sort on date
     18 * 0.5.0 
     19 	- Add taskwarrior uuid lookup and id to uuid resolve
     20 	- Abort add on empty input
     21 * 0.4.2 
     22 	- Add "add" subcommand
     23 * 0.4.1 
     24 	- Add list feeds subcommand
     25 * 0.4.0
     26 	- Consolidate put and get methods on same adapter interface
     27 	- Resolve uncompressed path bug 
     28 * 0.3.0 
     29 	- Add gzip option for entries
     30 * 0.2.2
     31 	- Add all inline text content to output in show cmd
     32 * 0.2.1
     33 	- Fix non-committed headers flag
     34 * 0.2.0
     35 	- Rename raw flag to headers
     36 * 0.1.4 
     37 	- Add flag for raw headers in entry output
     38 * 0.1.3
     39 	- Add multiple hashers for each entry 
     40 	- Fix bug in config handler that prevents handling of config filenames passed to it
     41 	- Fix opinionated arg flags before or after subcommand
     42 * 0.1.2
     43 	- Add simple, readable feed summary
     44 	- Correct binary script name in setup.py
     45 * 0.1.1
     46 	- Add feed alias on creation
     47 * 0.1.0
     48 	- Add feed, entry, ui framework and setup