-
Notifications
You must be signed in to change notification settings - Fork 37
Merge dev -> main for v5 release #278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Ninjasoturi
wants to merge
380
commits into
main
Choose a base branch
from
dev
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Simple Telegram UI for managing the settings in `events`-table in database. This feature probably sees so little use it's not worth making translations and explanations for the values
… previously do anything
…ved documentation
If you have an uicons repo stored on your server already you can just link the pokemon folder from there to images/pokemon in raidbot
…id level specific for raids received via webhook
…ntation Also streamlined the privilege check code a bit
Also refactored the time slot key logic. Hopefully didn't break it
Improvements for docker-compose.yml Added gym images dir to volumes Added custom dir to volumes Changed config dir to only config.json, so default files like default-config.json from docker image are used Added container-names Updated mariadb to 10.11
Added images/gyms to chown command
Offer "latest" for each branch
When setting up via docker the pokemon-raid-bot.sql is processed after the events sql file due to the file names which causes an error. Therefore renamed it, so the pokemon raidbot sql file is processed first to avoid that error.
Update German translation
Start updating German translation
Finished adding the missing German translations Minor changes to existing translations
Small fix
Brought back the old vote key logic, but more compact.
Exclude mega evolution translations for now. We could use those if someone wants to edit the translation logic to support them.
Added the ability to enable and disable scheduled raid bosses. Makes managing regional raid bosses easier if using automatic updating of upcoming bosses.
- Added new source for event info - Added logic to automatically create raid egg if there is an ampersand (&) in the event name
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge the current dev to main to become release v4!
Full release notes available in the releases section.
Fixes #273 #274