mirror of
https://github.com/miaowware/qrm2.git
synced 2025-02-03 09:44:07 -05:00
commit
cf93773a3c
@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
|
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
|
||||||
|
## [2.9.1] - 2023-01-29
|
||||||
### Fixed
|
### Fixed
|
||||||
- Issue where embeds would not work for users without avatars (#467).
|
- Issue where embeds would not work for users without avatars (#467).
|
||||||
- Issue where embeds would show the wrong timezone.
|
- Issue where embeds would show the wrong timezone.
|
||||||
@ -243,7 +246,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
## 1.0.0 - 2019-07-31 [YANKED]
|
## 1.0.0 - 2019-07-31 [YANKED]
|
||||||
|
|
||||||
|
|
||||||
[Unreleased]: https://github.com/miaowware/qrm2/compare/v2.9.0...HEAD
|
[Unreleased]: https://github.com/miaowware/qrm2/compare/v2.9.1...HEAD
|
||||||
|
[2.9.1]: https://github.com/miaowware/qrm2/releases/tag/v2.9.1
|
||||||
[2.9.0]: https://github.com/miaowware/qrm2/releases/tag/v2.9.0
|
[2.9.0]: https://github.com/miaowware/qrm2/releases/tag/v2.9.0
|
||||||
[2.8.0]: https://github.com/miaowware/qrm2/releases/tag/v2.8.0
|
[2.8.0]: https://github.com/miaowware/qrm2/releases/tag/v2.8.0
|
||||||
[2.7.6]: https://github.com/miaowware/qrm2/releases/tag/v2.7.6
|
[2.7.6]: https://github.com/miaowware/qrm2/releases/tag/v2.7.6
|
||||||
|
@ -38,7 +38,7 @@ All issues and requests related to resources (including maps, band charts, data)
|
|||||||
|
|
||||||
## Copyright
|
## Copyright
|
||||||
|
|
||||||
Copyright (C) 2019-2021 classabbyamp, 0x5c
|
Copyright (C) 2019-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
This program is released under the terms of the *Québec Free and Open-Source Licence – Strong Reciprocity (LiLiQ-R+)*, version 1.1.
|
This program is released under the terms of the *Québec Free and Open-Source Licence – Strong Reciprocity (LiLiQ-R+)*, version 1.1.
|
||||||
See [`LICENCE`](LICENCE) for full license text (Français / English).
|
See [`LICENCE`](LICENCE) for full license text (Français / English).
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
Common tools for the bot.
|
Common tools for the bot.
|
||||||
---
|
---
|
||||||
Copyright (C) 2019-2021 classabbyamp, 0x5c
|
Copyright (C) 2019-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
ae7q extension for qrm
|
ae7q extension for qrm
|
||||||
---
|
---
|
||||||
Copyright (C) 2019-2021 classabbyamp, 0x5c
|
Copyright (C) 2019-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
Base extension for qrm
|
Base extension for qrm
|
||||||
---
|
---
|
||||||
Copyright (C) 2019-2021 classabbyamp, 0x5c
|
Copyright (C) 2019-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
Callsign Lookup extension for qrm
|
Callsign Lookup extension for qrm
|
||||||
---
|
---
|
||||||
Copyright (C) 2019-2020 classabbyamp, 0x5c (as qrz.py)
|
Copyright (C) 2019-2020 classabbyamp, 0x5c (as qrz.py)
|
||||||
Copyright (C) 2021 classabbyamp, 0x5c
|
Copyright (C) 2021-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
Codes extension for qrm
|
Codes extension for qrm
|
||||||
---
|
---
|
||||||
Copyright (C) 2019-2021 classabbyamp, 0x5c (as ham.py)
|
Copyright (C) 2019-2021 classabbyamp, 0x5c (as ham.py)
|
||||||
Copyright (C) 2021 classabbyamp, 0x5c
|
Copyright (C) 2021-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
Contest Calendar extension for qrm
|
Contest Calendar extension for qrm
|
||||||
---
|
---
|
||||||
Copyright (C) 2021 classabbyamp, 0x5c
|
Copyright (C) 2021-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
Conversion extension for qrm
|
Conversion extension for qrm
|
||||||
---
|
---
|
||||||
Copyright (C) 2020-2021 classabbyamp, 0x5c
|
Copyright (C) 2020-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
DXCC Prefix Lookup extension for qrm
|
DXCC Prefix Lookup extension for qrm
|
||||||
---
|
---
|
||||||
Copyright (C) 2019-2020 classabbyamp, 0x5c (as lookup.py)
|
Copyright (C) 2019-2020 classabbyamp, 0x5c (as lookup.py)
|
||||||
Copyright (C) 2021 classabbyamp, 0x5c
|
Copyright (C) 2021-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
Fun extension for qrm
|
Fun extension for qrm
|
||||||
---
|
---
|
||||||
Copyright (C) 2019-2021 classabbyamp, 0x5c
|
Copyright (C) 2019-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
Grid extension for qrm
|
Grid extension for qrm
|
||||||
---
|
---
|
||||||
Copyright (C) 2019-2021 classabbyamp, 0x5c
|
Copyright (C) 2019-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
Image extension for qrm
|
Image extension for qrm
|
||||||
---
|
---
|
||||||
Copyright (C) 2019-2021 classabbyamp, 0x5c
|
Copyright (C) 2019-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
Land Weather extension for qrm
|
Land Weather extension for qrm
|
||||||
---
|
---
|
||||||
Copyright (C) 2019-2020 classabbyamp, 0x5c (as weather.py)
|
Copyright (C) 2019-2020 classabbyamp, 0x5c (as weather.py)
|
||||||
Copyright (C) 2021 classabbyamp, 0x5c
|
Copyright (C) 2021-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
Morse Code extension for qrm
|
Morse Code extension for qrm
|
||||||
---
|
---
|
||||||
Copyright (C) 2019-2021 classabbyamp, 0x5c
|
Copyright (C) 2019-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
Prefixes Lookup extension for qrm
|
Prefixes Lookup extension for qrm
|
||||||
---
|
---
|
||||||
Copyright (C) 2021 classabbyamp, 0x5c
|
Copyright (C) 2021-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
Propagation extension for qrm
|
Propagation extension for qrm
|
||||||
---
|
---
|
||||||
Copyright (C) 2019-2021 classabbyamp, 0x5c
|
Copyright (C) 2019-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
Study extension for qrm
|
Study extension for qrm
|
||||||
---
|
---
|
||||||
Copyright (C) 2019-2021 classabbyamp, 0x5c
|
Copyright (C) 2019-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
TeX extension for qrm
|
TeX extension for qrm
|
||||||
---
|
---
|
||||||
Copyright (C) 2021 classabbyamp, 0x5c
|
Copyright (C) 2021-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
Time extension for qrm
|
Time extension for qrm
|
||||||
---
|
---
|
||||||
Copyright (C) 2021 classabbyamp, 0x5c
|
Copyright (C) 2021-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
4
info.py
4
info.py
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
Static info about the bot.
|
Static info about the bot.
|
||||||
---
|
---
|
||||||
Copyright (C) 2019-2021 classabbyamp, 0x5c
|
Copyright (C) 2019-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
@ -14,5 +14,5 @@ contributing = """Check out the [source on GitHub](https://github.com/miaowware/
|
|||||||
|
|
||||||
All issues and requests related to resources (including maps, band charts, data) should be added \
|
All issues and requests related to resources (including maps, band charts, data) should be added \
|
||||||
in [miaowware/qrm-resources](https://github.com/miaowware/qrm-resources)."""
|
in [miaowware/qrm-resources](https://github.com/miaowware/qrm-resources)."""
|
||||||
release = "2.9.0"
|
release = "2.9.1"
|
||||||
bot_server = "https://discord.gg/Ntbg3J4"
|
bot_server = "https://discord.gg/Ntbg3J4"
|
||||||
|
2
main.py
2
main.py
@ -2,7 +2,7 @@
|
|||||||
"""
|
"""
|
||||||
qrm, a bot for Discord
|
qrm, a bot for Discord
|
||||||
---
|
---
|
||||||
Copyright (C) 2019-2021 classabbyamp, 0x5c
|
Copyright (C) 2019-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
Resource schemas generator for qrm2.
|
Resource schemas generator for qrm2.
|
||||||
---
|
---
|
||||||
Copyright (C) 2021 classabbyamp, 0x5c
|
Copyright (C) 2021-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
Information about callsigns for the prefixes command in hamcog.
|
Information about callsigns for the prefixes command in hamcog.
|
||||||
---
|
---
|
||||||
Copyright (C) 2019-2021 classabbyamp, 0x5c
|
Copyright (C) 2019-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
Information about callsigns for the CA prefixes command in hamcog.
|
Information about callsigns for the CA prefixes command in hamcog.
|
||||||
---
|
---
|
||||||
Copyright (C) 2019-2021 classabbyamp, 0x5c
|
Copyright (C) 2019-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
Information about callsigns for the US prefixes command in hamcog.
|
Information about callsigns for the US prefixes command in hamcog.
|
||||||
---
|
---
|
||||||
Copyright (C) 2019-2021 classabbyamp, 0x5c
|
Copyright (C) 2019-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
A listing of hamstudy command resources
|
A listing of hamstudy command resources
|
||||||
---
|
---
|
||||||
Copyright (C) 2019-2021 classabbyamp, 0x5c
|
Copyright (C) 2019-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
Wrapper to handle aiohttp connector creation.
|
Wrapper to handle aiohttp connector creation.
|
||||||
---
|
---
|
||||||
Copyright (C) 2020-2021 classabbyamp, 0x5c
|
Copyright (C) 2020-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
Resources manager for qrm2.
|
Resources manager for qrm2.
|
||||||
---
|
---
|
||||||
Copyright (C) 2021 classabbyamp, 0x5c
|
Copyright (C) 2021-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
Resource index models for qrm2.
|
Resource index models for qrm2.
|
||||||
---
|
---
|
||||||
Copyright (C) 2021 classabbyamp, 0x5c
|
Copyright (C) 2021-2023 classabbyamp, 0x5c
|
||||||
|
|
||||||
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user