Revision history for App-Raku-Log
0.0.35 2022-07-08T14:25:28+02:00
- Add raku-doc description
- Fix rendering of messages from any discord bridge
0.0.34 2022-05-08T16:07:00+02:00
- Fix URL to live site
- Upped dependencies
0.0.33 2022-02-11T18:14:09+01:00
- Upped dependencies
0.0.32 2021-12-21T23:54:59+01:00
- Bump App::IRC::Log dependency to get search highlighting
0.0.30 2021-12-12T13:28:31+01:00
- Upped dependency on IRC::Log::Colabti for fixes
- Activate topic showing on day view
0.0.29 2021-12-02T20:31:18+01:00
- Upped depencies for fixes
- Add support for "oldes first" option when searching
- Properly implement down-scrolling for live and search
- Remove some debug statements in JS
0.0.28 2021-12-01T21:59:04+01:00
- Upped depencies for fixes and better performance
0.0.27 2021-12-01T16:14:17+01:00
- Bump App::IRC::Log for nick aliases search fix
0.0.26 2021-11-24T19:52:10+01:00
- Bump App::IRC::Log for from/to-yyyymmdd fix
- Remove channel pulldown from search except on home page
- Fix channel switch from menu on search page
- Implement infini-scroll on search results
0.0.25 2021-11-22T20:45:00+01:00
- Bump IRC::Log::Colabti to get double logged lines fix
0.0.24 2021-11-22T00:23:28+01:00
- Bump App::IRC::Log to get search fixes
0.0.23 2021-11-18T22:20:28+01:00
- Bump Cro to 0.8.7
- Fix various warnings, thank you Oleksander!
- Bump App::IRC::Log for various fixes
0.0.22 2021-11-18T14:20:30+01:00
- Attempt to fix version snafu
- Upped dependency on App::IRC::Log for fixes
0.0.21 2021-11-18T13:34:31+01:00
- Upped dependencies for better performance and less
memory usage
0.0.20 2021-10-28T22:11:47+02:00
- Fix commit messages to raku.org
- Fix warnings in test-t and commit handling
- Remove .pl and .pm as tlds to prevent confusion
- Some template tweaks
- Streamline htmlize, remove control characters
- Simplify commit message handling
0.0.19 2021-10-26T23:06:43+02:00
- Up dependency
- Fix several template issues caused by Nils
- Control messages can no longer be selected and take whole width
0.0.18 2021-10-26T21:02:10+02:00
- Up dependencies
0.0.17 2021-10-26T14:50:44+02:00
- Argh, uploaded 0.0.16 as 0.0.15
- Remove divider from channel pulldown in search options
- Make upscrolling on live a little smoother by fetching earlier
0.0.16 2021-10-25T23:46:04+02:00
- Up dependency on App::IRC::Log
- Add dependency on IRC::Channel::Log
- Add support for "special-entry"
- Make scroll-up and live handle special messages much better
0.0.15 2021-10-22T20:07:29+02:00
- Up dependency
- Fix issue with consecutive different Discord users
- Introduce "initial" class on messages to mark "initial"
message in a sequence (which should *not* be closer to
preceding messages).
- Some optimizing on plugins
0.0.14 2021-10-22T12:47:23+02:00
- Argh, uploaded 0.0.13 as 0.0.12
0.0.13 2021-10-22T12:44:24+02:00
- Up dependency
- Make module names clickable towards raku.land
- Reorganize messages rendering into a sub
- Fix rendering of self-referencing messages
0.0.12 2021-10-21T13:39:30+02:00
- Make messages from the Discord bridge users more readable
0.0.11 2021-10-21T13:10:07+02:00
- Up dependency of App::IRC::Log
- Make commit messages layout more palatable
- Add support for message plugins for search view
- Fix problem with 2-line commit messages
- Removed 'new' as valid TLD to prevent linkage of Foo.new
0.0.9 2021-10-20T17:33:08+02:00
- Get rid of some more ®'s
- Up dependency to fix scrolldown thinko
0.0.8 2021-10-20T13:12:19+02:00
- Up dependency
- Various template and JS tweaks, ogdenwebb++
- Give each view with messages its own list of plugins
- Activate test-t / commit message merging on scrolldown
0.0.7 2021-10-18T22:08:28+02:00
- Fix /me lines
- Also linkify anything dotted that ends in a valid tld
0.0.6 2021-10-17T15:33:39+02:00
- Added "raku-conf" channel to community
- Make sure descriptions/one-liners loading ignores ".*" files
0.0.5 2021-10-15T19:58:34+02:00
- Up dependency
- Add support for month linking in index and pages
- Make home page functional as intended
- Moved the day navigator HTML into a sub (called 2x)
- Add support for one-liners and channel ordering
- Mark perl6* channels as inactive
0.0.4 2021-10-13T16:37:48+02:00
- Fix version snafu in the start script
0.0.3 2021-10-13T15:34:15+02:00
- Fix default log location
- Fix version/auth marker
0.0.2 2021-10-13T15:19:46+02:00
- Move the start script to bin as 'raku-logs-server'
0.0.1 2021-10-13T15:07:29+02:00
- Initial version, released for debugging new-disp issues