Skip to content

Releases: gnh1201/caterpillar

0.1.6

20 Aug 05:47
Compare
Choose a tag to compare

0.1.6 releaed

0.1.5.23p3

25 Jun 10:48
Compare
Choose a tag to compare

0.1.5.23p3 released

  • Add support the method relay_sendmail to console.html

0.1.5.23p2

25 Jun 08:39
Compare
Choose a tag to compare

0.1.5.23p2 released

  • Add the map view with the method relay_get_geolocation result

screenshot

0.1.5.23

25 Jun 07:36
Compare
Choose a tag to compare

0.1.5.23 released

  • Update method relay_get_geolocation (Update assets/php/index.php, console.html)
  • Add method relay_fetch_url (Update assets/php/index.php, console.html)

0.1.5.22

25 Jun 05:59
Compare
Choose a tag to compare

0.1.5.22 released

  • Add support show (e.g., show tables) keyword in the method relay_mysql_query
  • Add some decoration assets to console.html

0.1.5.21p2

24 Jun 12:58
6587e4a
Compare
Choose a tag to compare

0.1.5.21p2 released

  • Added an auto-correction feature for dirty responses (e.g., magic header, advertise logo) in console.html.

0.1.5.21

21 Jun 07:51
Compare
Choose a tag to compare

0.1.5.21 released

  • Call to fatal_handler is delayed compared to the return. ff33dac
  • Add a "Save Output to File" feature to the web console. For example, set filename result.txt 8c02b81

0.1.5.20

21 Jun 05:39
Compare
Choose a tag to compare

0.1.5.20 released

  • Add an fatal exception handler to PHP worker assets/php/index.php
  • Allow Mixed Content(Insecure HTTP on HTTPS): Add Content-Security-Policy: upgrade-insecure-requests meta tag to console.html

0.1.5.19

21 Jun 03:44
Compare
Choose a tag to compare

0.1.5.19 released

  • Add an exception handling to PHP worker assets/php/index.php
  • Add methods to console.html (relay_dns_get_record, relay_mysql_query)
  • Publish console.html (Web Console) to Cloudflare R2 here

0.1.5.18

20 Jun 10:18
a15353e
Compare
Choose a tag to compare

0.1.5.18 released

  • Added a web-based console: console.html. Demo video available
  • Fixed an issue where the schema of some methods was inconsistent compared to others. e.g. get_client_address
  • Add use cases to README.md