Skip to content

Tags: tcelfer-me/tcelfer

Tags

v1.1.2

Toggle v1.1.2's commit message

Verified

This tag was signed with the committer’s verified signature.
agargiulo Anthony Gargiulo
v1.1.2

Properly version bump

v1.1.1

Toggle v1.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
agargiulo Anthony Gargiulo
v1.1.1

Update deps, disable dependabot, fix rubocop issue

v1.1.0

Toggle v1.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
agargiulo Anthony Gargiulo
v1.1.0

See changelog

v1.0.6

Toggle v1.0.6's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
v1.0.6

- Added
  - Allow publishing to beta GitHub Registry
- Changed
  - Updated Ruby teeny versions

v1.0.5

Toggle v1.0.5's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
v1.0.5

- errant Dockerfile was being included, no more.

v1.0.4

Toggle v1.0.4's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
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

Toggle v1.0.3's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
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

Toggle v1.0.2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
v1.0.2

Added
- Some action screenshots
Fixed
- Correctly handle the --verbose flag now

v1.0.1

Toggle v1.0.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
v1.0.1

- Flags for debug and specifying dates for `tcelfer day` collided

v1.0.0

Toggle v1.0.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
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