Skip to content

Releases: jblanked/WebCrawler-FlipperZero

Web Crawler - v1.0.1

16 Jan 15:15
Compare
Choose a tag to compare
  • Updated the settings so they save as intended.
  • Added additional error handling.
  • Fixed a bug in the text input that prevented users from typing.

Web Crawler - v1.0 (quick fix)

14 Jan 04:14
Compare
Choose a tag to compare
v1.0.0.1

ensure web_crawler folder is created

Web Crawler - v1.0

12 Jan 20:36
Compare
Choose a tag to compare
  • Updated the HTTP Method toggle to work as intended.
  • Updated FlipperHTTP to the latest version.
  • Improved memory allocation
  • Fixed loading display messages.
  • Added a BROWSE method, which fetches HTML data from the specified path, parses the HTML, then displays the data as a "webpage".

Web Crawler - v0.8

25 Nov 00:33
Compare
Choose a tag to compare

Updates from Derek Jamison:

  • Improved progress display.
  • Added connectivity check on startup.

Web Crawler - v0.7.3

12 Nov 02:25
c6a2b0a
Compare
Choose a tag to compare
Update README.md

Web Crawler - v0.7.2

10 Nov 02:52
Compare
Choose a tag to compare
Fix Typos and Update File Save Location

Web Crawler - v0.7.1

08 Nov 14:22
Compare
Choose a tag to compare

App restructured

Web Crawler - v0.7

06 Nov 01:21
Compare
Choose a tag to compare
  • Improved memory allocation

Web Crawler - v0.6

23 Oct 12:56
Compare
Choose a tag to compare
  • Added a DOWNLOAD method, which downloads the file at the specified path. This is best used for downloading images, binary files, and other non-text files.
  • Increased buffer size to handle larger responses.
  • Fixed the variable item lists to display as intended.

Web Crawler v0.5

16 Oct 15:38
Compare
Choose a tag to compare
  • Refactored using the easy flipper library
  • New python library for the FlipperHTTP flash
  • Removed unnecessary GPIO initialization
  • Removed unnecessary logging