Releases: webxdc/debuglog
v0.6.0
v0.5.0
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
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
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
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
Added
-
Filter for date ranges
-
Fulltext search
v0.0.4
Added
- We have fake data, and we can filter it by event type.