Skip to content

Releases: webxdc/debuglog

v0.6.0

02 Aug 14:31
Compare
Choose a tag to compare

Added

  • Architecture documentation in README.md

  • Use our own id counter so we can keep an incrementing id, needed for scroll
    behavior.

  • Actually include a webxdc.js in a script tag to load system webxdc if there
    is no fake.

v0.5.0

19 Jul 10:50
Compare
Choose a tag to compare

Added

  • The application now receives events through the webxdc API. Implemented a
    fake webxdc that can be used to add fake events. The Fake buttons now add
    events instead of replacing them. Added events are batched to avoid repeated
    store manipulation which makes adding events about as fast as before, even
    though updates come in one by one through this protocol.

Changed

  • Clicking/tapping once now results in a selected delta chat event in the
    table.

  • Doubleclick results in opening details for this delta chat event in a modal.
    Long tap on mobile should result in the same behavior, but that has to be
    tested.

  • When you initiate a search, the scroll position is set to 0

  • When you click the 'context' button in the event modal, you go back to the
    event table, unfiltered, scrolled to the event.

  • Show a count of the searched items in the UI.

Fixed

  • Lunr wouldn't properly search if the term was passed in with uppercase
    letters. Now lowercase terms before we search with Lunr.

v0.4.0

15 Jul 15:51
Compare
Choose a tag to compare

Added

  • A "More" button that lets you see more search options plus the fake data
    buttons.

  • The table height now properly fills the rest of the screen.

  • Removed now unused CSS reset dependency; this is now done by tailwind.

  • Close button in details popup.

  • Context button in details popup. This creates a 10 second timestamp range
    around this event so you can see its context.

Changed

  • Lots of layout tweaks

v0.3.0

14 Jul 15:57
Compare
Choose a tag to compare

Added

  • manifest.toml for webxdc

  • icon.jpg for webxdc

Changed

  • Changed styling from eclectic mix of CSS and inline styles to Tailwind.

  • More unified use of color in styling.

v0.2.0

13 Jul 14:06
Compare
Choose a tag to compare

Added

  • You can now copy & paste a DeltaChat desktop log file (View menu -> Developer
    -> Open Current Logfile) into the UI and it will automatically add this. This
    allows you to experiment with more realistic data.

  • There are buttons to create varying amounts of fake data.

  • Search is by wildcard by default.

  • You can click on a row to open information in a modal in case the text
    doesn't fit on your screen.

  • Tweaked column layout; data2 gets more space now as it can contain text.

Removed

  • Event type filter

v0.1.0

12 Jul 14:56
Compare
Choose a tag to compare

Added

  • Filter for date ranges

  • Fulltext search

v0.0.4

12 Jul 10:38
Compare
Choose a tag to compare

Added

  • We have fake data, and we can filter it by event type.