Skip to content

Commit efb32bb

Browse files
authored
Merge branch 'translations' into patch-1
2 parents 75e4153 + 3134aa5 commit efb32bb

22 files changed

Lines changed: 666 additions & 343 deletions

β€Ž.all-contributorsrcβ€Ž

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,69 @@
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+
]
715+
},
716+
{
717+
"login": "SignPath",
718+
"name": "SignPath GmbH",
719+
"avatar_url": "https://avatars.githubusercontent.com/u/34448643?v=4",
720+
"profile": "https://signpath.io",
721+
"contributions": [
722+
"platform"
723+
]
724+
},
725+
{
726+
"login": "islameehassan",
727+
"name": "islameehassan",
728+
"avatar_url": "https://avatars.githubusercontent.com/u/98806155?v=4",
729+
"profile": "https://github.com/islameehassan",
730+
"contributions": [
731+
"code"
732+
]
670733
}
671734
],
672735
"contributorsPerLine": 7,

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

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,29 @@ jobs:
318318
cargo wix --no-build --nocapture --target ${{ matrix.target }}
319319
Move-Item -Path target\wix\sniffnet*.msi -Destination .\artifacts\Sniffnet_Windows_${{ matrix.arch }}.msi
320320
321-
- name: Upload package artifacts
321+
- name: Upload unsigned package artifacts
322+
id: upload-unsigned-artifact
323+
uses: actions/upload-artifact@v4
324+
with:
325+
name: msi-${{ matrix.arch }}
326+
path: artifacts/
327+
if-no-files-found: error
328+
329+
- name: Sign package artifacts
330+
uses: signpath/github-action-submit-signing-request@v1.2
331+
with:
332+
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
333+
organization-id: '3b533e02-73c3-4908-a018-d09a34498a6a'
334+
project-slug: 'sniffnet'
335+
signing-policy-slug: 'release-signing'
336+
github-artifact-id: '${{ steps.upload-unsigned-artifact.outputs.artifact-id }}'
337+
wait-for-completion: true
338+
output-artifact-directory: './artifacts'
339+
340+
- name: Upload signed package artifacts (overwrite unsigned)
322341
uses: actions/upload-artifact@v4
323342
with:
324343
name: msi-${{ matrix.arch }}
325344
path: artifacts/
326345
if-no-files-found: error
346+
overwrite: true

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
- The Windows Installer is now signed with a code signing certificate provided by the [SignPath Foundation](https://signpath.org/) ([#897](https://github.com/GyulyVGC/sniffnet/pull/897) β€” fixes [#894](https://github.com/GyulyVGC/sniffnet/issues/894))
8+
- Updated some of the existing translations to v1.4:
9+
- German ([#833](https://github.com/GyulyVGC/sniffnet/pull/833))
10+
- Uzbek ([#834](https://github.com/GyulyVGC/sniffnet/pull/834))
11+
512
## [1.4.0] - 2025-06-27
613
- Import PCAP files ([#795](https://github.com/GyulyVGC/sniffnet/pull/795) β€” fixes [#283](https://github.com/GyulyVGC/sniffnet/issues/283))
714
- 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 & 11 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
Β (0)