Skip to content

Commit c63e6e3

Browse files
authored
Merge branch 'main' into improve-versionning
2 parents 22c084b + d2dd6fd commit c63e6e3

69 files changed

Lines changed: 1940 additions & 1875 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž.all-contributorsrcβ€Ž

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,51 @@
658658
"contributions": [
659659
"financial"
660660
]
661+
},
662+
{
663+
"login": "aguacero7",
664+
"name": "Aguacero 🌧️",
665+
"avatar_url": "https://avatars.githubusercontent.com/u/72492241?v=4",
666+
"profile": "https://github.com/aguacero7",
667+
"contributions": [
668+
"translation"
669+
]
670+
},
671+
{
672+
"login": "rons4",
673+
"name": "Ron",
674+
"avatar_url": "https://avatars.githubusercontent.com/u/43244104?v=4",
675+
"profile": "https://www.signl4.com",
676+
"contributions": [
677+
"ideas"
678+
]
679+
},
680+
{
681+
"login": "ADS-Fund",
682+
"name": "ADS Fund",
683+
"avatar_url": "https://avatars.githubusercontent.com/u/202042116?v=4",
684+
"profile": "https://ads.fund",
685+
"contributions": [
686+
"financial"
687+
]
688+
},
689+
{
690+
"login": "louis-ym4",
691+
"name": "louis-ym4",
692+
"avatar_url": "https://avatars.githubusercontent.com/u/200361621?v=4",
693+
"profile": "https://github.com/louis-ym4",
694+
"contributions": [
695+
"design"
696+
]
697+
},
698+
{
699+
"login": "vanharen07",
700+
"name": "Ylva",
701+
"avatar_url": "https://avatars.githubusercontent.com/u/91621548?v=4",
702+
"profile": "https://github.com/vanharen07",
703+
"contributions": [
704+
"translation"
705+
]
661706
}
662707
],
663708
"contributorsPerLine": 7,

β€Ž.github/workflows/docker.ymlβ€Ž

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Docker
22

33
on:
4-
push:
5-
tags:
6-
- 'v[0-9]+.[0-9]+.[0-9]+'
4+
# push:
5+
# tags:
6+
# - 'v[0-9]+.[0-9]+.[0-9]+'
77
workflow_dispatch:
88

99
jobs:
@@ -14,12 +14,12 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4
1616

17-
# - name: Extract version from Cargo.toml
18-
# id: cargo-version
19-
# run: |
20-
# VERSION=v$(grep -m1 "^version" Cargo.toml | cut -d'"' -f2)
21-
# echo "VERSION=$VERSION" >> $GITHUB_ENV
22-
# echo "version=$VERSION" >> $GITHUB_OUTPUT
17+
- name: Extract version from Cargo.toml
18+
id: cargo-version
19+
run: |
20+
VERSION=v$(grep -m1 "^version" Cargo.toml | cut -d'"' -f2)
21+
echo "VERSION=$VERSION" >> $GITHUB_ENV
22+
echo "version=$VERSION" >> $GITHUB_OUTPUT
2323
2424
- name: Set up QEMU
2525
uses: docker/setup-qemu-action@v3
@@ -42,4 +42,5 @@ jobs:
4242
push: true
4343
tags: |
4444
ghcr.io/gyulyvgc/sniffnet:latest
45-
ghcr.io/gyulyvgc/sniffnet:${{ github.ref_name }}
45+
ghcr.io/gyulyvgc/sniffnet:${{ env.VERSION }}
46+
# ghcr.io/gyulyvgc/sniffnet:${{ github.ref_name }}

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
All Sniffnet releases with the relative changes are documented in this file.
44

