-
v0.4.16 Stable
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 GMTTo enable basic HTTP authentication, add the following keys to
~/.log.io/server.json:"basicAuth": { "realm": "abc123xyz", "users": { "msmathers": "secretpassword1" } }realmshould be a custom value that you generate.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.4.15 Stable
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 GMTA 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.4.14 Stable
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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.4.13 Stable
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 GMTAll 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.4.12 Stable
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.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.4.10 Stable
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.ioandlog.io-file-inputto NPM when a new version tag is pushed.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Automatically publish new versions of
-
v0.4.8 Stable
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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.4.7 Stable
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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.4.6 Stable
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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.4.5 Stable
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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Fixes scrollbar rendering issues caused by
mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 00:55:56 +03:00