New update is out!
1.0.1 (TD 1.8.9)
Changes:
Restore pinned message that you've hidden previously by clicking "three dots" > "Pinned message" in chat.
Show chat ID in its profile.
Copy bot button callback data by right clicking on it.
Resizing photo message bubble if there are additional texts (caption, author name, etc.).
Fixed wrong emoji sticker scaling.
1.0.1 (TD 1.8.9)
Changes:
Restore pinned message that you've hidden previously by clicking "three dots" > "Pinned message" in chat.
Show chat ID in its profile.
Copy bot button callback data by right clicking on it.
Resizing photo message bubble if there are additional texts (caption, author name, etc.).
Fixed wrong emoji sticker scaling.
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 resizing message with photo if there are additional text.
github.com/telegramdesktop/tdesktop/pull/6612
This time it's resizing message with photo if there are additional text.
github.com/telegramdesktop/tdesktop/pull/6612
GitHub
Resize message with photo when bubbled by RadRussianRus · Pull Request #6612 · telegramdesktop/tdesktop
This PR solves two problems by resizing message with photo when it's bubbled (i.e. have additional text like caption or author name).
Problem 1: barely readable caption
It takes too many lines...
Problem 1: barely readable caption
It takes too many lines...
New update is out!
1.0.2 (TD 1.8.9-0c30bbf)
Changes:
"Hide pinned message" option in chat three-dot menu.
Always show "Scheduled Messages" button in message field.
Show linked discussion group or channel in profile.
Fixed tray icon colors on Linux. Linux users that have used client before 1.0.2 should delete generated icons in
About TDesktop version:
You've noticed that it's not 1.8.10, but 1.8.9-0c30bbf. That's because there was no version commit and release on GitHub. There could be more commits, and because of that just changing version would be inaccurate. So I decided to add commit postfix instead.
1.0.2 (TD 1.8.9-0c30bbf)
Changes:
"Hide pinned message" option in chat three-dot menu.
Always show "Scheduled Messages" button in message field.
Show linked discussion group or channel in profile.
Fixed tray icon colors on Linux. Linux users that have used client before 1.0.2 should delete generated icons in
[app profile folder]/tdata/ticons
after update.About TDesktop version:
You've noticed that it's not 1.8.10, but 1.8.9-0c30bbf. That's because there was no version commit and release on GitHub. There could be more commits, and because of that just changing version would be inaccurate. So I decided to add commit postfix instead.
New update is out!
1.0.3 (TD 1.8.11)
Changes:
• Always show edit timer if applicable.
• Disabled outline for big emoji.
• Show restricted date to user.
Bugfixes:
• Custom fonts are now saved between restarts.
• Moved "About" box link in drawer to app name to increase space for version.
• Scheduled messages icon now updates correctly.
1.0.3 (TD 1.8.11)
Changes:
• Always show edit timer if applicable.
• Disabled outline for big emoji.
• Show restricted date to user.
Bugfixes:
• Custom fonts are now saved between restarts.
• Moved "About" box link in drawer to app name to increase space for version.
• Scheduled messages icon now updates correctly.
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.