55
## [UNRELEASED]
6+
- Added Dutch translation πŸ‡³πŸ‡± ([#854](https://github.com/GyulyVGC/sniffnet/pull/854))
7+
8+
## [1.4.0] - 2025-06-27
69
- Import PCAP files ([#795](https://github.com/GyulyVGC/sniffnet/pull/795) β€” fixes [#283](https://github.com/GyulyVGC/sniffnet/issues/283))
710
- Donut chart reporting overall traffic statistics ([#756](https://github.com/GyulyVGC/sniffnet/pull/756) β€” fixes [#687](https://github.com/GyulyVGC/sniffnet/issues/687))
11+
- Notifications: more details and other improvements ([#830](https://github.com/GyulyVGC/sniffnet/pull/830) β€” fixes [#637](https://github.com/GyulyVGC/sniffnet/issues/637))
812
- Added support for ARP protocol ([#759](https://github.com/GyulyVGC/sniffnet/pull/759) β€” fixes [#680](https://github.com/GyulyVGC/sniffnet/issues/680))
913
- Identify and tag unassigned/reserved "bogon" IP addresses ([#678](https://github.com/GyulyVGC/sniffnet/pull/678) β€” fixes [#209](https://github.com/GyulyVGC/sniffnet/issues/209))
1014
- Show data agglomerates in _Inspect_ page table ([#684](https://github.com/GyulyVGC/sniffnet/pull/684) β€” fixes [#601](https://github.com/GyulyVGC/sniffnet/issues/601))
@@ -15,14 +19,14 @@ All Sniffnet releases with the relative changes are documented in this file.
1519
- Portuguese ([#690](https://github.com/GyulyVGC/sniffnet/pull/690))
1620
- Ukrainian ([#692](https://github.com/GyulyVGC/sniffnet/pull/692))
1721
- Spanish ([#805](https://github.com/GyulyVGC/sniffnet/pull/805))
22+
- Do not apply new notification thresholds while user is typing them ([#777](https://github.com/GyulyVGC/sniffnet/pull/777) β€” fixes [#658](https://github.com/GyulyVGC/sniffnet/issues/658))
1823
- Show more information when domain name is short ([#720](https://github.com/GyulyVGC/sniffnet/pull/720) β€” fixes [#696](https://github.com/GyulyVGC/sniffnet/issues/696))
1924
- Added new themes _A11y (Night)_ and _A11y (Day)_ based on palettes optimized for Accessibility ([#785](https://github.com/GyulyVGC/sniffnet/pull/785) β€” fixes [#786](https://github.com/GyulyVGC/sniffnet/issues/786))
2025
- Avoid directory traversal when selecting file name for PCAP exports ([#776](https://github.com/GyulyVGC/sniffnet/pull/776) β€” fixes [#767](https://github.com/GyulyVGC/sniffnet/issues/767))
2126
- Add icon to window title bar ([#719](https://github.com/GyulyVGC/sniffnet/pull/719) β€” fixes [#715](https://github.com/GyulyVGC/sniffnet/issues/715))
2227
- Update footer buttons and links ([#755](https://github.com/GyulyVGC/sniffnet/pull/755) β€” fixes [#553](https://github.com/GyulyVGC/sniffnet/issues/553))
2328
- Handle errors to reduce the number of possible crash occurrences ([#784](https://github.com/GyulyVGC/sniffnet/pull/784))
2429
- Use asynchronous channels to update app state from backend ([#806](https://github.com/GyulyVGC/sniffnet/pull/806))
25-
- Do not apply new notification thresholds while user is typing them ([#777](https://github.com/GyulyVGC/sniffnet/pull/777) β€” fixes [#658](https://github.com/GyulyVGC/sniffnet/issues/658))
2630
- Fix _crates.io_ package for Windows ([#718](https://github.com/GyulyVGC/sniffnet/pull/718) β€” fixes [#681](https://github.com/GyulyVGC/sniffnet/issues/681))
2731
- Fix crash when inserting characters longer than one byte in the text input for byte threshold notification setting ([#747](https://github.com/GyulyVGC/sniffnet/pull/747) β€” fixes [#744](https://github.com/GyulyVGC/sniffnet/issues/744))
2832
- Remove pre-uninstall script on Linux (fixes [#644](https://github.com/GyulyVGC/sniffnet/issues/644))

0 commit comments

Comments
Β (0)