Skip to content

Version 4.2.16

Compare
Choose a tag to compare
@strohne strohne released this 29 Mar 00:27
· 360 commits to master since this release

Note: Facepager is under perpetual reconstruction. Keep an eye on the status log. If you encounter any bugs or black cats, update to the latest version and report in the issues section.

Latest changes:

  • Find nodes function
  • Progress indicator when adding large amounts of nodes
  • Fixed missing icons
  • Open db files with command line (Windows: right click the file, open with Facepager)
  • Faster delete (not that fast, though)
  • Extract data for multiple nodes
  • Parse Twitter dates using a new "shortdate"-modifier, e.g. in the column setup add created_at|shortdate. This converts dates such as "Tue Mar 29 08:11:25 +0000 2011" to ISO 8601 dates such as "2011-03-29T08:11:25+00:00"
  • Parse JavaScript with the js-modifier. This is useful for extracting data from JavaScript that is embedded in HTML. First extract the script tags, then pipe the content into to js-modifier and select the property you want to extract. For example, in the Generic module use the Extract data-function with the following key: text|xpath://script/text()|js:fancydata
  • Fetch data for multiple nodes in Twitter Streaming module (by increasing the threads)
  • Support multiple identical parameter names
  • Categories in the preset window are now ordered alphabetically, filenames are changed when a preset is renamed
  • Minor improvements