Skip to content

Commit 4f35f3b

Browse files
Updates version number
Signed-off-by: Cole Gentry <peapod2007@gmail.com>
1 parent 124ef52 commit 4f35f3b

6 files changed

Lines changed: 21 additions & 21 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ultralog"
3-
version = "1.5.0"
3+
version = "1.5.1"
44
edition = "2021"
55
description = "A high-performance ECU log viewer written in Rust"
66
authors = ["Cole Gentry"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A high-performance, cross-platform ECU log viewer written in Rust.
66

77
![CI](https://github.com/SomethingNew71/UltraLog/actions/workflows/ci.yml/badge.svg)
88
![License](https://img.shields.io/badge/license-AGPL--3.0-blue.svg)
9-
![Version](https://img.shields.io/badge/version-1.5.0-green.svg)
9+
![Version](https://img.shields.io/badge/version-1.5.1-green.svg)
1010

1111
---
1212

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@
711711
<strong>Free and open source</strong> — no subscriptions, no licenses, just download and go.
712712
</p>
713713
<div class="hero-badges">
714-
<span class="version-badge">v1.5.0</span>
714+
<span class="version-badge">v1.5.1</span>
715715
<a href="https://github.com/SomethingNew71/UltraLog" class="opensource-badge" target="_blank">
716716
<i class="fa-brands fa-github"></i> Open Source
717717
</a>

wiki/Home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ UltraLog is a high-performance, cross-platform desktop application for viewing a
5353

5454
## Version Information
5555

56-
- **Current Version:** 1.5.0
56+
- **Current Version:** 1.5.1
5757
- **License:** AGPL-3.0
5858
- **Author:** Cole Gentry
5959

wiki/Privacy.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ UltraLog respects your privacy while collecting minimal, anonymous usage data to
66

77
## Overview
88

9-
Starting with version 1.5.0, UltraLog includes optional anonymous analytics powered by [PostHog](https://posthog.com/). This data helps the development team understand how the application is used and prioritize new features.
9+
Starting with version 1.5.1, UltraLog includes optional anonymous analytics powered by [PostHog](https://posthog.com/). This data helps the development team understand how the application is used and prioritize new features.
1010

1111
**Key Privacy Principles:**
1212

@@ -22,21 +22,21 @@ Starting with version 1.5.0, UltraLog includes optional anonymous analytics powe
2222

2323
UltraLog collects the following anonymous usage events:
2424

25-
| Event | Data Collected | Purpose |
26-
|-------|----------------|---------|
27-
| `app_started` | App version, platform (Windows/macOS/Linux) | Track active installations |
28-
| `file_loaded` | ECU type (e.g., "Haltech"), file size in KB | Understand which ECU formats are popular |
29-
| `channel_selected` | Number of channels selected | Understand typical usage patterns |
30-
| `chart_exported` | Export format (PNG or PDF) | Track feature usage |
31-
| `tool_switched` | Tool name (Log Viewer or Scatter Plot) | Understand which features are used |
32-
| `playback_started` | Playback speed multiplier | Track playback feature usage |
33-
| `colorblind_mode_toggled` | Enabled/disabled | Track accessibility feature usage |
34-
| `update_checked` | Whether update was available | Track update adoption |
25+
| Event | Data Collected | Purpose |
26+
| ------------------------- | ------------------------------------------- | ---------------------------------------- |
27+
| `app_started` | App version, platform (Windows/macOS/Linux) | Track active installations |
28+
| `file_loaded` | ECU type (e.g., "Haltech"), file size in KB | Understand which ECU formats are popular |
29+
| `channel_selected` | Number of channels selected | Understand typical usage patterns |
30+
| `chart_exported` | Export format (PNG or PDF) | Track feature usage |
31+
| `tool_switched` | Tool name (Log Viewer or Scatter Plot) | Understand which features are used |
32+
| `playback_started` | Playback speed multiplier | Track playback feature usage |
33+
| `colorblind_mode_toggled` | Enabled/disabled | Track accessibility feature usage |
34+
| `update_checked` | Whether update was available | Track update adoption |
3535

3636
### Common Properties
3737

3838
Every event includes:
39-
- **App version** (e.g., "1.5.0")
39+
- **App version** (e.g., "1.5.1")
4040
- **Platform** (windows, macos, or linux)
4141
- **Anonymous session ID** (random UUID, not persistent)
4242

0 commit comments

Comments
 (0)