mirror of
https://github.com/okhsunrog/vpnhide.git
synced 2026-05-23 03:50:05 +00:00
Replace the bash update-version.sh with a python equivalent that also rotates the changelog (previous top-level → history[0], new empty top-level for the new VERSION) and regenerates update-json/changelog.md from the JSON source of truth. Add changelog-add.py for appending a bilingual entry (EN + RU) to the upcoming version's section. Both scripts are uv inline scripts; shared helpers live in _changelog.py.
44 lines
687 B
Text
44 lines
687 B
Text
# Zygisk (Rust)
|
|
zygisk/target/
|
|
zygisk/.vscode/
|
|
zygisk/.idea/
|
|
|
|
# LSPosed (Kotlin/Gradle)
|
|
lsposed/.gradle/
|
|
lsposed/build/
|
|
lsposed/app/build/
|
|
lsposed/.idea/
|
|
lsposed/*.iml
|
|
lsposed/local.properties
|
|
lsposed/captures/
|
|
lsposed/*.jks
|
|
lsposed/*.keystore
|
|
lsposed/keystore.properties
|
|
lsposed/app/src/main/jniLibs/
|
|
lsposed/native/target/
|
|
|
|
# Portshide (iptables module)
|
|
portshide/vpnhide-ports.zip
|
|
|
|
# Kmod (kernel module)
|
|
kmod/*.o
|
|
kmod/*.mod
|
|
kmod/*.mod.c
|
|
kmod/*.mod.o
|
|
kmod/Module.symvers
|
|
kmod/modules.order
|
|
kmod/.tmp_versions/
|
|
kmod/vpnhide-kmod.zip
|
|
kmod/.*.cmd
|
|
kmod/*.usyms
|
|
kmod/vpnhide_kmod.ko
|
|
kmod/module/vpnhide_kmod.ko
|
|
kmod/.env
|
|
kmod/*.lds
|
|
|
|
# General
|
|
*.swp
|
|
*.log
|
|
/tmp/
|
|
/*.zip
|
|
scripts/__pycache__/
|