• v0.4.16 ad925e1387

    v0.4.16 Stable

    kerem released this 2020-05-22 17:04:38 +03:00 | 0 commits to master since this release

    📅 Originally published on GitHub: Fri, 22 May 2020 14:11:15 GMT
    🏷️ Git tag created: Fri, 22 May 2020 14:04:38 GMT

    To enable basic HTTP authentication, add the following keys to ~/.log.io/server.json:

    "basicAuth": {
      "realm": "abc123xyz",
      "users": {
        "msmathers": "secretpassword1"
      }
    }
    

    realm should be a custom value that you generate.

    Downloads
  • v0.4.15 21e2a3df2d

    v0.4.15 Stable

    kerem released this 2020-04-24 18:05:46 +03:00 | 5 commits to master since this release

    📅 Originally published on GitHub: Fri, 24 Apr 2020 15:21:43 GMT
    🏷️ Git tag created: Fri, 24 Apr 2020 15:05:46 GMT

    A common log rotation scenario involves moving a watched file to a different path and then creating a new file of the same name. This fix addresses that scenario.

    Downloads
  • v0.4.14 95e25fd1a4

    v0.4.14 Stable

    kerem released this 2020-04-23 22:19:56 +03:00 | 8 commits to master since this release

    📅 Originally published on GitHub: Thu, 23 Apr 2020 19:28:11 GMT
    🏷️ Git tag created: Thu, 23 Apr 2020 19:19:56 GMT

    • Adds chokidar library for file watching
    • Input configuration supports glob patterns for file matching
    • New files are automatically detected, addresses log rotation issues.
    Downloads
  • v0.4.13 32978c9869

    v0.4.13 Stable

    kerem released this 2020-04-02 22:16:37 +03:00 | 14 commits to master since this release

    📅 Originally published on GitHub: Thu, 02 Apr 2020 19:22:06 GMT
    🏷️ Git tag created: Thu, 02 Apr 2020 19:16:37 GMT

    All screen bindings are stored in the URL hash, which gets updated as a user binds & unbinds inputs. Allows users to share their specific binding session by sending their URL to other users.

    Downloads
  • v0.4.12 afbdee8044

    v0.4.12 Stable

    kerem released this 2020-04-02 05:50:31 +03:00 | 17 commits to master since this release

    📅 Originally published on GitHub: Thu, 02 Apr 2020 03:03:43 GMT
    🏷️ Git tag created: Thu, 02 Apr 2020 02:50:31 GMT

    • Adds screen control input to filter messages. Matched text gets highlighted.
    • Avoid array slicing on every render cycle. Move message array slicing to reducer to improve performance.
    Screen Shot 2020-04-01 at 9 43 42 PM
    Downloads
  • v0.4.10 fdfb07331e

    v0.4.10 Stable

    kerem released this 2020-03-10 22:42:45 +03:00 | 23 commits to master since this release

    📅 Originally published on GitHub: Tue, 10 Mar 2020 19:49:20 GMT
    🏷️ Git tag created: Tue, 10 Mar 2020 19:42:45 GMT

    • Automatically publish new versions of log.io and log.io-file-input to NPM when a new version tag is pushed.
    Downloads
  • v0.4.8 9e798a3e68

    v0.4.8 Stable

    kerem released this 2020-02-14 18:04:59 +03:00 | 32 commits to master since this release

    📅 Originally published on GitHub: Fri, 14 Feb 2020 15:07:48 GMT
    🏷️ Git tag created: Fri, 14 Feb 2020 15:04:59 GMT

    • Ignore TCP messages that don't include a termination character, as reported by #220, second attempt
    Downloads
  • v0.4.7 2a0d760c92

    v0.4.7 Stable

    kerem released this 2020-02-07 20:48:40 +03:00 | 34 commits to master since this release

    📅 Originally published on GitHub: Fri, 07 Feb 2020 17:49:50 GMT
    🏷️ Git tag created: Fri, 07 Feb 2020 17:48:40 GMT

    • Ignore TCP messages that don't include a termination character, as reported by #220
    Downloads
  • v0.4.6 91906e4f16

    v0.4.6 Stable

    kerem released this 2020-01-16 18:23:56 +03:00 | 36 commits to master since this release

    📅 Originally published on GitHub: Thu, 16 Jan 2020 15:27:34 GMT
    🏷️ Git tag created: Thu, 16 Jan 2020 15:23:56 GMT

    • Adds error handling around watched files being deleted off the filesystem. Will gracefully recover if the file reappears.
    • Changes screen message text color.
    Downloads
  • v0.4.5 2e91c5f958

    v0.4.5 Stable

    kerem released this 2020-01-15 21:35:40 +03:00 | 39 commits to master since this release

    📅 Originally published on GitHub: Wed, 15 Jan 2020 18:44:26 GMT
    🏷️ Git tag created: Wed, 15 Jan 2020 18:35:40 GMT

    • Fixes scrollbar rendering issues caused by overflow-y: scroll;
    • Updates README shields
    Downloads