Skip to content

Commit

Permalink
Add CHANGES, bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
volhovm committed Oct 31, 2017
1 parent 795bd6c commit 439af54
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGES.md
@@ -0,0 +1,32 @@
0.1.2
=====

* Add pretty block output.

0.1.1
=====

* Introduce concise report feature.
* Change report hierarchy: separate reports from outputs.
* Fix minor bugs.

0.0.4
=====

* Update universum to 0.5.1.1
* Update log-warper to 1.1.4

0.0.3
=====

* Update universum/log-warper dependencies.

0.0.2
=====

* Add support for log-waprer 0.4.*

0.0.1
=====

* Initial release having timeline report type only.
3 changes: 2 additions & 1 deletion orgstat.cabal
@@ -1,8 +1,9 @@
name: orgstat
version: 0.1.1
version: 0.1.2
synopsis: Statistics visualizer for org-mode
license: GPL-3
license-file: LICENSE
extra-source-files: CHANGES.md
homepage: https://github.com/volhovM/orgstat
author: Mikhail Volkhov <volhovm.cs@gmail.com>, Zhenya Vinogradov <zhenyavinogradov@gmail.com>
maintainer: volhovm.cs@gmail.com
Expand Down
2 changes: 2 additions & 0 deletions orgstatExample.yaml
Expand Up @@ -66,6 +66,8 @@ outputs:
# Just output it somehow. Useful for debugging.
- name: someDebugOutput
type: block
unicode: true
maxLength: 60
report: curWeekTop
# Output folder. Subfolder for report will be auto-generated.
outputDir: /home/username/reps/orgstat/
Expand Down

0 comments on commit 439af54

Please sign in to comment.