Skip to content

Commit

Permalink
Release 20.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hihain committed Aug 30, 2020
1 parent 9b61fa2 commit a2cd1fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Unigram/Unigram/Services/SettingsService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public SettingsService(int session)

//public const ulong CurrentVersion = (4UL << 48) | (0UL << 32) | (5072UL << 16);
//public const string CurrentChangelog = "• Chat folders.\r\n• Stream Videos and Audio files.\r\n• Improved stickers, GIFs and emojis.\r\n\r\nRead more: https://telegra.ph/Unigram-40-05-28";
public static readonly string CurrentChangelog = $"Beta Build {GetAppVersion().Build}. Thanks for taking the risk and time testing this beta release. Please use the beta group for any feedback: https://t.me/joinchat/E_I5AhukKgSSXf4Acp8nbA";
public static readonly string CurrentChangelog = "• Chat Folders: Organize chats using up to 10 Chat Folders. Chat Folders replaced the Unigram specific Chat Filters.\r\n• Polls 2.0: Visible votes, multiple answers, and quiz mode.\r\n• Quizzes 2.0: Add explanations that appear after users respond to a quiz question.\r\n• Improved file sender: Reorder files (if not in album mode).\r\n• Add a caption for every video or image in the media file sender.\r\n• New media editor (beta) to crop, rotate, flip images and to draw on them.\r\n• Videos are sent uncompressed by default.\r\n• Buttons for rich text editing: Right click / tap and hold on Chat input > Formatting > Show formatting. Or go to Chat Settings > Typing.\r\n• New built-in themes: Classic, Day, Dark and Night.\r\n• Redesigned profile pages.\r\n• Improved stickers, GIFs and emojis.\r\n• Added categories to GIF selection: recently used, trending, and many more.\r\n• Preview stickers and GIFs by tap/click and hold them.\r\n• Many (!) new animated emoji!\r\n• Get a random number from an animated dice by sending a dice emoji.\r\n• Send a dart, basketball, or football for the chance of a bullseye/goal.\r\n• Cache statistics visualized by a ring chart (Settings > Data and Storage > Storage Usage > Clear Cache).\r\n• Message corners: Tweak the appearance of message bubbles in Settings.\r\n• Use bots like @QuizBot to create quizzes with multiple questions. See how much time you have left to answer a question.\r\n• Create custom Chat Folders with flexible settings, or use default recommendations.\r\n• Right click / tap and hold on a chat in your chat list to add it to a Chat Folder.\r\n• Pin (different) chats in each Chat Folder.\r\n• Folder sidebar: Display the Chat Folder menu on the left instead of on top.\r\n• Statistics for big channels: growth and post performance.\r\n• Copy a MTproto proxy configuration to the clipboard (right click / tap and hold > Copy Link).\r\n• Automatically fill in MTproto proxy settings on login using clipboard data.\r\n• Upload up to 2GB per file.\r\n• Improved app memory management.\r\n• Turn the display off if the light sensor is blocked while playing an audio.\r\n• Added a link to @UnigramMobileNews.\r\n• Many more bugfixes and improvements.\r\n\r\n Subscribe to @UnigramMobileNews for tips and news about Unigram Mobile.";

public int Session => _session;

Expand Down
2 changes: 1 addition & 1 deletion Unigram/UpdateManifest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $displayName.InnerText = $h[$config]

$h = @{}
$h["DEBUG"] = "Unigram Mobile Experimental"
$h["RELEASE"] = "Unigram Mobile Messenger Beta"
$h["RELEASE"] = "Unigram Mobile Messenger"

$visualElements = $document.GetElementsByTagName("uap:VisualElements")[0]
$visualElements.Attributes["DisplayName"].Value = $h[$config]
Expand Down

0 comments on commit a2cd1fe

Please sign in to comment.