Skip to content
This repository was archived by the owner on Jun 27, 2026. It is now read-only.

Releases: friedemannsommer/email-view-tracker

v0.1.23

Choose a tag to compare

@github-actions github-actions released this 14 Mar 17:46
fbac0fd

Dependency Updates

  • Updated serde from 1.0.218 to 1.0.219
  • Updated once_cell from 1.20.3 to 1.21.1
  • Updated thiserror from 2.0.11 to 2.0.12
  • Updated time from 0.3.37 to 0.3.39
  • Updated actix-web from 4.9.0 to 4.10.2
  • Updated clap from 4.5.30 to 4.5.32
  • Updated uuid from 1.14.0 to 1.16.0
  • Updated sea-orm and sea-orm-migration from 1.1.5 to 1.1.7
  • Updated lightningcss from 1.0.0-alpha.63 to 1.0.0-alpha.64
  • Updated proc-macro2 from 1.0.93 to 1.0.94
  • Updated quote from 1.0.38 to 1.0.40

Docker Changes

  • Updated Alpine base image from 3.21.2 to 3.21.3

PRs

Full Changelog: v0.1.22...v0.1.23

v0.1.22

Choose a tag to compare

@github-actions github-actions released this 22 Feb 04:33
f166cdd

Changes

  • Upgraded Rust edition from 2021 to 2024

Dependency Upgrades

  • thiserror: Upgraded from 2.0.5 to 2.0.6, then to 2.0.9
  • serde: Upgraded from 1.0.215 to 1.0.217
  • fern: Upgraded from 0.7.0 to 0.7.1
  • sea-orm: Upgraded from 1.1.2 to 1.1.3
  • quote: Upgraded from 1.0.37 to 1.0.38

Full Changelog: v0.1.20...v0.1.22

v0.1.20

Choose a tag to compare

@github-actions github-actions released this 08 Dec 02:40
d7ec76b

Changes

  • Dependency Upgrades

    • Updated several dependencies to their latest versions:
      • sea-orm to version 1.1.2
      • serde to version 1.0.215
      • thiserror to version 2.0.5
      • url to version 2.5.4
      • clap to version 4.5.23
      • lightningcss to version 1.0.0-alpha.61
      • proc-macro2 to version 1.0.92
      • time to version 0.3.37
  • Code Refactoring

    • Simplified lifetime annotations in markup template definitions, enhancing code readability.
    • Allowed Clippy lint for needless lifetimes owing to the generator macro requirements.
  • Docker image upgrades

    • Updated base images for Docker:
      • Debian base image updated from 12.7-slim to 12.8-slim.
      • Alpine base image updated from 3.20.3 to 3.21.0.

Full Changelog: v0.1.19...v0.1.20

v0.1.19

Choose a tag to compare

@github-actions github-actions released this 01 Nov 22:29
9402e5f

Changes

  • Dependencies

    • actix-identity from 0.7.0 to 0.8.0
    • fern from 0.6.2 to 0.7.0
    • getrandom from 0.2.12 to 0.2.15
    • log from 0.4.20 to 0.4.22
    • once_cell from 1.19.0 to 1.20.2
    • serde from 1.0.196 to 1.0.214
    • thiserror from 1.0.57 to 1.0.66
    • time from 0.3.34 to 0.3.36
    • url from 2.5.0 to 2.5.2
    • actix-web from 4.5.1 to 4.9.0
    • actix-session from 0.9.0 to 0.10.1
    • clap from 4.5.0 to 4.5.20
    • uuid from 1.7.0 to 1.11.0
    • sea-orm from 0.12.14 to 1.1.0
    • lightningcss from 1.0.0-alpha.53 to 1.0.0-alpha.59
    • proc-macro2 from 1.0.78 to 1.0.89
    • quote from 1.0.35 to 1.0.37
  • Dockerfile

    • Updated base image versions:
      • debian:12.5-slim to debian:12.7-slim
      • alpine:3.19.1 to alpine:3.20.3
  • Code Refactoring

    • Removed unused fields and annotations:
      • Removed name field in Asset struct in src/model/asset.rs and related functions in build.rs
      • Removed number_of_items field in TrackerPagination struct in src/server/model/tracker_paginator.rs and its usage in src/server/route/home.rs
      • Simplified Unix socket path validation in src/model/cli.rs
      • Removed pointer_structural_match lint setting in src/main.rs

