diff --git a/CHANGELOG.md b/CHANGELOG.md index 849311d..797349a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog --------- +##### 1.3.0 + +- channel/supergroup support +- support sending code tags in markdown "backtick" format (see README for example) +- reduce amount of file-transfer popups in Pidgin, auto-load media in the background +- fix stability issues for the win32 build +- fix multiple crashes in libtgl + ##### 1.2.6 - Include libtgl bugfix "use-after-not-created for photos" diff --git a/README.md b/README.md index e5036d4..3a5f0ed 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,24 @@ The Telegram phone applications for iOS and Android make use of standardized Uni does not display those smileys natively, but you can install a custom smiley theme like (https://github.com/stv0g/unicode-emoji) or (https://github.com/VxJasonxV/emoji-for-pidgin) and activate it under Settings > Themes > Smiley Theme. +#### Code-Tags + +Since 1.3.0 it is possible to write messages in monospaced fonts using the markdown backtick syntax. + +##### Example + + ``` if (true) { + // do smth + }``` + +##### Result + + if (true) { + // do smth + } + + + Building the Adium Plugin ------------------------- @@ -246,11 +264,14 @@ and `.dsc` files, do this: Note that the parenthesis are important. -1.2.6 +1.3.0 ----- -- Include libtgl bugfix "use-after-not-created for photos" -- Fix Adium bundle version incompatibillity for newest version +- channel/supergroup support +- support sending code tags in markdown "backtick" format (see README for example) +- reduce amount of file-transfer popups in Pidgin, auto-load media in the background +- fix stability issues for the win32 build +- fix multiple crashes in libtgl Discussion / Help -----------------