Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c636331cfc | |||
| 56ee8cd074 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:49f0ee49e3c4a95f5f75f6806b0406746fcbf2f9ad971cae23e2ea95d3ec7837
|
|
||||||
size 821878
|
|
||||||
3
goaccess-1.9.4.tar.gz
Normal file
3
goaccess-1.9.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:107d5a3cb186e6e7a8ac684a88d21a17884f128cb0bc4a4a53696145bb39373d
|
||||||
|
size 856461
|
||||||
@@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 2 13:47:15 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.9.4:
|
||||||
|
* Added an azimuthal (globe) projection to the HTML report for geolocation,
|
||||||
|
providing a less distorted view of the global map.
|
||||||
|
* Added 'apple-touch-icon' for improved iPhone home screen support,
|
||||||
|
enabling quick access to reports directly from the home screen.
|
||||||
|
* Added 'aria-*' attributes to HTML report for better accessibility,
|
||||||
|
ensuring that the report is more inclusive for screen readers and other assistive technologies.
|
||||||
|
* Added 'theme-color' '<meta>' tag to the HTML report for better integration
|
||||||
|
with mobile devices, allowing the browser's address bar to match the report's theme color.
|
||||||
|
* Added additional validation checks to ensure the existence of file
|
||||||
|
paths provided in CLI options, preventing errors.
|
||||||
|
* Added WebSocket authentication to support both local-generated JSON
|
||||||
|
Web Tokens (JWT) and external verification methods. This enhancement
|
||||||
|
enables easy integration with external authentication systems while
|
||||||
|
ensuring CSRF protection for token refresh requests.
|
||||||
|
* Changed WebSocket server to avoid swapping bytes on big-endian platforms,
|
||||||
|
fixing compatibility issues on AIX systems.
|
||||||
|
* Fixed the issue where zooming/panning the map would unexpectedly skip or
|
||||||
|
jump back, providing a smoother user experience.
|
||||||
|
* Fixed the issue where the same mime types were displayed as duplicates due
|
||||||
|
to different casing by normalizing mime types before adding them to the
|
||||||
|
storage, ensuring consistent reporting.
|
||||||
|
* Replaced div elements with more semantic HTML elements like <section>, <header>,
|
||||||
|
and <article>, improving the structure and accessibility of the report.
|
||||||
|
* Updated the list of supported browsers and operating systems to ensure more
|
||||||
|
accurate tracking and reporting.
|
||||||
|
* Updated the method of parsing the browser list for bots/crawlers, enabling the
|
||||||
|
capture of previously difficult-to-parse bots, allowing for more precise targeting and better analytics.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 3 06:15:14 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
Mon Jun 3 06:15:14 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package goaccess
|
# spec file for package goaccess
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2013 Pascal Bleser <pascal.bleser@opensuse.org>
|
# Copyright (c) 2013 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
%global goaccess_services goaccess@.service goaccess@.timer
|
%global goaccess_services goaccess@.service goaccess@.timer
|
||||||
|
|
||||||
Name: goaccess
|
Name: goaccess
|
||||||
Version: 1.9.3
|
Version: 1.9.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Apache Web Log Analyzer
|
Summary: Apache Web Log Analyzer
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
|||||||
Reference in New Issue
Block a user