Kotatogram
Although my primary focus is fork, I haven't forgot about official client. If I consider some feature from Kotatogram theoretically fitting into official client and it works well, I'll make a pull request to official client with that feature. This time it's…
This pull request was accepted and released in 1.8.12 version.
New version of Kotatogram based on 1.8.12 will be tomorrow.
New version of Kotatogram based on 1.8.12 will be tomorrow.
New update is out!
1.0.4 (TD 1.8.12)
Bugfixes:
• Do not show restriction date if restricted forever.
1.0.4 (TD 1.8.12)
Bugfixes:
• Do not show restriction date if restricted forever.
Moving on. This time it's showing restriction date to user.
https://github.com/telegramdesktop/tdesktop/pull/6642
https://github.com/telegramdesktop/tdesktop/pull/6642
GitHub
Show restricted date to user by RadRussianRus · Pull Request #6642 · telegramdesktop/tdesktop
With this PR users can see their restriction date in blocked message field/inline bot suggestions/sticker box/GIF box.
Currently text tells only "You have been restricted" without date.
Currently text tells only "You have been restricted" without date.
Minor update
1.0.5 (TD 1.8.13)
Minor bugfixes, TDesktop sources updated to 1.8.13.
1.0.5 (TD 1.8.13)
Minor bugfixes, TDesktop sources updated to 1.8.13.
JSON config!
1.0.6 (TD 1.8.13)
This release brings settings that could be changed in JSON file:
Important: you'll need to restart app to see changes.
Why JSON?
This settings format is better suited for experimenting. Local storage strongly restricts in this case.
Why not settings menu?
Settings menu item will be done, but it will be raw JSON for now.
Where is the encryption?
It will be implemented, when I'll make an alternative way to change these settings.
Settings keys:
1.0.6 (TD 1.8.13)
This release brings settings that could be changed in JSON file:
[Telegram profile folder]/tdata/kotato-settings-custom.json.-mainfont, -semiboldfont, -semiboldisbold и -monospacefont start options are now considered deprecated, since these settings are now in JSON file. They will be removed in a few versions.Important: you'll need to restart app to see changes.
Why JSON?
This settings format is better suited for experimenting. Local storage strongly restricts in this case.
Why not settings menu?
Settings menu item will be done, but it will be raw JSON for now.
Where is the encryption?
It will be implemented, when I'll make an alternative way to change these settings.
Settings keys:
"fonts" > "main" (string) — main font (replaces -mainfont start option)."fonts" > "semibold" (string) — semibold font (replaces -semiboldfont start option)."fonts" > "semibold_is_bold" (true/false) — whether to make bold defined semibold font or not (replaces -semiboldisbold start option)."fonts" > "monospaced" (string) — monospaced font (replaces -monospacefont start option)."sticker_height" (integer from 128 to 256) — sticker height in chat."big_emoji_outline" (true/false) — big emoji white outline."always_show_scheduled" (true/false) — whether to always show scheduled messages button or only when there are scheduled messages."show_chat_id" (true/false) — show chat ID in its profile.New beta version is out!
1.0.7 (TD 1.8.13)
This version is beta, because of two unstable features. When they will be tested properly, it will be pushed to stable.
Changes:
UNSTABLE: New JSON config option
Values:
Taken from TDMT: https://github.com/mediatube/tdesktop
Warning: can work bad with low connection speeds.
New options in Settings > "three-dots": "Show custom settings" and "Restart Kotatogram".
UNSTABLE: JSON-translations: they will rewrite language values that doesn't exist in official apps. Support for Russian is already included.
Show admin titles in chat members list.
Bugfixes:
Fixed "Channel is not accessible" error, when trying to open discussion channel from group post if target channel is private and you are not subscribed to it.
Fixed autoupdater check: now MTProto checker should work too.
1.0.7 (TD 1.8.13)
This version is beta, because of two unstable features. When they will be tested properly, it will be pushed to stable.
Changes:
UNSTABLE: New JSON config option
net_speed_boost to increase upload/download speeds.Values:
null (default), "low", "medium", "high".Taken from TDMT: https://github.com/mediatube/tdesktop
Warning: can work bad with low connection speeds.
New options in Settings > "three-dots": "Show custom settings" and "Restart Kotatogram".
UNSTABLE: JSON-translations: they will rewrite language values that doesn't exist in official apps. Support for Russian is already included.
Show admin titles in chat members list.
Bugfixes:
Fixed "Channel is not accessible" error, when trying to open discussion channel from group post if target channel is private and you are not subscribed to it.
Fixed autoupdater check: now MTProto checker should work too.
Kotatogram
Moving on. This time it's showing restriction date to user. https://github.com/telegramdesktop/tdesktop/pull/6642
Accepted, will arrive in next versions.
New version is out!
1.0.8 (TD 1.8.15)
Changes since last stable:
Option to hide phone number from drawer: set
Option
Keyboard shortcut to save draft to cloud (Ctrl+S by default).
Members in channel are now "Subscribers".
Channel link in "About" now depends on language.
Collapsed archived chats now have an icon.
New JSON config option
Values:
It also accepts 0 (default), 1, 2 and 3 (high) as values.
Taken from TDMT: https://github.com/mediatube/tdesktop
Warning: can work bad with low connection speeds.
New options in Settings > "three-dots": "Show custom settings" and "Restart Kotatogram".
JSON-translations: they will rewrite language values that doesn't exist in official apps. Support for Russian is already included.
Show admin titles in chat members list.
Bugfixes since last stable:
Fixed "Channel is not accessible" error, when trying to open discussion channel from group post if target channel is private and you are not subscribed to it.
Fixed autoupdater check: now MTProto checker should work too.
1.0.8 (TD 1.8.15)
Changes since last stable:
Option to hide phone number from drawer: set
show_phone_in_drawer to false.Option
scales to set custom interface scales (no more than 6 different values, values from 75 to 300 allowed).Keyboard shortcut to save draft to cloud (Ctrl+S by default).
Members in channel are now "Subscribers".
Channel link in "About" now depends on language.
Collapsed archived chats now have an icon.
New JSON config option
net_speed_boost to increase upload/download speeds.Values:
null (default), "low", "medium", "high".It also accepts 0 (default), 1, 2 and 3 (high) as values.
Taken from TDMT: https://github.com/mediatube/tdesktop
Warning: can work bad with low connection speeds.
New options in Settings > "three-dots": "Show custom settings" and "Restart Kotatogram".
JSON-translations: they will rewrite language values that doesn't exist in official apps. Support for Russian is already included.
Show admin titles in chat members list.
Bugfixes since last stable:
Fixed "Channel is not accessible" error, when trying to open discussion channel from group post if target channel is private and you are not subscribed to it.
Fixed autoupdater check: now MTProto checker should work too.