The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for BusyBird

0.04    2014-07-28
        [BUG FIX]
        - Timelines whose name contains "/" could be created and installed, but were not accessible
          via HTTP. Now those timelines can be created, but cannot be installed in Main object.
          (gh #3)
        [ENHANCEMENT]
        - Add create_timeline() method to BusyBird::Main.
        [PACKAGING]
        - BusyBird::DateTime::Format now has a separate distribution. This makes it easier
          to develop and release input/filter modules that use the Format module.

0.03    2014-07-24
        [UI CHANGE]
        - Use Web Notifications to notify new statuses.
          To disable this feature, set "timeline_web_notifications" config parameter to "off"
          (or anything other than "simple"). (gh #2 thanks to Keisuke Minami)
        - Add favicon.
        - Remove horizontal paddings around statuses in small screens. (gh #1)
        [DOCUMENTATION]
        - Minor fixes.

0.02    2014-06-18
        [BUG FIX]
        - Fix test (t/StatusStorage_SQLite.t) so BSD systems can pass it.
        - Drop dependency on CPS::Functional from cpanfile.
        [UI CHANGE]
        - All controls in timeline navbar should now fit in 320px width screen.
        - Now it doesn't set the status permalink to Twitter if the status's ID is not an integer.
        [DOCUMENTATION]
        - Add "QUICK START" section.
        - Install BusyBird under user's home directory.

0.01    2014-06-15
        First version, released on an unsuspecting world.