patch 6aaf9a2af5898f8b6ec1027a3ccb7e85f6893f22 Author: E. Bosch Date: Sun Sep 1 01:01:19 CEST 2024 * Increase virtual version to 0.2 Remove alpha status diff -rN -u old-irgramd/README.md new-irgramd/README.md --- old-irgramd/README.md 2024-10-23 04:27:40.919839712 +0200 +++ new-irgramd/README.md 2024-10-23 04:27:40.919839712 +0200 @@ -13,7 +13,7 @@ **irgramd was forked from [pbui/irtelegramd], was heavily modified and currently is a project on its own** -**irgramd is under active development in alpha state, though usable, several +**irgramd is under active development, though usable, several planned features are not implemented yet** ## How it works diff -rN -u old-irgramd/include.py new-irgramd/include.py --- old-irgramd/include.py 2024-10-23 04:27:40.919839712 +0200 +++ new-irgramd/include.py 2024-10-23 04:27:40.919839712 +0200 @@ -8,6 +8,6 @@ # Constants -VERSION = '0.1' +VERSION = '0.2' NICK_MAX_LENGTH = 20 CHAN_MAX_LENGHT = 50