Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
7396e35
Bump actions/checkout from 6 to 7
dependabot[bot] Jul 1, 2026
2cb4738
Update nuitka requirement from <=4.1.2 to <=4.1.3
dependabot[bot] Jul 1, 2026
50e07ea
Bump bootstrap-vue-next from 0.45.4 to 0.45.7 in /freedata_gui
dependabot[bot] Jul 1, 2026
cadc203
Bump dompurify from 3.4.0 to 3.4.11 in /freedata_gui
dependabot[bot] Jul 1, 2026
2e04c96
Bump vue from 3.5.22 to 3.5.39 in /freedata_gui
dependabot[bot] Jul 1, 2026
589b4f5
Bump globals from 17.6.0 to 17.7.0 in /freedata_gui
dependabot[bot] Jul 1, 2026
8def0df
fix: send_arq_raw busy check compared a threading.Event, not the ARQ …
spinkham Jul 12, 2026
f49e507
fix: send_arq_raw referenced a command class that doesn't exist
spinkham Jul 12, 2026
f19c775
fix: emit arq-session-finished on IRS success again (lost April 2024)
spinkham Jul 12, 2026
7e33527
old broadcasts expire
Jul 23, 2026
08ecd45
adjusted readme
Jul 23, 2026
93e0159
Merge pull request #1110 from spinkham/fix/irs-success-event
DJ2LS Jul 23, 2026
c24760e
Merge pull request #1109 from spinkham/fix/send-arq-raw
DJ2LS Jul 23, 2026
31fee1a
Merge pull request #1102 from DJ2LS/dependabot/pip/develop/nuitka-lte…
DJ2LS Jul 23, 2026
d34d19c
Merge pull request #1103 from DJ2LS/dependabot/npm_and_yarn/freedata_…
DJ2LS Jul 23, 2026
893ae96
Merge pull request #1104 from DJ2LS/dependabot/npm_and_yarn/freedata_…
DJ2LS Jul 23, 2026
b662787
Merge pull request #1105 from DJ2LS/dependabot/npm_and_yarn/freedata_…
DJ2LS Jul 23, 2026
097db80
Merge pull request #1106 from DJ2LS/dependabot/npm_and_yarn/freedata_…
DJ2LS Jul 23, 2026
a2ff1b7
Merge branch 'develop' into dependabot/github_actions/develop/actions…
DJ2LS Jul 23, 2026
27383c7
linting
Jul 23, 2026
580cbe4
Merge pull request #1101 from DJ2LS/dependabot/github_actions/develop…
DJ2LS Jul 23, 2026
838943c
dependency update
Jul 23, 2026
6386d68
Merge remote-tracking branch 'origin/develop' into develop
Jul 23, 2026
5ccbcfd
Merge branch 'main' into develop
DJ2LS Jul 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_appimage_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up Python 3.13
uses: actions/setup-python@v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Build image and upload artifact
steps:
- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
contents: read
steps:
- name: Checkout Repo
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up QEMU
uses: docker/setup-qemu-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nsis_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up Python 3.13
uses: actions/setup-python@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout code for ${{ matrix.platform.name }}
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: DJ2LS/FreeDATA

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.head_ref }}

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/gui_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ jobs:
include:
#- node-version: "16" # EOL
#- node-version: "18" # EOL
- node-version: "20"
#- node-version: "20" # EOL (2026-04-30), also incompatible with @babel/core 8 (requires ^22.18.0 || >=24.11.0)
- node-version: "22"
- node-version: "24"
- node-version: "26"

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/modem_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- python-version: "3.13"

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pip_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Set up Python 3.13
uses: actions/setup-python@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Install Python
uses: actions/setup-python@v6
with:
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# FreeDATA

> [!NOTE]
> Development has slowed due to limited maintainer time.

> [!WARNING]
> Latest release accumulated many changes towards the 0.18.x release, including a new broadcast feature for group chats. If you run into issues, please fall back to the more stable release, [v0.17.8](https://github.com/DJ2LS/FreeDATA/releases/tag/v0.17.8).

> FreeDATA is a versatile, **open-source platform designed specifically for HF communications**, leveraging **codec2** data modes for robust global digital communication. It features a network-based server-client architecture, a REST API, multi-platform compatibility, and a messaging system.

> Please keep in mind, this project is still **under development** with many issues which need to be solved.
Expand Down
Loading
Loading