Full Changelog: v0.1.18...v0.1.19

v0.1.18

Choose a tag to compare

@github-actions github-actions released this 13 Feb 23:49
aa658cd

Notice

The Docker containers now use ENTRYPOINT instead of CMD to make it easier to pass the required arguments.

Full Changelog: v0.1.17...v0.1.18

v0.1.17

Choose a tag to compare

@github-actions github-actions released this 13 Feb 23:26
3eaa61c

Notice

First successful Docker container build.
If you want to use this program within a containerized environment, you can now pull a prebuilt container from: ghcr.io/friedemannsommer/email-view-tracker.

Full Changelog: v0.1.16...v0.1.17

v0.1.16

v0.1.16 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Feb 23:18
e451839

Notice

Unsuccessful Docker container rebuild.

Full Changelog: v0.1.15...v0.1.16

v0.1.15

Choose a tag to compare

@github-actions github-actions released this 13 Feb 23:14
68ed8fe

Dependency changes

  • actix-identity v0.6.0 => v0.7.0
  • getrandom v0.2.11 => v0.2.12
  • markup v0.13.1 => v0.15.0
  • once_cell v1.18.0 => v1.19.0
  • serde v1.0.192 => v1.0.196
  • thiserror v1.0.50 => v1.0.57
  • time v0.3.30 => v0.3.34
  • url v2.4.1 => v2.5.0
  • actix-web v4.4.0 => v4.5.1
  • actix-session v0.8.0 => v0.9.0
  • clap v4.4.7 => v4.5.0
  • uuid v1.5.0 => v1.7.0
  • sea-orm v0.12.4 => v0.12.14
  • sea-orm-migration v0.12.4 => v0.12.14
  • argon2 v0.5.2 => v0.5.3
  • mini-moka v0.10.2 => v0.10.3
  • lightningcss v1.0.0-alpha.51 => v1.0.0-alpha.53
  • proc-macro2 v1.0.69 => v1.0.78
  • quote v1.0.33 => v1.0.35

PRs

Full Changelog: v0.1.14...v0.1.15

v0.1.14

Choose a tag to compare

@github-actions github-actions released this 09 Nov 23:42
3888e95

Dependency changes

  • Bump actix-identity from 0.5.2 to 0.6.0
  • Bump getrandom from 0.2.10 to 0.2.11
  • Bump clap from 4.3.23 to 4.4.7
  • Bump serde from 1.0.185 to 1.0.192
  • Bump thiserror from 1.0.47 to 1.0.50
  • Bump time from 0.3.27 to 0.3.30
  • Bump url from 2.4.0 to 2.4.1
  • Bump actix-web from 4.3.1 to 4.4.0
  • Bump actix-session from 0.7.2 to 0.8.0
  • Bump uuid from 1.4.1 to 1.5.0
  • Bump sea-orm from 0.12.2 to 0.12.4
  • Bump argon2 from 0.5.1 to 0.5.2
  • Bump lightningcss from 1.0.0-alpha.45 to 1.0.0-alpha.51
  • Bump proc-macro2 from 1.0.66 to 1.0.69
  • Bump sea-orm-migration from 0.12.2 to 0.12.4

Full Changelog: v0.1.13...v0.1.14

v0.1.13

Choose a tag to compare

@github-actions github-actions released this 22 Aug 19:53
f74742e

Notice

Updated rustls-webpki to v0.101.4, which addresses a potential DoS.

Dependency changes

  • serde v1.0.171 => v1.0.185
  • time v0.3.26 => v0.3.27

PRs

Full Changelog: v0.1.12...v0.1.13