From 421f7e154cc57dbef5060906bf360025c7a3c843 Mon Sep 17 00:00:00 2001 From: AHReccese Date: Sun, 14 Jun 2026 18:37:54 -0400 Subject: [PATCH 1/9] update autopep --- autopep8.bat | 2 +- autopep8.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autopep8.bat b/autopep8.bat index 8389cd9..d628514 100644 --- a/autopep8.bat +++ b/autopep8.bat @@ -1,4 +1,4 @@ -python -m autopep8 TODO --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose --ignore=E721 +python -m autopep8 dnx --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose --ignore=E721 python -m autopep8 otherfiles --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose --ignore=E721 python -m autopep8 tests --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose --ignore=E721 python -m autopep8 setup.py --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose diff --git a/autopep8.sh b/autopep8.sh index d86c788..2709a77 100644 --- a/autopep8.sh +++ b/autopep8.sh @@ -1,5 +1,5 @@ #!/bin/sh -python -m autopep8 TODO --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose --ignore=E721 +python -m autopep8 dnx --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose --ignore=E721 python -m autopep8 otherfiles --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose --ignore=E721 python -m autopep8 tests --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose --ignore=E721 python -m autopep8 setup.py --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose From aa814aa5f9a543bdd301d06032dbb946948bfdf2 Mon Sep 17 00:00:00 2001 From: AHReccese Date: Sun, 14 Jun 2026 18:38:19 -0400 Subject: [PATCH 2/9] update links & badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6797e69..10f027a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

DNX: Minimal cross-platform DNS changer

- Codecov + Codecov PyPI version built with Python3 GitHub repo size @@ -53,7 +53,7 @@ - +
Code Quality CodeFactor
From 0ce58c1c4d17b638b581d23318184bbaa22aae4c Mon Sep 17 00:00:00 2001 From: AHReccese Date: Sun, 14 Jun 2026 18:38:29 -0400 Subject: [PATCH 3/9] update email --- .github/CODE_OF_CONDUCT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index 86cb462..63ab463 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -58,7 +58,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -TODO@openscilab.com. +dnx@openscilab.com. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the From 1405428e2d2601007bf7127db49189dd64c462aa Mon Sep 17 00:00:00 2001 From: AHReccese Date: Sun, 14 Jun 2026 18:38:39 -0400 Subject: [PATCH 4/9] update assignee --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5952903..8e43303 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,4 @@ updates: open-pull-requests-limit: 10 target-branch: dev assignees: - - "TODO" + - "AHReccese" From 8914c57a08738da9f77c69ed840c6909174b505d Mon Sep 17 00:00:00 2001 From: AHReccese Date: Sun, 14 Jun 2026 18:39:08 -0400 Subject: [PATCH 5/9] align python versions --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9de1145..caaf4d5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -75,7 +75,6 @@ body: - Python 3.9 - Python 3.8 - Python 3.7 - - Python 3.6 default: 1 validations: required: true From fe97c59c601dffa381cb954d30b1d7c19cab6f83 Mon Sep 17 00:00:00 2001 From: AHReccese Date: Sun, 14 Jun 2026 18:39:22 -0400 Subject: [PATCH 6/9] update TODO placeholder --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3f0d75b..fe5f37a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,7 @@ blank_issues_enabled: false contact_links: - name: Discord url: https://discord.gg/TODO - about: Ask questions and discuss with other TODO community members + about: Ask questions and discuss with other DNX community members - name: Website url: https://openscilab.com/ about: Check out our website for more information From 44793126d65651261ca8782d533653eaea0537d0 Mon Sep 17 00:00:00 2001 From: AHReccese Date: Sun, 14 Jun 2026 18:39:42 -0400 Subject: [PATCH 7/9] update versions for actions --- .github/workflows/publish_pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index 2a3bd29..14f9b8b 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -15,9 +15,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v5 with: python-version: '3.x' - name: Install dependencies From b1dccd0a975c7e5224da232e42d33b4d7e755cdd Mon Sep 17 00:00:00 2001 From: AHReccese Date: Sun, 14 Jun 2026 18:40:04 -0400 Subject: [PATCH 8/9] update placeholders --- otherfiles/RELEASE.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/otherfiles/RELEASE.md b/otherfiles/RELEASE.md index 04c01db..99fb7d0 100644 --- a/otherfiles/RELEASE.md +++ b/otherfiles/RELEASE.md @@ -1,6 +1,6 @@ -# TODO Release Instructions +# DNX Release Instructions -**Last Update: 2025-04-17** +**Last Update: 2026-06-14** 1. Create the `release` branch under `dev` 2. Update all version tags @@ -8,13 +8,13 @@ 2. `README.md` 3. `otherfiles/version_check.py` 4. `otherfiles/meta.yaml` - 5. `TODO/params.py` + 5. `dnx/params.py` 3. Update `CHANGELOG.md` 1. Add a new header under `Unreleased` section (Example: `## [0.1] - 2022-08-17`) - 2. Add a new compare link to the end of the file (Example: `[0.2]: https://github.com/openscilab/TODO/compare/v0.1...v0.2`) - 3. Update `dev` compare link (Example: `[Unreleased]: https://github.com/openscilab/TODO/compare/v0.2...dev`) + 2. Add a new compare link to the end of the file (Example: `[0.2]: https://github.com/openscilab/dnx/compare/v0.1...v0.2`) + 3. Update `dev` compare link (Example: `[Unreleased]: https://github.com/openscilab/dnx/compare/v0.2...dev`) 4. Update `.github/ISSUE_TEMPLATE/bug_report.yml` - 1. Add new version tag to `TODO version` dropbox options + 1. Add new version tag to `DNX version` dropbox options 5. Create a PR from `release` to `dev` 1. Title: `Version x.x` (Example: `Version 0.1`) 2. Tag all related issues From ec2f7e9fc7d9e506322480610a67f2b9a564c5ae Mon Sep 17 00:00:00 2001 From: Sadra Sabouri Date: Mon, 15 Jun 2026 22:55:10 -0700 Subject: [PATCH 9/9] add : discord link added. --- .github/ISSUE_TEMPLATE/config.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index fe5f37a..78e9c11 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - name: Discord - url: https://discord.gg/TODO + url: https://discord.gg/K23nyjtNaU about: Ask questions and discuss with other DNX community members - name: Website url: https://openscilab.com/ diff --git a/README.md b/README.md index 10f027a..ef74a37 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ PyPI version built with Python3 GitHub repo size - Discord Channel + Discord Channel
@@ -225,7 +225,7 @@ Just fill an issue and describe it. We'll check it ASAP! You can also email [dnx You can also join our discord server - + Discord Channel