The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.1.5_4 (2015-08-04)

    API / Behaviour Changes:
        - Different column order for bif-list-actions
        - Split bif-show-version out of bif-show
        - Moved bif-list-actions back into bif-log
        - bif-log: re-order columns for --short (date/time is now first)

    New Features:
        - bif-list-tables
        - bif-show-timesheet
        - bif-work
        - bif-wlog

    Enhancements:
        - Record bif-init and bif-upgrade as changes
        - Recognize WITH statements as returning data in bif-sql.
        - Properly (re-)implemented the bif-upgrade command, making bif
          very nearly suitable for storing real data in.
        - SQLite filename and share directory are now versioned
        - bif-new-repo: include DBVERSION in output
        - bif-upgrade: new --force option
        - Use bif-command-name in all documentation
        - Local projects now have "local/" prefix automatically
        - Include Bif::OK::TYPE result in debug output
        - bif-log: Add --format and --order options
        - bif-list-topics: Allow multiple --status calls
        - Hubs are now derived from projects
        - Use INTEGER PRIMARY KEY everywhere instead of INT PRIMARY KEY
        - Store email/name separately from identity_id

    Bug Fixes:
        - Dependency fixes (Proc::FastSpawn, DBIx::ThinSQL) broken in
          the rather rashly released 0.1.4.
        - Fixed the most obvious YAML errors. With the exception of
          bif-drop-issue, a bif-check should work just about everywhere
          now.
        - Raise an error if database doesn't exist
        - Fix broken version string in App::bif::Build and bif-work
        - Use a platform independent newline separator for network
          messages.

    Dependencies:
        - Depend on Log::Any::Adapter >= 1.02
        - Depend on Path::Tiny >= 0.038
        - Depend on Clone
        - Depend on Test::MockTime

0.1.4 (2014-10-27)

    API / Behaviour Changes:
        - Renamed bif-log-repo to bif-list-actions
        - Local hubs are now postfixed with .bif.

    New Features:
        - New bif-drop-hub command

    Enhancements:
        - Make bif-init error much quicker when repository already
          exists
        - Re-worked Bif::Sync|Client|Server as normal single
          inheritance model under Bif::Sync.
        - Removal of Role::Basic and POSIX as dependencies
        - Start of Win32 support.
        - Small documentation updates.
        - New App::bif::Editor to replace Proc::InvokeEditor
        - bif-log is now consistent with other bif-log-* commands
        - Record & display duplicate changes received
        - Most tests now conclude with a bif-check

    Bug Fixes:
        - Fix a timing issue in bif-list-actions

0.1.2 (2014-10-08)

    Initial Release.