• v0.1.3 44f2f02124

    v0.1.3
    All checks were successful
    CI / lint (push) Successful in 1m18s
    CI / test (push) Successful in 1m36s
    Release / release (push) Successful in 6m6s
    Stable

    anthonymills released this 2026-09-14 10:26:10 +10:00 | 0 commits to master since this release

    [v0.1.3] - 2026-09-14

    Features

    • Add air temperature and current level display to the dive information panel

    • Air temperature is parsed from Subsurface XML (<divetemperature air> and <temperature air>) and shown below water temperature

    • Current level is parsed from the <dive current> attribute, inverted to a 1-5 scale, and displayed as descriptive text (Almost none / Subtle / Mild / Forceful / Ripping)

    • Water temperature strip label on the dive profile chart changed from "Temp" to "Water Temperature"

    • Updated the graph strips related to a dive so they share the same vertical height.

    Downloads
  • v0.1.2 d89ef70003

    v0.1.2
    All checks were successful
    CI / lint (push) Successful in 1m35s
    CI / test (push) Successful in 4m38s
    Release / release (push) Successful in 8m50s
    Stable

    anthonymills released this 2026-09-04 14:52:17 +10:00 | 9 commits to master since this release

    Features

    • Add per-tank gas information and SAC rate graphs with moving-average smoothing

    • Make dive profile charts scrollable on mobile and span the full axis for sparse temperature readings

    Infrastructure

    • Added Forgejo Actions CI workflow

    • Added Forgejo Actions release workflow (builds .deb, .rpm, AppImage, and creates release)

    • Updated CI workflow to match project conventions

    Fixes

    • Renamed crate from dive_log to subsurface_site_generator

    • Updated Cargo.toml metadata (description, license, package metadata for deb/rpm)

    • Fixed release workflow and binary paths to reference subsurface_site_generator

    • Fixed test imports to use new crate name

    • Added wget to AppImage build dependencies

    Downloads