Tags

Tags give the ability to mark specific points in history as being important
  • v1.1.2

    v1.1.2
    
    Properly version bump
    
  • v1.1.1

    8b14862e · v1.1.1 ·
    v1.1.1
    
    Update deps, disable dependabot, fix rubocop issue
    
  • v1.1.0

    2b1cb071 · v1.1.0 ·
    v1.1.0
    
    See changelog
    
  • v1.0.6

    v1.0.6
    
    - Added
      - Allow publishing to beta GitHub Registry
    - Changed
      - Updated Ruby teeny versions
  • v1.0.5

    a5be9196 · v1.0.5 ·
    v1.0.5
    
    - errant Dockerfile was being included, no more.
  • v1.0.4

    08df2d4d · v1.0.4 ·
    v1.0.4
    
    Changed
    - new subcommands under `tcelfer db` to replace the `bin/db_init` functionality
      - initdb|migrate: run all or some DB migrations (up or down)
      - path: shows the path of the database (could be made into `tcelfer env` instead maybe?
      - new config option, `:migrations_path`, defaults to `<tcelfer_gem_root>/db/migrations`
    - updated Ruby versions for Travis CI
    - updated several gem dependencies
  • v1.0.3

    fa767555 · v1.0.3 ·
    v1.0.3
    
    Added
    - `--yesterday` flag for `tcelfer day`
    - `tcelfer ytd`
      - show all months up through the current one
    - Enable JSON serializer plugin for sequel Day model
  • v1.0.2

    77bc4744 · v1.0.2 ·
    v1.0.2
    
    Added
    - Some action screenshots
    Fixed
    - Correctly handle the --verbose flag now
  • v1.0.1

    v1.0.1
    
    - Flags for debug and specifying dates for `tcelfer day` collided
  • v1.0.0

    d38b6948 · This is version 1.0.0 ·
    v1.0.0
    
    Initial Public Release
    - Record today or any date you choose
    - Stores in a sqlite3 db at a configurable path
    - Reports in monthly increments when there's at least a week of data for that month