Releases: jincaiw/logcat
Releases · jincaiw/logcat
Release list
logcat v0.2.3
logcat v0.2.3
Highlights
- Refined the notification-channel UI to keep only placeholder hints for HTTP settings.
- Added HTTP notification channel support and aligned the release docs.
- Improved security headers, request-body limits, and login throttling.
- Added in-memory caching for hot read paths, stats TTL caching, and trace cleanup.
- Improved DB indexes and observability for queue drops and trace cache size.
Assets
logcat-0.2.3-linux-amd64.tar.gzlogcat-0.2.3-linux-arm64.tar.gz
Docker
docker run -d --name logcat \
--restart unless-stopped \
-p 8080:8080 \
-p 5140:5140/udp \
-p 5140:5140/tcp \
-v logcat-data:/app/data \
qing1205/logcat:0.2.3Default account
admin / admin123
Change the password after first login, or set LOGCAT_ADMIN_PASSWORD before the first start.
logcat v0.2.0
logcat v0.2.0
Highlights
- Removed DingTalk and WeWork notification channels.
- Supported notification channels are now Feishu, Email, and Syslog forwarding.
- Added public health check endpoints:
/healthzand/api/health. - Added Dockerfile and Docker Compose support.
- Added Linux binary package build script and one-line installer.
- Added GitHub Pages documentation.
- Updated README to English by default with Chinese README link.
- Added demo screenshots.
- Improved production behavior: browser auto-open is disabled by default on Linux and in containers.
- Added environment variables for initial admin username and password.
Assets
logcat-0.2.0-linux-amd64.tar.gzlogcat-0.2.0-linux-arm64.tar.gz
Docker
docker run -d --name logcat \
--restart unless-stopped \
-p 8080:8080 \
-p 5140:5140/udp \
-p 5140:5140/tcp \
-v logcat-data:/app/data \
jincaiw/logcat:0.2.0Default account
admin / admin123
Change the password after first login, or set LOGCAT_ADMIN_PASSWORD before the first start.
v0.1.0
Full Changelog: https://github.com/jincaiw/logcat/commits/v0.1.0