Skip to content

Commit

Permalink
Bumps version, updates changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed May 30, 2023
1 parent 470a1a3 commit 52a4cbf
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Adds new coloumn to query log, showing the upstream DNS server used for the query (#2)
Also updates the query log table to be responsive, so on smaller screens the upstream DNS and client IP won't be visible.
Catch error caused by unknown AdGuard field, last_updated (#5)
Add support for ARMv7 and ARM_64 binaries (#4)
22 changes: 22 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,28 @@ Once your finished developing, you can build the project for production with: `c
The binaries for your system will then be available in the `./target/release/` directory of the project.
You can execute this directly, e.g. by running `./target/release/adguardian` (add .exe if on Windows)

### CI / CD

The testing, building, and publishing of the app is done with GitHub Actions.

<details>
<summary>View Current Workflow Status</summary>

- Build Docker image and push to registry
- [![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)
- Compile binaries and upload artifacts to release
- [![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)
- Publish compiled app to crates.io
- [![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)
- Generate documentation from Rustdoc, upload to GH pages
- [![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)
- Sync repo with downstream codeberg mirror
- [![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)
- Insert list of contributors + sponsors into readme
- [![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)

</details>

---

## Credits
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "adguardian"
version = "1.1.0"
version = "1.2.0"
edition = "2021"
authors = ["Alicia Sykes"]
description = "Terminal-based, real-time traffic monitoring and statistics for your AdGuard Home instance "
Expand Down

0 comments on commit 52a4cbf

Please sign in to comment.