Skip to content

Commit a81fec8

Browse files
committed
fix merge conflicts
2 parents fc6430d + 5342994 commit a81fec8

27 files changed

Lines changed: 540 additions & 290 deletions

.all-contributorsrc

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,51 @@
667667
"contributions": [
668668
"translation"
669669
]
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+
]
706+
},
707+
{
708+
"login": "celtic-coder",
709+
"name": "Liam OBrien",
710+
"avatar_url": "https://avatars.githubusercontent.com/u/11787866?v=4",
711+
"profile": "https://github.com/celtic-coder",
712+
"contributions": [
713+
"ideas"
714+
]
670715
}
671716
],
672717
"contributorsPerLine": 7,

.github/workflows/rust.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,11 @@ jobs:
4343

4444
- name: Install Windows dependencies
4545
if: matrix.os == 'windows' && github.event_name != 'pull_request'
46-
env:
47-
NPCAP_OEM_URL: ${{ secrets.NPCAP_OEM_URL }}
4846
run: |
4947
Invoke-WebRequest -Uri "https://npcap.com/dist/npcap-sdk-1.13.zip" -OutFile "C:/npcap-sdk.zip"
5048
Expand-Archive -LiteralPath C:/npcap-sdk.zip -DestinationPath C:/npcap-sdk
5149
echo "LIB=C:/npcap-sdk/Lib/x64" >> $env:GITHUB_ENV
52-
Invoke-WebRequest -Uri "$env:NPCAP_OEM_URL" -OutFile C:/npcap-oem.exe
50+
Invoke-WebRequest -Uri ${{secrets.NPCAP_OEM_URL}} -OutFile C:/npcap-oem.exe
5351
C:/npcap-oem.exe /S
5452
5553
- name: fmt

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All Sniffnet releases with the relative changes are documented in this file.
44

5+
## [UNRELEASED]
6+
- Added Dutch translation 🇳🇱 ([#854](https://github.com/GyulyVGC/sniffnet/pull/854))
7+
- Updated some of the existing translations to v1.4:
8+
- German ([#833](https://github.com/GyulyVGC/sniffnet/pull/833))
9+
510
## [1.4.0] - 2025-06-27
611
- Import PCAP files ([#795](https://github.com/GyulyVGC/sniffnet/pull/795) — fixes [#283](https://github.com/GyulyVGC/sniffnet/issues/283))
712
- Donut chart reporting overall traffic statistics ([#756](https://github.com/GyulyVGC/sniffnet/pull/756) — fixes [#687](https://github.com/GyulyVGC/sniffnet/issues/687))

CONTRIBUTORS.md

Lines changed: 20 additions & 15 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)