release notes
This commit is contained in:
		
							parent
							
								
									86a0729b3c
								
							
						
					
					
						commit
						3bc563de39
					
				
							
								
								
									
										27
									
								
								NEWS.md
									
									
									
									
									
								
							
							
						
						
									
										27
									
								
								NEWS.md
									
									
									
									
									
								
							@ -11,27 +11,18 @@ title: hledger news
 | 
				
			|||||||
  * web: officially drop GHC 6.12 support, fix build warnings with 7.0, 7.2, 7.4
 | 
					  * web: officially drop GHC 6.12 support, fix build warnings with 7.0, 7.2, 7.4
 | 
				
			||||||
  * web: hledger-web is now based on yesod 0.10
 | 
					  * web: hledger-web is now based on yesod 0.10
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## (unreleased) hledger 0.18
 | 
					## 2012/5/28 hledger 0.18
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  * new commands `incomestatement`, `balancesheet`, `cashflow` provide
 | 
					  * the command-line now supports a more powerful query language, consistent with the web UI
 | 
				
			||||||
    these standard financial statements, under certain [conditions](http://hledger.org/MANUAL.html#incomestatement)
 | 
					  * hledger now fully supports tags (aka metadata) on both transactions and postings, and querying by tag or tag value
 | 
				
			||||||
  * hledger now supports "tags", aka metadata, on transactions and
 | 
					  * new commands `incomestatement`, `balancesheet`, and `cashflow` provide basic financial statements under certain [conditions](http://hledger.org/MANUAL.html#incomestatement)
 | 
				
			||||||
    postings.  Parsing and display (with `print`) of tags and comments
 | 
					  * support for GHC 6.12 has been dropped; this release has been tested with GHC 7.0.4, 7.2.2, and 7.4.1
 | 
				
			||||||
    generally is more robust.  Reports can be filtered by tag value by
 | 
					 | 
				
			||||||
    adding `tag TAG=VALUE` (see [manual](http://hledger.org/MANUAL.html#tags-metadata)
 | 
					 | 
				
			||||||
    for limitations)
 | 
					 | 
				
			||||||
  * the convert command has been dropped; instead of:
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        hledger convert FILE.csv
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
      do:
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        hledger -f FILE.csv print
 | 
					 | 
				
			||||||
  * unicode is now handled properly on all supported GHC versions
 | 
					  * unicode is now handled properly on all supported GHC versions
 | 
				
			||||||
  * hledger no longer supports GHC 6.12 (due to use of modern QQ syntax for report templates).
 | 
					  * format conversion is now done on demand, and the convert command has been dropped. So instead of
 | 
				
			||||||
    This release has been tested with GHC 7.0.4, 7.2.2, and 7.4.1.
 | 
					    `hledger convert FILE.csv` just do `hledger -f FILE.csv print` or any other command.
 | 
				
			||||||
 | 
					    You can also pipe any supported format into `hledger -f- CMD` and hledger will try to do the right thing.
 | 
				
			||||||
  * fix build warnings in all GHC versions
 | 
					  * fix build warnings in all GHC versions
 | 
				
			||||||
  * API & haddock cleanups
 | 
					  * API and internal cleanups
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## 2012/3/3 hledger-web 0.17.1
 | 
					## 2012/3/3 hledger-web 0.17.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user