mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Version 1.3.0.
- Improved censorship circumvention. - Improved stability when working through proxy servers. - Save several proxy servers to quickly switch between them. - Use proxy for calls. - Emoji and text replacement now happens immediately after typing (instead of after sending) and can be rolled back using Backspace or CTRL/CMD + Z. Replacement no longer happens when pasting text. Added formatting shortcuts. Select text and use: - CTRL/CMD + B/I for bold and italic - CTRL/CMD + K to create or edit a custom link - CTRL/CMD + SHIFT + M for monospace font - CTRL/CMD + SHIFT + N to clear formatting
This commit is contained in:
@@ -178,9 +178,7 @@ if r.status_code == 404:
|
||||
for line in f:
|
||||
if started == 1:
|
||||
if re.match(r'^\d+\.\d+', line):
|
||||
break;
|
||||
if re.match(r'^\s+$', line):
|
||||
continue
|
||||
break
|
||||
changelog += line
|
||||
else:
|
||||
if re.match(r'^\d+\.\d+', line):
|
||||
|
Reference in New Issue
Block a user