Kotatogram
Open in Telegram
Experimental fork of Telegram Desktop by @EricKotato. GitHub: https://github.com/kotatogram/kotatogram-desktop Dev blogs: @kotatogram_dev ŠŠ° ŃŃŃŃŠŗŠ¾Š¼: @kotatogram_ru Builds: #WindowsInstaller #Windows #Linux64 #AppImage #macOS
Show moreRussia204 405The category is not specified
2 271
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
2 271
New test build and and new development blogs channel
I've thought about how to do it properly and decided that short summaries will be posted here, and most development posts will be in separate channel.
So the first thing is, here is new channel: https://t.me/kotatogram_dev
I've started with attempt to update patches-track-4.8.4 branch to 4.14. Suprisingly, it took less time than I expected, so I've built the new test version, taking a little of 4.14.1 and some commits after it. Note that bugs aren't fixed there, but it supports everything TDesktop 4.14 have.
That's all for today, other things will be soon.
2 271
About Kotatogram's state
The silence has been gone too long, and with it more people asking in comments, why, or some even consider the app dead.
So I'm telling it once again: Kotatogram isn't dead. I don't have enough time for it, but there's a progress.
Since I was tired of countless merge conflicts, I've made patches-track branch. This is an additional branch, where each change stored in separate commit instead of chronological order. It allows me to see what is broken in each feature. Currently it's paused on 4.1.1.
However, there's a second branch, which is paused on 4.8.4, and named, of course, patches-track-4.8.4. Main work is happening on it. Sadly, there's a lot to fix still.
So when is the update?
I'll explain: "soon" is the reference to Telegram's tweet "Soon." (which I frequently use as a sticker), and actually means that there's no specific release date.
However, maybe it makes sense to make some posts about what's happening in terms of Kotatogram work, so it would be much clearer on which state it is. I'm not sure if I should publish them here, or it's better to make a separate channel for them.
Also I've decided to resurrect the channel with test versions and uploading ones that I use to test the features. Please note that they're not expected to be stable.
Since old username was taken away and sent into auction, test versions can be found here:
https://t.me/KotatogramTestVersions
2 271
Since Telegram massively revokes usernames of channels considered inactive by them, here is the notice: Kotatogram isn't dead, update will be soon.
2 271
New version is out!
1.4.9 (TD 3.5.2)
Changes
⢠Internal rework of Kotatogram Settings.
⢠Restart to save settings now can be delayed.
⢠Select time when jumping to date in chat.
⢠Experimental settings from Telegram Desktop now are always shown.
⢠Name icon colors are now same as name colors.
⢠Fixed profile picture cropping in native Windows notifications.
⢠"Emoji panel by hover" option replaced by default one.
⢠"Show profile" as first menu item option.
⢠New macOS icon (by gershik).
Changes by blank-x
⢠Go to chat on Shift+Enter in Forward window.
⢠Warning when forwarding quiz unquoted.
⢠"Copy callback data" menu item now shown on callback buttons only.
⢠Fixed useless message author name trimming when it has an icon.
⢠Fixed tg://user?id links for 64-bit IDs.
⢠Fixed useless "Mention user" menu item for channels.
⢠Fixed profile picture rounding in invite link window and calls window.
⢠Fixed filters in folders by administrator rights.
Important: I'm suspending development of Kotatogram. More about that and full change log can also be read on site:
https://kotatogram.github.io/blog/release-1-4-9/
2 271
New version is out!
1.4.8 (TD 3.3)
This release is unexpected, but important because of severe crash in Saved Messages. If you haven't caught it, you're in luck, but it's better to update anyway.
Changes
⢠Better font settings. Thanks to the @Shlyupa's work, there is now a full list of fonts after an each font name field, and also there is a slider to change font size. Earlier font size could be changed only through JSON settings. I've only added a "+" before non-negative numbers to give you a hint that font size is relative.
Fixes
⢠Fixed severe crash in Saved Messages.
⢠Fixed non-clickable part of message author name if there an icon near it.
Change log can also be read on site:
https://kotatogram.github.io/blog/release-1-4-8/
2 271
New version is out!
1.4.7 (TD 3.3)
Last release in this year which is needed because who knows what happen if stable branch won't receive update until January 1. Luckily, the "make it before January 1" thing is not the only point of the release: new features are also in stock.
Changes since last beta version
⢠Instead of removing window size restiction minimum window size was changed. It solves the same problem, but at least window is not breaking until the point it's not usable.
⢠Ability to switch accounts by hotkeys.
⢠Added icon near the author name in message.
⢠Message about unsupported mode is now shown when opening animated profile picture in picture-in-picture mode. Implementing PiP for animated profile pictures is hard, but leaving the crash as-is is a bad idea, so it's disabled there until better days.
Fixes since last beta version
⢠Fixed ranks in admin list.
⢠Fixed automatic downloading of media files in 32-bit Windows version.
Full change log since the stable version can be read on site:
https://kotatogram.github.io/blog/release-1-4-7/
2 271
New beta is out!
1.4.6 (TD 3.3)
With this version starts the support of sponsored messages from Telegram. I'll remind that it's necessary change because without support of these messages the app is at risk of disabling via API ID. Also all previous version have lost the ability to open the channels with content forwarding and saving restriction enabled. This version supports these channels with support for this restriction.
This version has some known bugs, and there was no time to fix them since there is a need to release as soon as possible. Maybe there will be found the other bugs in beta. But there not just new sources and new bugs: contributors also have added some new features that you may like.
Changes:
⢠Ability to disable remembering image compression when sending. Added by contributor.
⢠Custom auto-replaces now work without emoji replacement enabled. Added by contributor.
⢠Removed window size restriction. Added by contributor.
Fixes:
⢠Fixed tg:// link protocol in system. It must solve browser links problems.
⢠Fixed "External video player" option.
Known bugs:
⢠Crash when opening animated profile picture in picture-in-picture mode.
⢠Automatic downloading of media doesn't work. Noticed on 32-bit Windows version, 64-bit Windows version works fine.
Full change log can be read on site:
https://kotatogram.github.io/blog/release-1-4-6/
2 271
New version is out!
1.4.5 (TD 3.1.1)
This version is not much different from 1.4.4, apart from some bug fixes and moving to stable branch. Stable branch, besides existing crash because of chats with 1 month auto-deletion, now have new problem. Users can't login in this version anymore, and on the top of that there are constant messages that insist on updating.
Fixes since latest beta version
⢠Fixed caption sending modes in unquoted forward. Fixed by user.
⢠Fixed "Qt scaling" option. Fixed by @Shlyupa.
⢠Removed duplicate of GIF button in shared media.
⢠Fixed animated emoji size.
⢠Fix custom font size scale. Fixed by @Shlyupa.
Where is the macOS version?
It hasn't built because of a build process error, so it's postponed for now. It will appear as soon as it's fixed. I'll remind that macOS versions are very experimental since neither me nor @Shlyupa who helped to make them, don't have any macOS device, so we're practically blind when it's needed to build them or debug them.
Full change log since the stable version can be read on site:
https://kotatogram.github.io/blog/release-1-4-5/
2 271
Telegram is actively forcing the apps to update because of transition to 64-bit chat IDs.
I recommend to everyone who receives "Please update Telegram to the latest version" error to update to beta version 1.4.4 or to temporarily use other updated apps.
In the coming days I hope to release stable version on same TD sources as 1.4.4.
After the stable release it's important to release another one. Telegram has introduced sponsored messages (or to put it simply, advertisements) in the public channels who have more than 1000 subscribers. Support for these messages in apps must be done before January 1, 2022, otherwise there is a risk of ban for app by API ID.
2 271
New beta is out!
1.4.4 (TD 3.1)
Important: this version contains user IDs update which was introduced in latest Telegram update. Without it new users won't be able to register in Telegram, and old users, probably, won't be able to use apps before this update.
Changes:
⢠Added option to remember forward mode.
⢠Added ability to set default forward mode.
⢠Replaced unquoted forward method with option to restore the old one.
⢠Added option to disable per-chat themes.
⢠Removed GTK integration option.
Fixes:
⢠Fixed missing sending inline bot response preview option.
⢠Fixed missing sending inline bot response preview in comments and scheduled messages.
⢠Fixed option "Disable edit by Up key" in comments and scheduled messages.
Replaced by default:
⢠GIF section in shared media.
⢠Forwarded sticker info.
More info on site: https://kotatogram.github.io/blog/release-1-4-4
