Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Kirollos/DiscordEuroscope

Tags

v1.3.0-rc1

Toggle v1.3.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update build-release.yml

1.3.0-pre-20241116-0926Z

Toggle 1.3.0-pre-20241116-0926Z's commit message
refactor: FillStruct() implemented to tidy up code readability

1.3.0-pre-20241115-1157Z

Toggle 1.3.0-pre-20241115-1157Z's commit message
fix: hotfix the buttons logic

1.3.0-pre-20241115-1058Z

Toggle 1.3.0-pre-20241115-1058Z's commit message
feat: implement discord buttons

This commit introduces buttons to the rich presences.
The JSON structure would be like this:
```"buttons": [
    {
        "label": "Global Button1",
        "url": "https://url"
    },
    {
        "label": "Global Button2",
        "url": "https://url"
    }
]```
The buttons array can contain 2 elements as a maximum.
Like other parameters, the buttons can be implemented globally and in each state.

1.3.0-pre-20241108-0202Z

Toggle 1.3.0-pre-20241108-0202Z's commit message
refactor: custom radio callsigns json object

JSON element "custom" has been renamed to "custom_callsigns"
The value of this element was changed from array of objects
to a single object of indefinite amount of elements.
This object will hold two values:
1. the callsign, which can be a strict constant or a regex (element name)
2. the corresponding radio callsign (element value)

Example:
    "radio_callsigns": {
        "config": {
            "load_from_ese": false,
            "path_to_ese" : "..\\..\\"
        },
        "custom_callsigns": {
            "^HECC_CTR$": "Cairo Control Bandbox",
            "^HECC_(\\d+)(?:_)CTR$" : "Cairo Control ACC $0"
        }
    }

1.3.0-pre-20240414-0733Z

Toggle 1.3.0-pre-20240414-0733Z's commit message
More work into ESE position loading.

+ Changes to JSON config structure

1.3.0-pre-20240411-1242Z

Toggle 1.3.0-pre-20240411-1242Z's commit message
Utilize ESE parser to load radio callsigns

WIP

1.3.0-pre-20240411-1232Z

Toggle 1.3.0-pre-20240411-1232Z's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update msbuild.yml: Fix another typo

1.3.0-pre-20240411-1225Z

Toggle 1.3.0-pre-20240411-1225Z's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update msbuild.yml: typo

v1.1.0

Toggle v1.1.0's commit message
1.1.0 release