ChangeLogs

0.1.3

  • UX improvements in toolbar – move button is now a handle on the left side, and unpin button is a red close button in upper right corner

  • Loaders for charts should now always show up

  • When summarizing the elements, the Displayed Items list in the sidebar will be updated: item that’s summarized will have “Σ” in front of its selector to distinguish it, and of course event count will be updated accordingly. Elements that are summarized will be moved to a new subcategory in “Skipped items” rollup, called “Summarized or deleted by you”

  • Deleted items will also be moved away from Displayed items list and presented in “Summarized or deleted by you” subcategory of “Skipped” items

  • Fonts in toolbar panel should finally be consistent now

  • Added link to our BuyCoffee.to – if you want to support further development of LogBaker, that’s the way to do it

  • Updated FAQ in Side Panel

0.1.2

  • New visualisation model – Logarithmic. It provides vivid coloring by rating the clickability of items with logarithmic factor.

  • Improved descriptions of models in the dropdown selector – to make it easier to understand them although they are still enigmatic and it’s best you just try them on your data. Probably we will remove the simple model in next release as others are just better

  • Speed improvement in summarization by CSS selectors – the difference is mostly visible in case of pages with lots of items to be drawn in the overlay, but your CPU will be thankful

  • New icons for toolbar from Phosphor Icons

  • Changed the order of buttons on toolbar (sorry, trying to make it better. Feedback is welcome as we’re trying to make it better
  • Styling improvements of toolbar – made it yellow to go along with the sidebar, but mostly for it to be more noticeable

  • Charts! Now, instead of tables with data, interactive charts are displayed in the toolbar panels – kudos to ChartJS!

  • Resize toolbar panel (to make chart bigger if needed)

  • Toolbar draggability – now if you want to set your toolbar aside or even slightly move it, there’s a button for it in the toolbar

  • Handling panels when summarizing – if panel is opened when summarizing, it will be properly refreshed

0.0.9 – 0.1.1

    • Bugfixes in URL filters of data queries

0.0.8

  • Added layer of data cleanup before rendering
  • New option in Rendering options: Ignored Selector Classes – letting you remove classes like “active” or other temporary ones from your clicks data, so it is displayed more accurately and coherently. Without that, presenting number of clicks on the overlay could depend on temporary state of some website element.

0.0.7

  • Bugfix: elements are recalculated properly when adding element to ignored element during exploration
  • Bugfix in handling URL to be queried
  • Removed options of discarding query string and anchor – they are just always discarded

0.0.6

  • Improvement: now all domains of your Piwik PRO website can be used with LogBaker, instead of just the first one
  • Loading spinner has been added to Page stats header section, so you can see when data is being refreshed.

  • Now you can change limit of the Piwik PRO heatmap data rows fetched for the overlay. It used to fetch top 1000 items, and still does by default, but you can change it if your website has more tracked – set in “Rendering options”. Changing limit automatically unlocks “auto-refresh” – you need to fetch new dataset when the limit is changed.

  • No overlay is rendered when there are no elements to visualise. Sometimes heatmaps are tracked just for some URLs of the website, and in that case it’s useful. Also, 0’s will appear on Displayed and Skipped items listings letting you know there were none elements.

  • Now 2 colors are used to create a color scale that will be used throughout rendered elements.

  • You can change the color of the highlight border (used when clicking element on list of displayed elements, to find it on the page).

  • New feature: Summarize element. Symbolised by Greek letter Sigma – ∑ – which stands for sum. By clicking it on an element, all of the children elements of it will be summarised along with it. For now, children of summarized elements cannot be highlighted from “Displayed elements” list.

  • Summarize elements at render by CSS selector – set in “Rendering options”

  • Ignore (remove from render) elements at render by default by CSS selector – set in “Rendering options”

0.0.5

  • Introducing new module – The Explorer. The Explorer is an interactive sidebar displayed next to your website, providing statistics for each page you’re viewing as well as an interactive overlay using Piwik PRO Heatmaps feature data.
  • Explore is now the default tab of the LogBaker, and you will find all Downloads functionality on dedicated tab of the interface.

    You can also initiate the Explorer from context menu (right-click) on any tab of your browser.

  • Check out built-in FAQs available under question mark (“?”) icons in the corner of the sidebar as well as Explore tab to get detailed info about setup and usage.

     

    Changes in Downloads Module:

  • Performance improvement in handling chunked downloads

  • Changes of some names in the UI, e.g: “Connections” -> Your connections

  • Fixed issue that may lead to connection list items not being clickable (that was a dumb one, sorry!)

  • Small fix regarding showing tutorial on empty list of connections

  • Added display of connection types and hostnames in the connections lists to help in identifying the connection you’re looking for

  • Changed some guiding labels in the UI to better put user in context of Download and Explore features

0.0.4

  • Added option to save each downloaded chunk as a separate file. This allows to handle bigger datasets, due to limitations of browser memory usage.

0.0.3

  • Fix for retrieving authentication token before its timeout

0.0.2

  • Fixed an issue with handling query filters – data was downloaded fine, but improper count would be presented in the status preview
  • White border added for connection status “pill” element, so it’s better visible when given connection is selected

0.0.1

  • Initial release