Skip to content

Commit 52a4cbf

Browse files
committed
Bumps version, updates changelog
1 parent 470a1a3 commit 52a4cbf

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

.github/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Adds new coloumn to query log, showing the upstream DNS server used for the query (#2)
2-
Also updates the query log table to be responsive, so on smaller screens the upstream DNS and client IP won't be visible.
1+
Catch error caused by unknown AdGuard field, last_updated (#5)
2+
Add support for ARMv7 and ARM_64 binaries (#4)

.github/README.md

+22
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,28 @@ Once your finished developing, you can build the project for production with: `c
221221
The binaries for your system will then be available in the `./target/release/` directory of the project.
222222
You can execute this directly, e.g. by running `./target/release/adguardian` (add .exe if on Windows)
223223

224+
### CI / CD
225+
226+
The testing, building, and publishing of the app is done with GitHub Actions.
227+
228+
<details>
229+
<summary>View Current Workflow Status</summary>
230+
231+
- Build Docker image and push to registry
232+
- [![Build Docker Image 🐳](https://github.com/Lissy93/AdGuardian-Term/actions/workflows/build-docker.yml/badge.svg)](https://github.com/Lissy93/AdGuardian-Term/actions/workflows/build-docker.yml)
233+
- Compile binaries and upload artifacts to release
234+
- [![Compile Release 🚀](https://github.com/Lissy93/AdGuardian-Term/actions/workflows/release-binaries.yml/badge.svg)](https://github.com/Lissy93/AdGuardian-Term/actions/workflows/release-binaries.yml)
235+
- Publish compiled app to crates.io
236+
- [![Publish to Crates.io 📦](https://github.com/Lissy93/AdGuardian-Term/actions/workflows/push-cargo.yml/badge.svg)](https://github.com/Lissy93/AdGuardian-Term/actions/workflows/push-cargo.yml)
237+
- Generate documentation from Rustdoc, upload to GH pages
238+
- [![Generate Rust Docs 📝](https://github.com/Lissy93/AdGuardian-Term/actions/workflows/publish-docs.yml/badge.svg)](https://github.com/Lissy93/AdGuardian-Term/actions/workflows/publish-docs.yml)
239+
- Sync repo with downstream codeberg mirror
240+
- [![Mirror to Codeberg 🪞](https://github.com/Lissy93/AdGuardian-Term/actions/workflows/mirror.yml/badge.svg)](https://github.com/Lissy93/AdGuardian-Term/actions/workflows/mirror.yml)
241+
- Insert list of contributors + sponsors into readme
242+
- [![Insert Contributors 👥](https://github.com/Lissy93/AdGuardian-Term/actions/workflows/insert-contributors.yml/badge.svg)](https://github.com/Lissy93/AdGuardian-Term/actions/workflows/insert-contributors.yml)
243+
244+
</details>
245+
224246
---
225247

226248
## Credits

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "adguardian"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
edition = "2021"
55
authors = ["Alicia Sykes"]
66
description = "Terminal-based, real-time traffic monitoring and statistics for your AdGuard Home instance "

0 commit comments

Comments
 (0)