Skip to content

Commit

Permalink
Prepared 0.12.1 Release (#537)
Browse files Browse the repository at this point in the history
* Updated translations.
* Removed license text from translation. Addresses #272.
* Fixed typo in about dialog, fixing #512.
* Likely fixed unintentional simplex channels on OpenGD77. Addresses #505.
* Added missing translations.

---------

Co-authored-by: mondstern
Co-authored-by: erebion
Co-authored-by: ewm
Co-authored-by: lejun
Co-authored-by: umbertoragone
Co-authored-by: PA1SOK
  • Loading branch information
hmatuschek authored Jan 3, 2025
1 parent 3369b89 commit 571db61
Show file tree
Hide file tree
Showing 31 changed files with 2,451 additions and 2,117 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0.0)
project(qdmr VERSION 0.12.0)
project(qdmr VERSION 0.12.1)

set(RELEASE_SUFFIX "")

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ A more [detailed list](https://dm3mat.darc.de/qdmr/#dev) is also available.
## Questions?

* If you find any bugs or have suggestions to improve qdmr, consider [opening an issue](https://github.com/hmatuschek/qdmr/issues/new) or participate in one of the [discussions](https://github.com/hmatuschek/qdmr/discussions).
* If you want to help translating qdmr in your language, checkout [qdmr's weblate project](https://translate.codeberg.org/projects/qdmr/graphical-user-interface/).
* There is also a *Matrix* chat at [#qdmr:darc.de](https://matrix.to/#/#qdmr:darc.de).
* You can also follow me at [mastodon](https://mastodon.radio/@dm3mat), where I usually announce new releases.

Expand All @@ -46,13 +47,15 @@ tools, that make your day-to-day useage of *qdmr* easier, by providing features,
qdmr or dmrconf.

* **[dmrfill](https://github.com/jancona/dmrfill)** -- Automatically extemds a qdmr YAML file with repeaters from a selected region. Get them all with one single command.

* **[anytone-emu](https://github.com/dmr-tools/anytone-emu) -- A tool for emulating radios, reverse engineering and documenting codeplugs. Also generates some [codeplug documentation](https://dmr-tools.github.io/codeplugs/).


## Releases
<a href="https://repology.org/project/qdmr/versions">
<img src="https://repology.org/badge/vertical-allrepos/qdmr.svg" alt="Packaging status" align="right">
</a>

* **[Version 0.12.1](https://github.com/hmatuschek/qdmr/releases/tag/v0.12.1)** -- Updated support for OpenGD77.
* **[Version 0.12.0](https://github.com/hmatuschek/qdmr/releases/tag/v0.12.0)** -- Added support BTech DR-1801UV (A6, still unstable) and Radioddity GD-73.
* **[Version 0.11.3](https://github.com/hmatuschek/qdmr/releases/tag/v0.11.3)** -- Added proper support for BTech DMR-6X2UV, device specific settings for AnyTone devices, some bugfixes.
* **[Version 0.10.4](https://github.com/hmatuschek/qdmr/releases/tag/v0.10.4)** -- Added support for BTech DM1701, some bugfixes.
Expand Down
8 changes: 0 additions & 8 deletions doc/manual/codeplug/opengd77/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
firmware.
</para>

<note>
<para>
The OpenGD77 codeplug is a specialization of the GD77 codeplug. Consequently
all extensions described in <xref linkend="extRadioddity"/> are also applicable to the OpenGD77
codeplug.
</para>
</note>

<xi:include href="channel.xml"/>
<xi:include href="contact.xml"/>

Expand Down
6 changes: 3 additions & 3 deletions doc/manual/manual.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@

<xi:include href="meta/authors.xml"/>

<date>August 15th, 2023</date>
<date>January 2nd, 2025</date>

<copyright>
<year>2022-2024</year>
<year>2022-2025</year>
<holder>Hannes Matuschek</holder>
</copyright>

<releaseinfo>
<para>
This document covers <application>qdmr</application> version 0.12.0.
This document covers <application>qdmr</application> version 0.12.1.
</para>
</releaseinfo>

Expand Down
Loading

0 comments on commit 571db61

Please sign in to comment.