You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
- Fixed bug that replaced a variable in serverbot.conf with only the first character of the source variable https://github.com/nozel-org/serverbot/issues/99.
- Updated the --help text in serverbot with feature EOL.
- Changed some default values in serverbot.conf to have less overlap.
- Added CONFIGURATION.md as a first attempt to provide some basic guidance to users.
- Added placeholder for README on docs page.
- Improved and updates primary README.
This is a combined update for all `1.1.0-UNSTABLE` commits.
- Changed suffixes from `ALPHA`, `BETA` and `RELEASE` to new suffix layout `UNSTABLE` and `STABLE`.
- Added feature EOL #63.
- Added basic configuration file parameter validation #83.
- Added notification to user on serverbot upgrade #84.
- Removed abundance of comments that weren't very useful #85.
- Added error when method telegram is not configured #88.
- Made all gather functions calls consistent by placing them inside relevant functions #89.
- Added branch variable in serverbot #90.
- Removed argument shortcuts because of conflicting names #92.
- Removed useless breaks in feature updates method cli #93.
- Improved validation of serverbot.conf to accomodate new features in minor releases better #96.
- Ignore dots in variables for feature eol #97.
- Fixed bug that replaced a variable in serverbot.conf with only the first character of the source variable #99.
- Changed variable when no serverbot.conf is available to be more clear.
- Some minor text improvements across all files and comments.
- Removed placeholders for planned features.
- Made some preparations for method email.
- Changed some default values in serverbot.conf to have less overlap.
This is a combined update for all `1.1.0-UNSTABLE` commits.
- Changed suffixes from `ALPHA`, `BETA` and `RELEASE` to new suffix layout `UNSTABLE` and `STABLE`.
- Added feature EOL #63.
- Added basic configuration file parameter validation #83.
- Added notification to user on serverbot upgrade #84.
- Removed abundance of comments that weren't very useful #85.
- Added error when method telegram is not configured #88.
- Made all gather functions calls consistent by placing them inside relevant functions #89.
- Added branch variable in serverbot #90.
- Removed argument shortcuts because of conflicting names #92.
- Removed useless breaks in feature updates method cli #93.
- Improved validation of serverbot.conf to accomodate new features in minor releases better #96.
- Ignore dots in variables for feature eol #97.
- Fixed bug that replaced a variable in serverbot.conf with only the first character of the source variable #99.
- Changed variable when no serverbot.conf is available to be more clear.
- Some minor text improvements across all files and comments.
- Removed placeholders for planned features.
- Made some preparations for method email.
- Changed some default values in serverbot.conf to have less overlap.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is because I wrongfully pasted a piped
cut -c1
on that line. Will be fixed in next version.The text was updated successfully, but these errors were encountered: