This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
Releases: WindowsAppCommunity/Quarrel
Releases · WindowsAppCommunity/Quarrel
Alpha-v20220524.2
Changes:
- ad843a4 Merge pull request #613 from UWPCommunity/rewrite/main
- cdb8f6a Improve log in tracking.
- 74f352b Fix error because I'm an idiot.
- d807e16 Merge pull request #612 from UWPCommunity/rewrite/main
- 1911211 Merge branch 'rewrite/main' of https://github.com/UWPCommunity/Quarrel into rewrite/main
- 0ea356f Improve websocket handling and deal with invalid token.
- 0d754a1 Fix token.
- 8ff6a05 WIP Added MarkAsRead MenuFlyoutItem
- 51adea1 Added mark as read commands to BindableMessage and IBindableMessageChannels
- 67eab9a Added Mark as Read endpoint and methods
See More
- aa498bd Added DraftBlock control
- f9b24bd Added draft values and implemented for Moderation page
- 6e95916 WIP Overview page
- b255406 WIP Moderation page binding
- e1d3eb2 Guild moderation page layout
- cf18b70 Improved hebrew localization
- 373043d Added default item selection to settings pages
- f40825d Added resources for guild settings pages
- 8cf162d Added DiscordOrange color and brush
- 30dd72a Further refactored settings view models
- d690d75 Added guild as context to guild settings sub page
- f84b9cc Abstracted User and Guild settings
- 82eb9de Open guild settings page
- baf0a66 Send on enter click
- 52c39b9 Disabled send box when draft is empty or whitespace
- b0d6705 Hide new window button
- 748b4fc Added empty list handle for CommaList
- 94a3404 Added video attachment support
- f1060be Moved discord api status converters
- 1cc0fa6 Merge pull request #611 from UWPCommunity/rewrite/main
- eff5b8c Added Quarrel.Common reference to Quarrel
- e3d1c2a Fixed alpha builds with common project
- 5b4be04 Merge pull request #610 from UWPCommunity/rewrite/main
- 8508825 Added download button to attachments
- bd12898 Added icon converter for attachments
- ea8c228 Added attachment template selector
- 1202cd9 Added more comments
- 5c556c2 Further code clean up
- 1c06320 Improved about page localization
- fb044f3 Localized settings categories
- dda96e7 Added categories to user settings
- 2ea5d40 Added comments for messages and settings view models
- 8b1ebd2 Resolved some warnings
- c3722f8 Added logging event for setting user status
- 4961194 Removed some warnings
- e1872e5 Added user settings update to current user flyout
- 3b77d30 Added annoucement channel icon
- fc60415 Fixed renaming negligence
- c9e48e5 Adjusted converters
- f8e475f Localized message flyouts
- 13e19f8 Added Delete action to message
- 76d7e32 Added copy id and copy link actions to message flyout
- dfc577d Merge pull request #608 from UWPCommunity/rewrite/main
- 38ead3f Improve message history loading.
- 04678f7 Began adding flyouts to messages
- 30216c4 Removed context check from message rendering
- a9f705d Fixed semaphore initialization
- 9dafb46 Added semaphore around message loading
- ae1b666 WIP Loading older messages
- 4387fa6 Adjusted dispatcher call pattern in MessageViewModel
- 19679e9 Added converter to only show call button visibility in private channels
- 7820044 Adjusted message updating dispatcher call
- 86f49f0 Added events for when the message view is scroller to the bottom and top
- b970277 Merge pull request #607 from UWPCommunity/rewrite/main
- a2ee0b3 Fixed token regex for non-mfa tokens
- b853eef Fix url parsing.
- b492928 Removed style rectangle from empty categories
- e1e6640 Adjusted channel group style for null category
- f382400 Added deleted dimming to deleted messages
- 2cbaef3 Removed artifact publishing from the alpha release pipeline
- 628ec76 Merge pull request #604 from UWPCommunity/rewrite/main
- 150267e Fixed private channels sorting
- cbf0201 Fixed IndexOutOfRange error in empty channel
- e90133d Organized converters
- e211c02 Fixed side panel adjustment on guild navigation
- adc9baa Added channel header for command bar
- 2436c5f Added log event for opening a channel and a guild
- 3f4b131 Merge pull request #603 from UWPCommunity/rewrite/main
- 6e75dfe Added more logging events
- 5737d57 Removed ContinuationTemplate and added visual state
- 7efec8d Adjusted padding for continuations
- b3afc65 Support message continuations
- e6b1f96 Improve message deserialisation
- 4fd9208 Added attachments to messages
- 4e37abb Copied TypingIndicator into new project
- fee5d0c Fix rendering quotes inside spoilers and text effects.
- 0bfe96e Fixed crash when author mentions themselves
- b882872 Adjust message content alignment
- 64ed288 Massively improve inline code blocks and spoilers.
- a98f2ca Sending Messages
- e4069ba Message created handling
- 10aa9dd Handle login failure
- 764a5e8 Added regex token validation for token login
- ca6d354 Merge pull request #602 from UWPCommunity/rewrite/main
- 194e604 Removed second solution and disabled non-debug builds for rich presence sample
- d75f4d6 Revert "Increased markdown minimum version"
- 44ce3e3 Revert "Increased minimum version everywhere"
- 97ad546 Increased minimum version everywhere
- 5249a6a Increased markdown minimum version
- d5bb162 Fixed configurations according to the solution
- 253368e Message updating
- 845c172 Merge pull request #601 from UWPCommunity/rewrite/main
- de3c4f9 Moved channel updates from Channel event to IMessenger
- a7527c8 Removed AnyCPU from Quarrel.Markdown
- 894dfeb Reverted inline changes
- ca7387b Fix build error
- 2911c3e Merge
- 1b15552 Use Runs for inline code block
- 03e6395 Merge pull request #600 from UWPCommunity/rewrite/main
- fd76f3c Added Alpha and Insider build configuations to Quarrel.Markdown
- 261a69c Merge pull request #596 from UWPCommunity/rewrite/main
- d4105b2 Added AuthorMember to BindableMessage
- 4da93f7 Fixed typo in message pinned string
- a37482d Shortend message list hover transition animation
- fe365d1 Added Style overrides for MessageRenderer
- 26d0fc6 TimestampElement templated control
- 545cdfb Improved user mention Style
- 49cd088 Styled CodeBlocks
- d3ccfb4 Spoiler, InlineCode, and UserMention templated controls
- 7ca8b1c Moved Emoji rendering to templated control
- 7afd54e...
Alpha-v20220524.1
Changes:
- d807e16 Merge pull request #612 from UWPCommunity/rewrite/main
- 1911211 Merge branch 'rewrite/main' of https://github.com/UWPCommunity/Quarrel into rewrite/main
- 0ea356f Improve websocket handling and deal with invalid token.
- 0d754a1 Fix token.
- 8ff6a05 WIP Added MarkAsRead MenuFlyoutItem
- 51adea1 Added mark as read commands to BindableMessage and IBindableMessageChannels
- 67eab9a Added Mark as Read endpoint and methods
- aa498bd Added DraftBlock control
- f9b24bd Added draft values and implemented for Moderation page
- 6e95916 WIP Overview page
See More
- b255406 WIP Moderation page binding
- e1d3eb2 Guild moderation page layout
- cf18b70 Improved hebrew localization
- 373043d Added default item selection to settings pages
- f40825d Added resources for guild settings pages
- 8cf162d Added DiscordOrange color and brush
- 30dd72a Further refactored settings view models
- d690d75 Added guild as context to guild settings sub page
- f84b9cc Abstracted User and Guild settings
- 82eb9de Open guild settings page
- baf0a66 Send on enter click
- 52c39b9 Disabled send box when draft is empty or whitespace
- b0d6705 Hide new window button
- 748b4fc Added empty list handle for CommaList
- 94a3404 Added video attachment support
- f1060be Moved discord api status converters
- 1cc0fa6 Merge pull request #611 from UWPCommunity/rewrite/main
- eff5b8c Added Quarrel.Common reference to Quarrel
- e3d1c2a Fixed alpha builds with common project
- 5b4be04 Merge pull request #610 from UWPCommunity/rewrite/main
- 8508825 Added download button to attachments
- bd12898 Added icon converter for attachments
- ea8c228 Added attachment template selector
- 1202cd9 Added more comments
- 5c556c2 Further code clean up
- 1c06320 Improved about page localization
- fb044f3 Localized settings categories
- dda96e7 Added categories to user settings
- 2ea5d40 Added comments for messages and settings view models
- 8b1ebd2 Resolved some warnings
- c3722f8 Added logging event for setting user status
- 4961194 Removed some warnings
- e1872e5 Added user settings update to current user flyout
- 3b77d30 Added annoucement channel icon
- fc60415 Fixed renaming negligence
- c9e48e5 Adjusted converters
- f8e475f Localized message flyouts
- 13e19f8 Added Delete action to message
- 76d7e32 Added copy id and copy link actions to message flyout
- dfc577d Merge pull request #608 from UWPCommunity/rewrite/main
- 38ead3f Improve message history loading.
- 04678f7 Began adding flyouts to messages
- 30216c4 Removed context check from message rendering
- a9f705d Fixed semaphore initialization
- 9dafb46 Added semaphore around message loading
- ae1b666 WIP Loading older messages
- 4387fa6 Adjusted dispatcher call pattern in MessageViewModel
- 19679e9 Added converter to only show call button visibility in private channels
- 7820044 Adjusted message updating dispatcher call
- 86f49f0 Added events for when the message view is scroller to the bottom and top
- b970277 Merge pull request #607 from UWPCommunity/rewrite/main
- a2ee0b3 Fixed token regex for non-mfa tokens
- b853eef Fix url parsing.
- b492928 Removed style rectangle from empty categories
- e1e6640 Adjusted channel group style for null category
- f382400 Added deleted dimming to deleted messages
- 2cbaef3 Removed artifact publishing from the alpha release pipeline
- 628ec76 Merge pull request #604 from UWPCommunity/rewrite/main
- 150267e Fixed private channels sorting
- cbf0201 Fixed IndexOutOfRange error in empty channel
- e90133d Organized converters
- e211c02 Fixed side panel adjustment on guild navigation
- adc9baa Added channel header for command bar
- 2436c5f Added log event for opening a channel and a guild
- 3f4b131 Merge pull request #603 from UWPCommunity/rewrite/main
- 6e75dfe Added more logging events
- 5737d57 Removed ContinuationTemplate and added visual state
- 7efec8d Adjusted padding for continuations
- b3afc65 Support message continuations
- e6b1f96 Improve message deserialisation
- 4fd9208 Added attachments to messages
- 4e37abb Copied TypingIndicator into new project
- fee5d0c Fix rendering quotes inside spoilers and text effects.
- 0bfe96e Fixed crash when author mentions themselves
- b882872 Adjust message content alignment
- 64ed288 Massively improve inline code blocks and spoilers.
- a98f2ca Sending Messages
- e4069ba Message created handling
- 10aa9dd Handle login failure
- 764a5e8 Added regex token validation for token login
- ca6d354 Merge pull request #602 from UWPCommunity/rewrite/main
- 194e604 Removed second solution and disabled non-debug builds for rich presence sample
- d75f4d6 Revert "Increased markdown minimum version"
- 44ce3e3 Revert "Increased minimum version everywhere"
- 97ad546 Increased minimum version everywhere
- 5249a6a Increased markdown minimum version
- d5bb162 Fixed configurations according to the solution
- 253368e Message updating
- 845c172 Merge pull request #601 from UWPCommunity/rewrite/main
- de3c4f9 Moved channel updates from Channel event to IMessenger
- a7527c8 Removed AnyCPU from Quarrel.Markdown
- 894dfeb Reverted inline changes
- ca7387b Fix build error
- 2911c3e Merge
- 1b15552 Use Runs for inline code block
- 03e6395 Merge pull request #600 from UWPCommunity/rewrite/main
- fd76f3c Added Alpha and Insider build configuations to Quarrel.Markdown
- 261a69c Merge pull request #596 from UWPCommunity/rewrite/main
- d4105b2 Added AuthorMember to BindableMessage
- 4da93f7 Fixed typo in message pinned string
- a37482d Shortend message list hover transition animation
- fe365d1 Added Style overrides for MessageRenderer
- 26d0fc6 TimestampElement templated control
- 545cdfb Improved user mention Style
- 49cd088 Styled CodeBlocks
- d3ccfb4 Spoiler, InlineCode, and UserMention templated controls
- 7ca8b1c Moved Emoji rendering to templated control
- 7afd54e Moved BlockQuote to its own templated control
- 4525cc6 Moved CodeBlock to its own templated control
- 6278735 Split user mentions from global mentions
- 4c4fd5f...
Alpha-v20220516.2
Changes:
- 1cc0fa6 Merge pull request #611 from UWPCommunity/rewrite/main
- eff5b8c Added Quarrel.Common reference to Quarrel
- e3d1c2a Fixed alpha builds with common project
- 5b4be04 Merge pull request #610 from UWPCommunity/rewrite/main
- 8508825 Added download button to attachments
- bd12898 Added icon converter for attachments
- ea8c228 Added attachment template selector
- 1202cd9 Added more comments
- 5c556c2 Further code clean up
- 1c06320 Improved about page localization
See More
- fb044f3 Localized settings categories
- dda96e7 Added categories to user settings
- 2ea5d40 Added comments for messages and settings view models
- 8b1ebd2 Resolved some warnings
- c3722f8 Added logging event for setting user status
- 4961194 Removed some warnings
- e1872e5 Added user settings update to current user flyout
- 3b77d30 Added annoucement channel icon
- fc60415 Fixed renaming negligence
- c9e48e5 Adjusted converters
- f8e475f Localized message flyouts
- 13e19f8 Added Delete action to message
- 76d7e32 Added copy id and copy link actions to message flyout
- dfc577d Merge pull request #608 from UWPCommunity/rewrite/main
- 38ead3f Improve message history loading.
- 04678f7 Began adding flyouts to messages
- 30216c4 Removed context check from message rendering
- a9f705d Fixed semaphore initialization
- 9dafb46 Added semaphore around message loading
- ae1b666 WIP Loading older messages
- 4387fa6 Adjusted dispatcher call pattern in MessageViewModel
- 19679e9 Added converter to only show call button visibility in private channels
- 7820044 Adjusted message updating dispatcher call
- 86f49f0 Added events for when the message view is scroller to the bottom and top
- b970277 Merge pull request #607 from UWPCommunity/rewrite/main
- a2ee0b3 Fixed token regex for non-mfa tokens
- b853eef Fix url parsing.
- b492928 Removed style rectangle from empty categories
- e1e6640 Adjusted channel group style for null category
- f382400 Added deleted dimming to deleted messages
- 2cbaef3 Removed artifact publishing from the alpha release pipeline
- 628ec76 Merge pull request #604 from UWPCommunity/rewrite/main
- 150267e Fixed private channels sorting
- cbf0201 Fixed IndexOutOfRange error in empty channel
- e90133d Organized converters
- e211c02 Fixed side panel adjustment on guild navigation
- adc9baa Added channel header for command bar
- 2436c5f Added log event for opening a channel and a guild
- 3f4b131 Merge pull request #603 from UWPCommunity/rewrite/main
- 6e75dfe Added more logging events
- 5737d57 Removed ContinuationTemplate and added visual state
- 7efec8d Adjusted padding for continuations
- b3afc65 Support message continuations
- e6b1f96 Improve message deserialisation
- 4fd9208 Added attachments to messages
- 4e37abb Copied TypingIndicator into new project
- fee5d0c Fix rendering quotes inside spoilers and text effects.
- 0bfe96e Fixed crash when author mentions themselves
- b882872 Adjust message content alignment
- 64ed288 Massively improve inline code blocks and spoilers.
- a98f2ca Sending Messages
- e4069ba Message created handling
- 10aa9dd Handle login failure
- 764a5e8 Added regex token validation for token login
- ca6d354 Merge pull request #602 from UWPCommunity/rewrite/main
- 194e604 Removed second solution and disabled non-debug builds for rich presence sample
- d75f4d6 Revert "Increased markdown minimum version"
- 44ce3e3 Revert "Increased minimum version everywhere"
- 97ad546 Increased minimum version everywhere
- 5249a6a Increased markdown minimum version
- d5bb162 Fixed configurations according to the solution
- 253368e Message updating
- 845c172 Merge pull request #601 from UWPCommunity/rewrite/main
- de3c4f9 Moved channel updates from Channel event to IMessenger
- a7527c8 Removed AnyCPU from Quarrel.Markdown
- 894dfeb Reverted inline changes
- ca7387b Fix build error
- 2911c3e Merge
- 1b15552 Use Runs for inline code block
- 03e6395 Merge pull request #600 from UWPCommunity/rewrite/main
- fd76f3c Added Alpha and Insider build configuations to Quarrel.Markdown
- 261a69c Merge pull request #596 from UWPCommunity/rewrite/main
- d4105b2 Added AuthorMember to BindableMessage
- 4da93f7 Fixed typo in message pinned string
- a37482d Shortend message list hover transition animation
- fe365d1 Added Style overrides for MessageRenderer
- 26d0fc6 TimestampElement templated control
- 545cdfb Improved user mention Style
- 49cd088 Styled CodeBlocks
- d3ccfb4 Spoiler, InlineCode, and UserMention templated controls
- 7ca8b1c Moved Emoji rendering to templated control
- 7afd54e Moved BlockQuote to its own templated control
- 4525cc6 Moved CodeBlock to its own templated control
- 6278735 Split user mentions from global mentions
- 4c4fd5f Added a workaround for null context rendering
- e20fe8b Moved Emoji assets to Markdown library
- ff358fe Moved MessageRenderer to Quarrel.Markdown
- 5e76adf Added username substitution for mentions
- f92b265 Added author mentions to info messages
- 549bcf5 Adjusted MessageRenderer to take a BindableMessage instead of its content
- a447098 Merge branch 'rewrite/main' of https://github.com/UWPCommunity/Quarrel into rewrite/main
- 3911148 Changed Mentions in MessageRenderer to HyperLinkButtons
- 00ca88d Properly handle heartback ack in gateway.
- f1a45e6 Merge pull request #590 from UWPCommunity/rewrite/main
- 57ed5b3 Improved Message DataTemplate
- 4f58352 Added primitive language override settings
- adf0233 Adjusted text selectability where only code is selectable
- 17091bd Localized time formats
- 231d67a Changed Author nullability
- 05c75be Updated Message DataTemplate
- 3b90f52 Added author to messages
- 3046482 Styled message list style
- 198223f Merge pull request #588 from UWPCommunity/rewrite/main
- 759489d Use MessageRenderer for messages.
- 93b9e0b Merge
- 197f3ac Message renderer control.
- 8d054fb Added call and channel mentions to JsonMessage
- cdec6fc Removed max width and height from DiscordStatusPage
- aad69c3 Added smart time converter and time for info message
- 8bc93f4...
Alpha-v20220511.1
Changes:
- dfc577d Merge pull request #608 from UWPCommunity/rewrite/main
- 38ead3f Improve message history loading.
- 04678f7 Began adding flyouts to messages
- 30216c4 Removed context check from message rendering
- a9f705d Fixed semaphore initialization
- 9dafb46 Added semaphore around message loading
- ae1b666 WIP Loading older messages
- 4387fa6 Adjusted dispatcher call pattern in MessageViewModel
- 19679e9 Added converter to only show call button visibility in private channels
- 7820044 Adjusted message updating dispatcher call
See More
- 86f49f0 Added events for when the message view is scroller to the bottom and top
- b970277 Merge pull request #607 from UWPCommunity/rewrite/main
- a2ee0b3 Fixed token regex for non-mfa tokens
- b853eef Fix url parsing.
- b492928 Removed style rectangle from empty categories
- e1e6640 Adjusted channel group style for null category
- f382400 Added deleted dimming to deleted messages
- 2cbaef3 Removed artifact publishing from the alpha release pipeline
- 628ec76 Merge pull request #604 from UWPCommunity/rewrite/main
- 150267e Fixed private channels sorting
- cbf0201 Fixed IndexOutOfRange error in empty channel
- e90133d Organized converters
- e211c02 Fixed side panel adjustment on guild navigation
- adc9baa Added channel header for command bar
- 2436c5f Added log event for opening a channel and a guild
- 3f4b131 Merge pull request #603 from UWPCommunity/rewrite/main
- 6e75dfe Added more logging events
- 5737d57 Removed ContinuationTemplate and added visual state
- 7efec8d Adjusted padding for continuations
- b3afc65 Support message continuations
- e6b1f96 Improve message deserialisation
- 4fd9208 Added attachments to messages
- 4e37abb Copied TypingIndicator into new project
- fee5d0c Fix rendering quotes inside spoilers and text effects.
- 0bfe96e Fixed crash when author mentions themselves
- b882872 Adjust message content alignment
- 64ed288 Massively improve inline code blocks and spoilers.
- a98f2ca Sending Messages
- e4069ba Message created handling
- 10aa9dd Handle login failure
- 764a5e8 Added regex token validation for token login
- ca6d354 Merge pull request #602 from UWPCommunity/rewrite/main
- 194e604 Removed second solution and disabled non-debug builds for rich presence sample
- d75f4d6 Revert "Increased markdown minimum version"
- 44ce3e3 Revert "Increased minimum version everywhere"
- 97ad546 Increased minimum version everywhere
- 5249a6a Increased markdown minimum version
- d5bb162 Fixed configurations according to the solution
- 253368e Message updating
- 845c172 Merge pull request #601 from UWPCommunity/rewrite/main
- de3c4f9 Moved channel updates from Channel event to IMessenger
- a7527c8 Removed AnyCPU from Quarrel.Markdown
- 894dfeb Reverted inline changes
- ca7387b Fix build error
- 2911c3e Merge
- 1b15552 Use Runs for inline code block
- 03e6395 Merge pull request #600 from UWPCommunity/rewrite/main
- fd76f3c Added Alpha and Insider build configuations to Quarrel.Markdown
- 261a69c Merge pull request #596 from UWPCommunity/rewrite/main
- d4105b2 Added AuthorMember to BindableMessage
- 4da93f7 Fixed typo in message pinned string
- a37482d Shortend message list hover transition animation
- fe365d1 Added Style overrides for MessageRenderer
- 26d0fc6 TimestampElement templated control
- 545cdfb Improved user mention Style
- 49cd088 Styled CodeBlocks
- d3ccfb4 Spoiler, InlineCode, and UserMention templated controls
- 7ca8b1c Moved Emoji rendering to templated control
- 7afd54e Moved BlockQuote to its own templated control
- 4525cc6 Moved CodeBlock to its own templated control
- 6278735 Split user mentions from global mentions
- 4c4fd5f Added a workaround for null context rendering
- e20fe8b Moved Emoji assets to Markdown library
- ff358fe Moved MessageRenderer to Quarrel.Markdown
- 5e76adf Added username substitution for mentions
- f92b265 Added author mentions to info messages
- 549bcf5 Adjusted MessageRenderer to take a BindableMessage instead of its content
- a447098 Merge branch 'rewrite/main' of https://github.com/UWPCommunity/Quarrel into rewrite/main
- 3911148 Changed Mentions in MessageRenderer to HyperLinkButtons
- 00ca88d Properly handle heartback ack in gateway.
- f1a45e6 Merge pull request #590 from UWPCommunity/rewrite/main
- 57ed5b3 Improved Message DataTemplate
- 4f58352 Added primitive language override settings
- adf0233 Adjusted text selectability where only code is selectable
- 17091bd Localized time formats
- 231d67a Changed Author nullability
- 05c75be Updated Message DataTemplate
- 3b90f52 Added author to messages
- 3046482 Styled message list style
- 198223f Merge pull request #588 from UWPCommunity/rewrite/main
- 759489d Use MessageRenderer for messages.
- 93b9e0b Merge
- 197f3ac Message renderer control.
- 8d054fb Added call and channel mentions to JsonMessage
- cdec6fc Removed max width and height from DiscordStatusPage
- aad69c3 Added smart time converter and time for info message
- 8bc93f4 Added content message templates to InfoMessages
- e9e8522 Moved panels out of shell
- e1d8436 Added color to info message icon
- 2ff4d1d Message template selector
- 0ecd89d Localized settings so far
- fd2fd06 Improved abstraction from private channels
- 63068be UserSettings subpage is active
- 0efe74d UserSettings Pirvacy page
- 9615973 Readonly MyAccount page
- a293534 Organized selectors hierarchically
- 5ada12d Merge pull request #587 from UWPCommunity/rewrite/main
- 6662de6 Localized user settings
- f562da7 Enabled settings button on current user button
- 0f7e4eb UserSettings page
- 369cf48 Fixed crash on incorrect style target type in commandbar
- d4d4329 Localized comma list
- 3cacae7 Formatted member names
- 674403c Added group channel member count
- 4949ba4 Merge pull request #585 from UWPCommunity/rewrite/main
- e729020 Display GroupChannels
- 93af57c Load DirectMessages
- 94dcb40 Home item as guild abstraction
- 63c6daa List home item in guild list
- 7e153d2 Added SendButton to MessageBox
- d602d92...
Alpha-v20220509.1
Changes:
- b970277 Merge pull request #607 from UWPCommunity/rewrite/main
- a2ee0b3 Fixed token regex for non-mfa tokens
- b853eef Fix url parsing.
- b492928 Removed style rectangle from empty categories
- e1e6640 Adjusted channel group style for null category
- f382400 Added deleted dimming to deleted messages
- 2cbaef3 Removed artifact publishing from the alpha release pipeline
- 628ec76 Merge pull request #604 from UWPCommunity/rewrite/main
- 150267e Fixed private channels sorting
- cbf0201 Fixed IndexOutOfRange error in empty channel
See More
- e90133d Organized converters
- e211c02 Fixed side panel adjustment on guild navigation
- adc9baa Added channel header for command bar
- 2436c5f Added log event for opening a channel and a guild
- 3f4b131 Merge pull request #603 from UWPCommunity/rewrite/main
- 6e75dfe Added more logging events
- 5737d57 Removed ContinuationTemplate and added visual state
- 7efec8d Adjusted padding for continuations
- b3afc65 Support message continuations
- e6b1f96 Improve message deserialisation
- 4fd9208 Added attachments to messages
- 4e37abb Copied TypingIndicator into new project
- fee5d0c Fix rendering quotes inside spoilers and text effects.
- 0bfe96e Fixed crash when author mentions themselves
- b882872 Adjust message content alignment
- 64ed288 Massively improve inline code blocks and spoilers.
- a98f2ca Sending Messages
- e4069ba Message created handling
- 10aa9dd Handle login failure
- 764a5e8 Added regex token validation for token login
- ca6d354 Merge pull request #602 from UWPCommunity/rewrite/main
- 194e604 Removed second solution and disabled non-debug builds for rich presence sample
- d75f4d6 Revert "Increased markdown minimum version"
- 44ce3e3 Revert "Increased minimum version everywhere"
- 97ad546 Increased minimum version everywhere
- 5249a6a Increased markdown minimum version
- d5bb162 Fixed configurations according to the solution
- 253368e Message updating
- 845c172 Merge pull request #601 from UWPCommunity/rewrite/main
- de3c4f9 Moved channel updates from Channel event to IMessenger
- a7527c8 Removed AnyCPU from Quarrel.Markdown
- 894dfeb Reverted inline changes
- ca7387b Fix build error
- 2911c3e Merge
- 1b15552 Use Runs for inline code block
- 03e6395 Merge pull request #600 from UWPCommunity/rewrite/main
- fd76f3c Added Alpha and Insider build configuations to Quarrel.Markdown
- 261a69c Merge pull request #596 from UWPCommunity/rewrite/main
- d4105b2 Added AuthorMember to BindableMessage
- 4da93f7 Fixed typo in message pinned string
- a37482d Shortend message list hover transition animation
- fe365d1 Added Style overrides for MessageRenderer
- 26d0fc6 TimestampElement templated control
- 545cdfb Improved user mention Style
- 49cd088 Styled CodeBlocks
- d3ccfb4 Spoiler, InlineCode, and UserMention templated controls
- 7ca8b1c Moved Emoji rendering to templated control
- 7afd54e Moved BlockQuote to its own templated control
- 4525cc6 Moved CodeBlock to its own templated control
- 6278735 Split user mentions from global mentions
- 4c4fd5f Added a workaround for null context rendering
- e20fe8b Moved Emoji assets to Markdown library
- ff358fe Moved MessageRenderer to Quarrel.Markdown
- 5e76adf Added username substitution for mentions
- f92b265 Added author mentions to info messages
- 549bcf5 Adjusted MessageRenderer to take a BindableMessage instead of its content
- a447098 Merge branch 'rewrite/main' of https://github.com/UWPCommunity/Quarrel into rewrite/main
- 3911148 Changed Mentions in MessageRenderer to HyperLinkButtons
- 00ca88d Properly handle heartback ack in gateway.
- f1a45e6 Merge pull request #590 from UWPCommunity/rewrite/main
- 57ed5b3 Improved Message DataTemplate
- 4f58352 Added primitive language override settings
- adf0233 Adjusted text selectability where only code is selectable
- 17091bd Localized time formats
- 231d67a Changed Author nullability
- 05c75be Updated Message DataTemplate
- 3b90f52 Added author to messages
- 3046482 Styled message list style
- 198223f Merge pull request #588 from UWPCommunity/rewrite/main
- 759489d Use MessageRenderer for messages.
- 93b9e0b Merge
- 197f3ac Message renderer control.
- 8d054fb Added call and channel mentions to JsonMessage
- cdec6fc Removed max width and height from DiscordStatusPage
- aad69c3 Added smart time converter and time for info message
- 8bc93f4 Added content message templates to InfoMessages
- e9e8522 Moved panels out of shell
- e1d8436 Added color to info message icon
- 2ff4d1d Message template selector
- 0ecd89d Localized settings so far
- fd2fd06 Improved abstraction from private channels
- 63068be UserSettings subpage is active
- 0efe74d UserSettings Pirvacy page
- 9615973 Readonly MyAccount page
- a293534 Organized selectors hierarchically
- 5ada12d Merge pull request #587 from UWPCommunity/rewrite/main
- 6662de6 Localized user settings
- f562da7 Enabled settings button on current user button
- 0f7e4eb UserSettings page
- 369cf48 Fixed crash on incorrect style target type in commandbar
- d4d4329 Localized comma list
- 3cacae7 Formatted member names
- 674403c Added group channel member count
- 4949ba4 Merge pull request #585 from UWPCommunity/rewrite/main
- e729020 Display GroupChannels
- 93af57c Load DirectMessages
- 94dcb40 Home item as guild abstraction
- 63c6daa List home item in guild list
- 7e153d2 Added SendButton to MessageBox
- d602d92 Merge pull request #583 from UWPCommunity/rewrite/main
- 4fc8288 Localized MessageBox
- 0b43512 Created MessageBox
- 50b80d7 Localized command bar
- ecc223a Added tooltips to commandbar buttons
- 8a220db Updated QuarrelCommandBar
- c21dab2 Adjusted control namespaces
- 5035330 Added GuildHeader
- 5bc7287 Improved DiscordStatus API comments
- 18f4047 Trimmed messages
- 95b0e29 Improved CommandBar shadow
- 885a6b1 WIP Improved CommandBar
- 65527f7 AppServiceConnectopn BackgroundTaskDeferrals
- b3f682e Merge branch 'r...
Alpha-v20220508.1
Changes:
- 628ec76 Merge pull request #604 from UWPCommunity/rewrite/main
- 150267e Fixed private channels sorting
- cbf0201 Fixed IndexOutOfRange error in empty channel
- e90133d Organized converters
- e211c02 Fixed side panel adjustment on guild navigation
- adc9baa Added channel header for command bar
- 2436c5f Added log event for opening a channel and a guild
- 3f4b131 Merge pull request #603 from UWPCommunity/rewrite/main
- 6e75dfe Added more logging events
- 5737d57 Removed ContinuationTemplate and added visual state
See More
- 7efec8d Adjusted padding for continuations
- b3afc65 Support message continuations
- e6b1f96 Improve message deserialisation
- 4fd9208 Added attachments to messages
- 4e37abb Copied TypingIndicator into new project
- fee5d0c Fix rendering quotes inside spoilers and text effects.
- 0bfe96e Fixed crash when author mentions themselves
- b882872 Adjust message content alignment
- 64ed288 Massively improve inline code blocks and spoilers.
- a98f2ca Sending Messages
- e4069ba Message created handling
- 10aa9dd Handle login failure
- 764a5e8 Added regex token validation for token login
- ca6d354 Merge pull request #602 from UWPCommunity/rewrite/main
- 194e604 Removed second solution and disabled non-debug builds for rich presence sample
- d75f4d6 Revert "Increased markdown minimum version"
- 44ce3e3 Revert "Increased minimum version everywhere"
- 97ad546 Increased minimum version everywhere
- 5249a6a Increased markdown minimum version
- d5bb162 Fixed configurations according to the solution
- 253368e Message updating
- 845c172 Merge pull request #601 from UWPCommunity/rewrite/main
- de3c4f9 Moved channel updates from Channel event to IMessenger
- a7527c8 Removed AnyCPU from Quarrel.Markdown
- 894dfeb Reverted inline changes
- ca7387b Fix build error
- 2911c3e Merge
- 1b15552 Use Runs for inline code block
- 03e6395 Merge pull request #600 from UWPCommunity/rewrite/main
- fd76f3c Added Alpha and Insider build configuations to Quarrel.Markdown
- 261a69c Merge pull request #596 from UWPCommunity/rewrite/main
- d4105b2 Added AuthorMember to BindableMessage
- 4da93f7 Fixed typo in message pinned string
- a37482d Shortend message list hover transition animation
- fe365d1 Added Style overrides for MessageRenderer
- 26d0fc6 TimestampElement templated control
- 545cdfb Improved user mention Style
- 49cd088 Styled CodeBlocks
- d3ccfb4 Spoiler, InlineCode, and UserMention templated controls
- 7ca8b1c Moved Emoji rendering to templated control
- 7afd54e Moved BlockQuote to its own templated control
- 4525cc6 Moved CodeBlock to its own templated control
- 6278735 Split user mentions from global mentions
- 4c4fd5f Added a workaround for null context rendering
- e20fe8b Moved Emoji assets to Markdown library
- ff358fe Moved MessageRenderer to Quarrel.Markdown
- 5e76adf Added username substitution for mentions
- f92b265 Added author mentions to info messages
- 549bcf5 Adjusted MessageRenderer to take a BindableMessage instead of its content
- a447098 Merge branch 'rewrite/main' of https://github.com/UWPCommunity/Quarrel into rewrite/main
- 3911148 Changed Mentions in MessageRenderer to HyperLinkButtons
- 00ca88d Properly handle heartback ack in gateway.
- f1a45e6 Merge pull request #590 from UWPCommunity/rewrite/main
- 57ed5b3 Improved Message DataTemplate
- 4f58352 Added primitive language override settings
- adf0233 Adjusted text selectability where only code is selectable
- 17091bd Localized time formats
- 231d67a Changed Author nullability
- 05c75be Updated Message DataTemplate
- 3b90f52 Added author to messages
- 3046482 Styled message list style
- 198223f Merge pull request #588 from UWPCommunity/rewrite/main
- 759489d Use MessageRenderer for messages.
- 93b9e0b Merge
- 197f3ac Message renderer control.
- 8d054fb Added call and channel mentions to JsonMessage
- cdec6fc Removed max width and height from DiscordStatusPage
- aad69c3 Added smart time converter and time for info message
- 8bc93f4 Added content message templates to InfoMessages
- e9e8522 Moved panels out of shell
- e1d8436 Added color to info message icon
- 2ff4d1d Message template selector
- 0ecd89d Localized settings so far
- fd2fd06 Improved abstraction from private channels
- 63068be UserSettings subpage is active
- 0efe74d UserSettings Pirvacy page
- 9615973 Readonly MyAccount page
- a293534 Organized selectors hierarchically
- 5ada12d Merge pull request #587 from UWPCommunity/rewrite/main
- 6662de6 Localized user settings
- f562da7 Enabled settings button on current user button
- 0f7e4eb UserSettings page
- 369cf48 Fixed crash on incorrect style target type in commandbar
- d4d4329 Localized comma list
- 3cacae7 Formatted member names
- 674403c Added group channel member count
- 4949ba4 Merge pull request #585 from UWPCommunity/rewrite/main
- e729020 Display GroupChannels
- 93af57c Load DirectMessages
- 94dcb40 Home item as guild abstraction
- 63c6daa List home item in guild list
- 7e153d2 Added SendButton to MessageBox
- d602d92 Merge pull request #583 from UWPCommunity/rewrite/main
- 4fc8288 Localized MessageBox
- 0b43512 Created MessageBox
- 50b80d7 Localized command bar
- ecc223a Added tooltips to commandbar buttons
- 8a220db Updated QuarrelCommandBar
- c21dab2 Adjusted control namespaces
- 5035330 Added GuildHeader
- 5bc7287 Improved DiscordStatus API comments
- 18f4047 Trimmed messages
- 95b0e29 Improved CommandBar shadow
- 885a6b1 WIP Improved CommandBar
- 65527f7 AppServiceConnectopn BackgroundTaskDeferrals
- b3f682e Merge branch 'rewrite/main' of https://github.com/UWPCommunity/Quarrel into rewrite/main
- fa310e7 Improved github dirty service implementation
- f1b726f Update azure-pipelines-package-alpha.yml for Azure Pipelines
- a441b1b Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 389286b Update azure-pipelines-package-alpha.yml for Azure Pipelines
- a93251b Update azure-pipelines-package-alpha.yml for Azure Pipelines
- a5fe802...
Alpha-v20220501.1
Changes:
- 3f4b131 Merge pull request #603 from UWPCommunity/rewrite/main
- 6e75dfe Added more logging events
- 5737d57 Removed ContinuationTemplate and added visual state
- 7efec8d Adjusted padding for continuations
- b3afc65 Support message continuations
- e6b1f96 Improve message deserialisation
- 4fd9208 Added attachments to messages
- 4e37abb Copied TypingIndicator into new project
- fee5d0c Fix rendering quotes inside spoilers and text effects.
- 0bfe96e Fixed crash when author mentions themselves
See More
- b882872 Adjust message content alignment
- 64ed288 Massively improve inline code blocks and spoilers.
- a98f2ca Sending Messages
- e4069ba Message created handling
- 10aa9dd Handle login failure
- 764a5e8 Added regex token validation for token login
- ca6d354 Merge pull request #602 from UWPCommunity/rewrite/main
- 194e604 Removed second solution and disabled non-debug builds for rich presence sample
- d75f4d6 Revert "Increased markdown minimum version"
- 44ce3e3 Revert "Increased minimum version everywhere"
- 97ad546 Increased minimum version everywhere
- 5249a6a Increased markdown minimum version
- d5bb162 Fixed configurations according to the solution
- 253368e Message updating
- 845c172 Merge pull request #601 from UWPCommunity/rewrite/main
- de3c4f9 Moved channel updates from Channel event to IMessenger
- a7527c8 Removed AnyCPU from Quarrel.Markdown
- 894dfeb Reverted inline changes
- ca7387b Fix build error
- 2911c3e Merge
- 1b15552 Use Runs for inline code block
- 03e6395 Merge pull request #600 from UWPCommunity/rewrite/main
- fd76f3c Added Alpha and Insider build configuations to Quarrel.Markdown
- 261a69c Merge pull request #596 from UWPCommunity/rewrite/main
- d4105b2 Added AuthorMember to BindableMessage
- 4da93f7 Fixed typo in message pinned string
- a37482d Shortend message list hover transition animation
- fe365d1 Added Style overrides for MessageRenderer
- 26d0fc6 TimestampElement templated control
- 545cdfb Improved user mention Style
- 49cd088 Styled CodeBlocks
- d3ccfb4 Spoiler, InlineCode, and UserMention templated controls
- 7ca8b1c Moved Emoji rendering to templated control
- 7afd54e Moved BlockQuote to its own templated control
- 4525cc6 Moved CodeBlock to its own templated control
- 6278735 Split user mentions from global mentions
- 4c4fd5f Added a workaround for null context rendering
- e20fe8b Moved Emoji assets to Markdown library
- ff358fe Moved MessageRenderer to Quarrel.Markdown
- 5e76adf Added username substitution for mentions
- f92b265 Added author mentions to info messages
- 549bcf5 Adjusted MessageRenderer to take a BindableMessage instead of its content
- a447098 Merge branch 'rewrite/main' of https://github.com/UWPCommunity/Quarrel into rewrite/main
- 3911148 Changed Mentions in MessageRenderer to HyperLinkButtons
- 00ca88d Properly handle heartback ack in gateway.
- f1a45e6 Merge pull request #590 from UWPCommunity/rewrite/main
- 57ed5b3 Improved Message DataTemplate
- 4f58352 Added primitive language override settings
- adf0233 Adjusted text selectability where only code is selectable
- 17091bd Localized time formats
- 231d67a Changed Author nullability
- 05c75be Updated Message DataTemplate
- 3b90f52 Added author to messages
- 3046482 Styled message list style
- 198223f Merge pull request #588 from UWPCommunity/rewrite/main
- 759489d Use MessageRenderer for messages.
- 93b9e0b Merge
- 197f3ac Message renderer control.
- 8d054fb Added call and channel mentions to JsonMessage
- cdec6fc Removed max width and height from DiscordStatusPage
- aad69c3 Added smart time converter and time for info message
- 8bc93f4 Added content message templates to InfoMessages
- e9e8522 Moved panels out of shell
- e1d8436 Added color to info message icon
- 2ff4d1d Message template selector
- 0ecd89d Localized settings so far
- fd2fd06 Improved abstraction from private channels
- 63068be UserSettings subpage is active
- 0efe74d UserSettings Pirvacy page
- 9615973 Readonly MyAccount page
- a293534 Organized selectors hierarchically
- 5ada12d Merge pull request #587 from UWPCommunity/rewrite/main
- 6662de6 Localized user settings
- f562da7 Enabled settings button on current user button
- 0f7e4eb UserSettings page
- 369cf48 Fixed crash on incorrect style target type in commandbar
- d4d4329 Localized comma list
- 3cacae7 Formatted member names
- 674403c Added group channel member count
- 4949ba4 Merge pull request #585 from UWPCommunity/rewrite/main
- e729020 Display GroupChannels
- 93af57c Load DirectMessages
- 94dcb40 Home item as guild abstraction
- 63c6daa List home item in guild list
- 7e153d2 Added SendButton to MessageBox
- d602d92 Merge pull request #583 from UWPCommunity/rewrite/main
- 4fc8288 Localized MessageBox
- 0b43512 Created MessageBox
- 50b80d7 Localized command bar
- ecc223a Added tooltips to commandbar buttons
- 8a220db Updated QuarrelCommandBar
- c21dab2 Adjusted control namespaces
- 5035330 Added GuildHeader
- 5bc7287 Improved DiscordStatus API comments
- 18f4047 Trimmed messages
- 95b0e29 Improved CommandBar shadow
- 885a6b1 WIP Improved CommandBar
- 65527f7 AppServiceConnectopn BackgroundTaskDeferrals
- b3f682e Merge branch 'rewrite/main' of https://github.com/UWPCommunity/Quarrel into rewrite/main
- fa310e7 Improved github dirty service implementation
- f1b726f Update azure-pipelines-package-alpha.yml for Azure Pipelines
- a441b1b Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 389286b Update azure-pipelines-package-alpha.yml for Azure Pipelines
- a93251b Update azure-pipelines-package-alpha.yml for Azure Pipelines
- a5fe802 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 8569b4a Merge pull request #580 from UWPCommunity/rewrite/main
- 42cbbb2 Update Quarrel.csproj
- 3a5d33e Update azure-pipelines-package-alpha.yml for Azure Pipelines
- f2f4057 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 71329ae Update azure-pipelines-package-alpha.yml for Azure Pipelines
- fdd6b72...
Alpha-v20220429.5
Changes:
- ca6d354 Merge pull request #602 from UWPCommunity/rewrite/main
- 194e604 Removed second solution and disabled non-debug builds for rich presence sample
- d75f4d6 Revert "Increased markdown minimum version"
- 44ce3e3 Revert "Increased minimum version everywhere"
- 97ad546 Increased minimum version everywhere
- 5249a6a Increased markdown minimum version
- d5bb162 Fixed configurations according to the solution
- 253368e Message updating
- 845c172 Merge pull request #601 from UWPCommunity/rewrite/main
- de3c4f9 Moved channel updates from Channel event to IMessenger
See More
- a7527c8 Removed AnyCPU from Quarrel.Markdown
- 894dfeb Reverted inline changes
- ca7387b Fix build error
- 2911c3e Merge
- 1b15552 Use Runs for inline code block
- 03e6395 Merge pull request #600 from UWPCommunity/rewrite/main
- fd76f3c Added Alpha and Insider build configuations to Quarrel.Markdown
- 261a69c Merge pull request #596 from UWPCommunity/rewrite/main
- d4105b2 Added AuthorMember to BindableMessage
- 4da93f7 Fixed typo in message pinned string
- a37482d Shortend message list hover transition animation
- fe365d1 Added Style overrides for MessageRenderer
- 26d0fc6 TimestampElement templated control
- 545cdfb Improved user mention Style
- 49cd088 Styled CodeBlocks
- d3ccfb4 Spoiler, InlineCode, and UserMention templated controls
- 7ca8b1c Moved Emoji rendering to templated control
- 7afd54e Moved BlockQuote to its own templated control
- 4525cc6 Moved CodeBlock to its own templated control
- 6278735 Split user mentions from global mentions
- 4c4fd5f Added a workaround for null context rendering
- e20fe8b Moved Emoji assets to Markdown library
- ff358fe Moved MessageRenderer to Quarrel.Markdown
- 5e76adf Added username substitution for mentions
- f92b265 Added author mentions to info messages
- 549bcf5 Adjusted MessageRenderer to take a BindableMessage instead of its content
- a447098 Merge branch 'rewrite/main' of https://github.com/UWPCommunity/Quarrel into rewrite/main
- 3911148 Changed Mentions in MessageRenderer to HyperLinkButtons
- 00ca88d Properly handle heartback ack in gateway.
- f1a45e6 Merge pull request #590 from UWPCommunity/rewrite/main
- 57ed5b3 Improved Message DataTemplate
- 4f58352 Added primitive language override settings
- adf0233 Adjusted text selectability where only code is selectable
- 17091bd Localized time formats
- 231d67a Changed Author nullability
- 05c75be Updated Message DataTemplate
- 3b90f52 Added author to messages
- 3046482 Styled message list style
- 198223f Merge pull request #588 from UWPCommunity/rewrite/main
- 759489d Use MessageRenderer for messages.
- 93b9e0b Merge
- 197f3ac Message renderer control.
- 8d054fb Added call and channel mentions to JsonMessage
- cdec6fc Removed max width and height from DiscordStatusPage
- aad69c3 Added smart time converter and time for info message
- 8bc93f4 Added content message templates to InfoMessages
- e9e8522 Moved panels out of shell
- e1d8436 Added color to info message icon
- 2ff4d1d Message template selector
- 0ecd89d Localized settings so far
- fd2fd06 Improved abstraction from private channels
- 63068be UserSettings subpage is active
- 0efe74d UserSettings Pirvacy page
- 9615973 Readonly MyAccount page
- a293534 Organized selectors hierarchically
- 5ada12d Merge pull request #587 from UWPCommunity/rewrite/main
- 6662de6 Localized user settings
- f562da7 Enabled settings button on current user button
- 0f7e4eb UserSettings page
- 369cf48 Fixed crash on incorrect style target type in commandbar
- d4d4329 Localized comma list
- 3cacae7 Formatted member names
- 674403c Added group channel member count
- 4949ba4 Merge pull request #585 from UWPCommunity/rewrite/main
- e729020 Display GroupChannels
- 93af57c Load DirectMessages
- 94dcb40 Home item as guild abstraction
- 63c6daa List home item in guild list
- 7e153d2 Added SendButton to MessageBox
- d602d92 Merge pull request #583 from UWPCommunity/rewrite/main
- 4fc8288 Localized MessageBox
- 0b43512 Created MessageBox
- 50b80d7 Localized command bar
- ecc223a Added tooltips to commandbar buttons
- 8a220db Updated QuarrelCommandBar
- c21dab2 Adjusted control namespaces
- 5035330 Added GuildHeader
- 5bc7287 Improved DiscordStatus API comments
- 18f4047 Trimmed messages
- 95b0e29 Improved CommandBar shadow
- 885a6b1 WIP Improved CommandBar
- 65527f7 AppServiceConnectopn BackgroundTaskDeferrals
- b3f682e Merge branch 'rewrite/main' of https://github.com/UWPCommunity/Quarrel into rewrite/main
- fa310e7 Improved github dirty service implementation
- f1b726f Update azure-pipelines-package-alpha.yml for Azure Pipelines
- a441b1b Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 389286b Update azure-pipelines-package-alpha.yml for Azure Pipelines
- a93251b Update azure-pipelines-package-alpha.yml for Azure Pipelines
- a5fe802 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 8569b4a Merge pull request #580 from UWPCommunity/rewrite/main
- 42cbbb2 Update Quarrel.csproj
- 3a5d33e Update azure-pipelines-package-alpha.yml for Azure Pipelines
- f2f4057 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 71329ae Update azure-pipelines-package-alpha.yml for Azure Pipelines
- fdd6b72 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- fc715b8 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 6939509 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 792b34c Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 801cd50 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 7475a09 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 85a7ef7 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 6a098fe Merge branch 'rewrite/main' of https://github.com/UWPCommunity/Quarrel into rewrite/main
- 8620625 Isolated ApplyDiretyOverrides to Debug config
- 39444d4 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 9c3bf0a Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 27e255b Merge branch 'rewrite/main' of https://github.com/UWPCommunity/Quarrel into rewrite/main
- 95ce9d9...
Alpha-v20220427.1
Changes:
- f1a45e6 Merge pull request #590 from UWPCommunity/rewrite/main
- 57ed5b3 Improved Message DataTemplate
- 4f58352 Added primitive language override settings
- adf0233 Adjusted text selectability where only code is selectable
- 17091bd Localized time formats
- 231d67a Changed Author nullability
- 05c75be Updated Message DataTemplate
- 3b90f52 Added author to messages
- 3046482 Styled message list style
- 198223f Merge pull request #588 from UWPCommunity/rewrite/main
See More
- 759489d Use MessageRenderer for messages.
- 93b9e0b Merge
- 197f3ac Message renderer control.
- 8d054fb Added call and channel mentions to JsonMessage
- cdec6fc Removed max width and height from DiscordStatusPage
- aad69c3 Added smart time converter and time for info message
- 8bc93f4 Added content message templates to InfoMessages
- e9e8522 Moved panels out of shell
- e1d8436 Added color to info message icon
- 2ff4d1d Message template selector
- 0ecd89d Localized settings so far
- fd2fd06 Improved abstraction from private channels
- 63068be UserSettings subpage is active
- 0efe74d UserSettings Pirvacy page
- 9615973 Readonly MyAccount page
- a293534 Organized selectors hierarchically
- 5ada12d Merge pull request #587 from UWPCommunity/rewrite/main
- 6662de6 Localized user settings
- f562da7 Enabled settings button on current user button
- 0f7e4eb UserSettings page
- 369cf48 Fixed crash on incorrect style target type in commandbar
- d4d4329 Localized comma list
- 3cacae7 Formatted member names
- 674403c Added group channel member count
- 4949ba4 Merge pull request #585 from UWPCommunity/rewrite/main
- e729020 Display GroupChannels
- 93af57c Load DirectMessages
- 94dcb40 Home item as guild abstraction
- 63c6daa List home item in guild list
- 7e153d2 Added SendButton to MessageBox
- d602d92 Merge pull request #583 from UWPCommunity/rewrite/main
- 4fc8288 Localized MessageBox
- 0b43512 Created MessageBox
- 50b80d7 Localized command bar
- ecc223a Added tooltips to commandbar buttons
- 8a220db Updated QuarrelCommandBar
- c21dab2 Adjusted control namespaces
- 5035330 Added GuildHeader
- 5bc7287 Improved DiscordStatus API comments
- 18f4047 Trimmed messages
- 95b0e29 Improved CommandBar shadow
- 885a6b1 WIP Improved CommandBar
- 65527f7 AppServiceConnectopn BackgroundTaskDeferrals
- b3f682e Merge branch 'rewrite/main' of https://github.com/UWPCommunity/Quarrel into rewrite/main
- fa310e7 Improved github dirty service implementation
- f1b726f Update azure-pipelines-package-alpha.yml for Azure Pipelines
- a441b1b Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 389286b Update azure-pipelines-package-alpha.yml for Azure Pipelines
- a93251b Update azure-pipelines-package-alpha.yml for Azure Pipelines
- a5fe802 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 8569b4a Merge pull request #580 from UWPCommunity/rewrite/main
- 42cbbb2 Update Quarrel.csproj
- 3a5d33e Update azure-pipelines-package-alpha.yml for Azure Pipelines
- f2f4057 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 71329ae Update azure-pipelines-package-alpha.yml for Azure Pipelines
- fdd6b72 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- fc715b8 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 6939509 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 792b34c Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 801cd50 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 7475a09 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 85a7ef7 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 6a098fe Merge branch 'rewrite/main' of https://github.com/UWPCommunity/Quarrel into rewrite/main
- 8620625 Isolated ApplyDiretyOverrides to Debug config
- 39444d4 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 9c3bf0a Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 27e255b Merge branch 'rewrite/main' of https://github.com/UWPCommunity/Quarrel into rewrite/main
- 95ce9d9 Added DirtyService overrides
- 1e6a41f Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 0b4b2bf Update azure-pipelines-package-alpha.yml for Azure Pipelines
- dc2329f Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 854b8b3 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- ebef526 Update Quarrel.csproj
- 02d26ff Update Quarrel.csproj
- 4eda643 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- b1ecb67 Merge pull request #579 from UWPCommunity/rewrite/main
- f71a7ae Increase alpha build times for testing
- c080594 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 0605523 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 7f2ae10 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- ea8b6ee Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 572c765 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 35cc996 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- bbd424d Update azure-pipelines-package-alpha.yml for Azure Pipelines
- c084835 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 011a930 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 75cf9d4 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 2f55404 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 27bdf0a Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 98e94fb Update azure-pipelines-package-alpha.yml for Azure Pipelines
- a3bf521 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- c3315f9 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- c07afa1 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- cd309cc Update azure-pipelines-package-alpha.yml for Azure Pipelines
- aeeef54 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 6be696f Reverting to token login
- b564295 SSH Key in pipeline
- 8864405 Added name to git user config
- 5ff9169 Changed working directory for QuarrelInstaller cloning
- 9d83704 Moved QuarrelInstallerDirectory
- 84a2880 Changed to explicit working directory
- dca061b Merge pull request #576 from UWPCommunity/rewrite/main
- 5a0b77c Changed push to origin main
- da5...
Alpha-v20220426.1
Changes:
- 198223f Merge pull request #588 from UWPCommunity/rewrite/main
- 759489d Use MessageRenderer for messages.
- 93b9e0b Merge
- 197f3ac Message renderer control.
- 8d054fb Added call and channel mentions to JsonMessage
- cdec6fc Removed max width and height from DiscordStatusPage
- aad69c3 Added smart time converter and time for info message
- 8bc93f4 Added content message templates to InfoMessages
- e9e8522 Moved panels out of shell
- e1d8436 Added color to info message icon
See More
- 2ff4d1d Message template selector
- 0ecd89d Localized settings so far
- fd2fd06 Improved abstraction from private channels
- 63068be UserSettings subpage is active
- 0efe74d UserSettings Pirvacy page
- 9615973 Readonly MyAccount page
- a293534 Organized selectors hierarchically
- 5ada12d Merge pull request #587 from UWPCommunity/rewrite/main
- 6662de6 Localized user settings
- f562da7 Enabled settings button on current user button
- 0f7e4eb UserSettings page
- 369cf48 Fixed crash on incorrect style target type in commandbar
- d4d4329 Localized comma list
- 3cacae7 Formatted member names
- 674403c Added group channel member count
- 4949ba4 Merge pull request #585 from UWPCommunity/rewrite/main
- e729020 Display GroupChannels
- 93af57c Load DirectMessages
- 94dcb40 Home item as guild abstraction
- 63c6daa List home item in guild list
- 7e153d2 Added SendButton to MessageBox
- d602d92 Merge pull request #583 from UWPCommunity/rewrite/main
- 4fc8288 Localized MessageBox
- 0b43512 Created MessageBox
- 50b80d7 Localized command bar
- ecc223a Added tooltips to commandbar buttons
- 8a220db Updated QuarrelCommandBar
- c21dab2 Adjusted control namespaces
- 5035330 Added GuildHeader
- 5bc7287 Improved DiscordStatus API comments
- 18f4047 Trimmed messages
- 95b0e29 Improved CommandBar shadow
- 885a6b1 WIP Improved CommandBar
- 65527f7 AppServiceConnectopn BackgroundTaskDeferrals
- b3f682e Merge branch 'rewrite/main' of https://github.com/UWPCommunity/Quarrel into rewrite/main
- fa310e7 Improved github dirty service implementation
- f1b726f Update azure-pipelines-package-alpha.yml for Azure Pipelines
- a441b1b Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 389286b Update azure-pipelines-package-alpha.yml for Azure Pipelines
- a93251b Update azure-pipelines-package-alpha.yml for Azure Pipelines
- a5fe802 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 8569b4a Merge pull request #580 from UWPCommunity/rewrite/main
- 42cbbb2 Update Quarrel.csproj
- 3a5d33e Update azure-pipelines-package-alpha.yml for Azure Pipelines
- f2f4057 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 71329ae Update azure-pipelines-package-alpha.yml for Azure Pipelines
- fdd6b72 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- fc715b8 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 6939509 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 792b34c Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 801cd50 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 7475a09 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 85a7ef7 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 6a098fe Merge branch 'rewrite/main' of https://github.com/UWPCommunity/Quarrel into rewrite/main
- 8620625 Isolated ApplyDiretyOverrides to Debug config
- 39444d4 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 9c3bf0a Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 27e255b Merge branch 'rewrite/main' of https://github.com/UWPCommunity/Quarrel into rewrite/main
- 95ce9d9 Added DirtyService overrides
- 1e6a41f Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 0b4b2bf Update azure-pipelines-package-alpha.yml for Azure Pipelines
- dc2329f Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 854b8b3 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- ebef526 Update Quarrel.csproj
- 02d26ff Update Quarrel.csproj
- 4eda643 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- b1ecb67 Merge pull request #579 from UWPCommunity/rewrite/main
- f71a7ae Increase alpha build times for testing
- c080594 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 0605523 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 7f2ae10 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- ea8b6ee Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 572c765 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 35cc996 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- bbd424d Update azure-pipelines-package-alpha.yml for Azure Pipelines
- c084835 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 011a930 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 75cf9d4 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 2f55404 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 27bdf0a Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 98e94fb Update azure-pipelines-package-alpha.yml for Azure Pipelines
- a3bf521 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- c3315f9 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- c07afa1 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- cd309cc Update azure-pipelines-package-alpha.yml for Azure Pipelines
- aeeef54 Update azure-pipelines-package-alpha.yml for Azure Pipelines
- 6be696f Reverting to token login
- b564295 SSH Key in pipeline
- 8864405 Added name to git user config
- 5ff9169 Changed working directory for QuarrelInstaller cloning
- 9d83704 Moved QuarrelInstallerDirectory
- 84a2880 Changed to explicit working directory
- dca061b Merge pull request #576 from UWPCommunity/rewrite/main
- 5a0b77c Changed push to origin main
- da5a900 Merge pull request #575 from UWPCommunity/rewrite/main
- cf92410 Removed branch specifation from push
- c4fc0c0 Merge pull request #574 from UWPCommunity/rewrite/main
- fee5035 Fixed clone/checkout distinction
- a437961 Merge pull request #573 from UWPCommunity/rewrite/main
- 4aeed35 Added directory creation step
- d190e1c Merge pull request #572 from UWPCommunity/rewrite/main
- 94ce535 Added test alpha pipeline for GitHub push/pu...