Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Aug 2018 00:03:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 230398] net-im/telegram-desktop: update to 1.3.12
Message-ID:  <bug-230398-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230398

            Bug ID: 230398
           Summary: net-im/telegram-desktop: update to 1.3.12
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: henry.hu.sh@gmail.com

Created attachment 195922
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D195922&action=
=3Dedit
update to 1.3.12

This patch updates telegram-desktop to 1.3.12 from 1.2.17.

A freebsd-specific repo is at github.com/HenryHu/tdesktop and
github.com/HenryHu/libtgvoip. Now the workflow of importing a new version i=
s:
1. create a new branch from last patched branch
2. git fetch upstream && git pull upstream <new version tag>
3. resolve conflicts & git commit
4. git diff <new version tag>..HEAD > new_patch
5. remove old patches
6. make extract
7. apply new_patch
8. make makepatch
9. test & fix problems. repeat steps 4..8

Steps 4..8 are implemented in sync-patch.sh in
github.com/HenryHu/ports/net-im/telegram-desktop.

An option, GTK, is added. By default, telegram uses Gtk3 dialogs, even if u=
nder
KDE, although it's a Qt5 program. Now, this behavior is disabled by default,
and only enabled if the GTK option is set.

Changelog: https://desktop.telegram.org/changelog
Detailed changelog:
https://github.com/telegramdesktop/tdesktop/blob/dev/changelog.txt

Noticeable changes:
- Added a new night theme.=20
- You can now assign custom themes as night and day themes to quickly switch
between them.=20=20
- Mark chats in the chat list as Read or Unread.
- Improved censorship circumvention.
- Improved stability when working through proxy servers.
- Save several proxy servers to quickly switch between them in Settings.
- 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
- Apply markdown formatting (```, `, **, __) only when sending the message.
- Display connection quality bars in calls.
- Telegram Desktop can update itself through MTProto.
- Add links with custom text from context menu or by Ctrl/Cmd + K keyboard
shortcut.
- Apply formatting from input field context menu.
- Apply formatting by hotkeys.
- Use markdown in media captions (**bold**, __italic__, `tag` and ```code``=
`).
- Use emoji replacement in media captions, group and channel titles and
descriptions (:like: etc.)
- Markdown replacement now happens immediately after typing (instead of aft=
er
sending) and can be rolled back using Backspace or Ctrl/Cmd + Z. Replacemen=
t no
longer happens when pasting text.
- Support domain names in mtproto proxy.
- Emoji and text replacements are done while you type the message.
- Revert emoji and text replacements by pressing backspace.
- Disable emoji replacements or suggestions in Settings.
- Enable proxy for calls in Settings.
- Improve working through proxy servers.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230398-7788>