Skip to content

Latest commit

 

History

History
187 lines (110 loc) · 2.67 KB

CHANGELOG-v0.md

File metadata and controls

187 lines (110 loc) · 2.67 KB

Release Notes for Wallet v0.x

v0.21.0 [unreleased]

  • MIT License
  • Remove Travis CI support.

v0.20.1

  • Do not update gem system. Use already installed bundler version.

v0.20.0

  • HTML restructured.

v0.19.3

  • Do not show 0.0, but numbers < 0.0.

v0.19.2

  • Use correct gem name.

v0.19.1

  • (Required Ruby version: 2.3)
  • Add Liquid as runtime dependency instead for development.

v0.19.0

  • Use HTML Template files.
  • Use Gnuplot Template files.
  • Added --message alias for --title.

v0.18.0

  • Moved Make targets to Bash scripts.
  • Vagrant support.

v0.17.1

  • Sort month files.

v0.17.0

  • Sort years and months.

v0.16.0

  • Clean Command implemented.
  • Title Variables implemented.
  • Generate future entities in HTML output

v0.15.0

  • Use SimpleCov PHPUnit Formatter v1.0.0.
  • Use Pathname instead of String paths.
  • Logger added.
  • Generate HTML by start-, end-date and categories.

v0.14.0

  • Entry ID Index added.
  • UnitTests

v0.13.0

  • Use SimpleCov PHPUnit Formatter 0.2.
  • Correct force and ID behavior.

v0.12.1

  • Ruby >= 2.1 required.

v0.12.0

  • Entry date take Fixnum.
  • Convert 'days' Array to Hash.
  • Logger added.
  • Test coverage added.
  • CSV interactive mode removed.

v0.11.1

  • Bugfix: use ostruct.

v0.11.0

  • ID added for Entry class. #4
  • Unique Entries added. #4

v0.10.2

  • Bugfix: Take default values from command-line arguments.

v0.10.1

  • Bugfix: first replace string, then eval().
  • Tests for Add Command.

v0.10.0

v0.9.2

  • Bugfix: show correct balance.

v0.9.1

  • Bugfix: require tempfile module.

v0.9.0

  • CLI v2

v0.8.2

  • Dependency fixes.

v0.8.0

v0.7.1

  • Ruby dependency versions fix.

v0.7.0

  • Generate HTML files only if source files changed.
  • Sort list.
  • List command: dynamic category and comment column.

v0.6.2

  • A 'Not'-bugfix.

v0.6.1

  • Create .gitignore in tmp dir.
  • Check count of years_total.

v0.6.0

  • Required Ruby Version: 2.2.0
  • Use GNUPlot.

v0.5.1

  • Gem config bugfix.

v0.5.0

  • Month # added.
  • Generate Graphs with Rubyvis.

v0.4.0

  • HTML export fix.
  • SIGINT added.
  • VI/editor mode added.

v0.3.0

  • Take only 5 years in HTML export graph.
  • Commands and Options renewed.
  • CSV Export added.
  • Transaction added.

v0.2.0

  • Comment added.
  • Total values bugfix in HTML export.
  • Copy JavaScript frameworks to local wallet HTML directory.

v0.1.1

  • Category to string fix.

v0.1.0

  • Terminal basic functions.
  • Wallet base functions.
  • Entry base functions.
  • Initial commit.