copilot-swe-agent[bot]
32f93a670e
Fix link text extraction in MarkdownToInlinesConverter to handle formatted inline children
...
- Add GetPlainText helper that recursively collects text from all inline children
(LiteralInline for leaf text, ContainerInline recurses into children)
- Use GetPlainText(link) instead of .OfType<LiteralInline>() so bold/italic
labels like [**text**](url) are rendered correctly
- Fix BulletType: ListBlock.BulletType is a char in Markdig, not an enum;
remove the incorrect switch expression and use the char directly
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
2026-02-24 18:20:58 +00:00
Oleksii Holub
752263a4da
Update DiscordChatExporter.Gui/Converters/MarkdownToInlinesConverter.cs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-24 20:07:27 +02:00
copilot-swe-agent[bot]
910b1d9334
Rename ErrorPullingServersTitle to ErrorPullingGuildsTitle for naming consistency
...
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
2026-02-24 17:54:59 +00:00
copilot-swe-agent[bot]
81fd5001b7
Use dash lists in OutputPathTooltip; add curly braces to HyperLink else-if
...
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
2026-02-24 17:45:13 +00:00
copilot-swe-agent[bot]
2efddb3b2c
Inline local functions; simplify URL handling; localize OutputPathTooltip
...
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
2026-02-24 17:13:16 +00:00
Oleksii Holub
2b20bf97e3
Apply suggestion from @Tyrrrz
2026-02-24 18:55:23 +02:00
copilot-swe-agent[bot]
dbc16f9f63
Render HyperLink for all links; allow any valid URI scheme
...
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
2026-02-24 16:38:24 +00:00
copilot-swe-agent[bot]
3daf49cb52
Add Url property to HyperLink; simplify converter link handling; add http/https scheme guard
...
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
2026-02-24 15:58:26 +00:00
copilot-swe-agent[bot]
f6ded3fc8c
Add markdown link support; fold bot instructions into markdown; set TextBlock properties directly
...
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
2026-02-24 10:20:25 +00:00
copilot-swe-agent[bot]
b7f55ff633
Remove TokenPersonalStep1Before/After split, fold step 1 into markdown instructions
...
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
2026-02-24 10:03:48 +00:00
copilot-swe-agent[bot]
5bbd3fa65e
Adopt MarkdownToInlinesConverter for instruction text formatting
...
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
2026-02-24 09:55:08 +00:00
copilot-swe-agent[bot]
c6871af438
Localize token field watermark and instruction text
...
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
2026-02-24 09:35:40 +00:00
copilot-swe-agent[bot]
2e29d03648
Fix Ukrainian translations per review feedback
...
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
2026-02-24 08:32:00 +00:00
copilot-swe-agent[bot]
7257332914
Fix Ukrainian translation: use 'Гілки' for threads
...
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
2026-02-24 08:26:26 +00:00
copilot-swe-agent[bot]
b1b0dc1625
Implement localization in DiscordChatExporter following YoutubeDownloader pattern
...
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
2026-02-24 07:40:35 +00:00
Copilot
18086aa209
Fix second dialog not appearing when dialogs are shown sequentially ( #1481 )
...
* Initial plan
* Add Task.Yield() to DialogManager to fix sequential dialog display
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
2026-02-23 07:32:56 +02:00
dependabot[bot]
dea412ff25
Bump the nuget group with 9 updates ( #1468 )
...
Bumps AsyncKeyedLock from 7.1.8 to 8.0.1
Bumps Avalonia from 11.3.10 to 11.3.11
Bumps Avalonia.Desktop from 11.3.10 to 11.3.11
Bumps Avalonia.Diagnostics from 11.3.10 to 11.3.11
Bumps DialogHost.Avalonia from 0.10.3 to 0.10.4
Bumps Microsoft.Extensions.Configuration from 10.0.1 to 10.0.2
Bumps Microsoft.Extensions.Configuration.EnvironmentVariables from 10.0.1 to 10.0.2
Bumps Microsoft.Extensions.Configuration.UserSecrets from 10.0.1 to 10.0.2
Bumps Microsoft.Extensions.DependencyInjection from 10.0.1 to 10.0.2
---
updated-dependencies:
- dependency-name: AsyncKeyedLock
dependency-version: 8.0.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: nuget
- dependency-name: Avalonia
dependency-version: 11.3.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: Avalonia.Desktop
dependency-version: 11.3.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: Avalonia.Diagnostics
dependency-version: 11.3.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: DialogHost.Avalonia
dependency-version: 0.10.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: Microsoft.Extensions.Configuration
dependency-version: 10.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables
dependency-version: 10.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: Microsoft.Extensions.Configuration.UserSecrets
dependency-version: 10.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: Microsoft.Extensions.DependencyInjection
dependency-version: 10.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-10 17:28:47 +02:00
dependabot[bot]
a14a17db83
Bump the nuget group with 11 updates ( #1458 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-01 20:36:41 +02:00
Tyrrrz
303f5667bf
Remove unused package
2025-12-01 20:51:03 +02:00
dependabot[bot]
934cb526e9
Bump the nuget group with 17 updates ( #1445 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-01 20:47:52 +02:00
Tyrrrz
8fff0f4445
Prettify project files
2025-11-18 19:07:17 +02:00
Tyrrrz
0fc8124aa0
Cleanup the trim/aot analyzer hack
2025-11-18 00:55:23 +02:00
Tyrrrz
e958600073
Disable trim warnings in CLI as a workaround for C# 14 extension block issue
2025-11-16 23:28:18 +02:00
Tyrrrz
fbbac2afaa
Make use of C# 14 features
2025-11-16 20:29:39 +02:00
dependabot[bot]
e6f675bcaa
Bump the nuget group with 14 updates ( #1441 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-01 13:05:05 +02:00
Tyrrrz
7e64aa5a8e
Add default to PublishMacOSBundle to avoid error when publishing without extra args
2025-10-04 04:25:40 +03:00
dependabot[bot]
a383722469
Bump the nuget group with 13 updates ( #1431 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-02 16:08:07 +03:00
Tyrrrz
27a434a663
Format
2025-09-02 19:55:09 +03:00
dependabot[bot]
a966bee140
Bump the nuget group with 12 updates ( #1429 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-02 19:50:14 +03:00
dependabot[bot]
8fcf5e5377
Bump the nuget group with 7 updates ( #1417 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-01 16:59:39 +03:00
Tyrrrz
845e2a52fe
Fix guilds -> servers
2025-07-09 01:10:56 +03:00
dependabot[bot]
9e685a0375
Bump the nuget group with 15 updates ( #1408 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-01 19:00:52 +03:00
Oleksii Holub
5405e619a9
Set application name to fix macOS app menu title ( #1405 )
2025-06-26 00:35:32 +03:00
Oleksii Holub
d071459a5b
Fix crash when exporting multiple channels to drive root ( #1399 )
2025-06-16 20:38:10 +03:00
Tyrrrz
22134108a4
Apply new formatting
2025-06-08 21:17:10 +03:00
dependabot[bot]
82499af25a
Bump CliFx and 9 others ( #1389 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-08 21:13:22 +03:00
Tyrrrz
aa8ace8389
Streamline dev build dialog
2025-05-13 19:28:40 +03:00
Tyrrrz
97cb8e2347
Allow snackbar to show multiple elements
2025-05-13 19:26:35 +03:00
Tyrrrz
92ee97a5da
Clean up
2025-05-12 23:22:54 +03:00
Oleksii Holub
612ae2e894
Add a setting to control whether to respect advisory rate limits ( #1342 )
2025-05-12 19:52:47 +03:00
Tyrrrz
1506afc4a2
$ErrorActionPreference
2025-05-11 01:33:43 +03:00
Oleksii Holub
b56c7db3ec
Create MacOS app bundle via a project target ( #1376 )
2025-05-11 01:29:55 +03:00
Yudi
30ba273fb1
Update bot token docs ( #1371 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com >
2025-05-04 19:49:42 +03:00
Tyrrrz
f9fa35b6ad
Downgrade CSharpier
2025-05-03 23:40:59 +03:00
dependabot[bot]
7d2ebb04de
Bump the nuget group across 1 directory with 11 updates ( #1374 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-03 23:40:26 +03:00
Tyrrrz
6fb197cf0b
Refactor
2025-04-02 00:34:52 +03:00
Leonardo Mosquera
7add81a472
Don't consider it an error if there is nothing to export ( #1349 )
2025-04-02 00:14:35 +03:00
dependabot[bot]
cf7580014c
Bump the nuget group across 1 directory with 12 updates ( #1361 )
...
Bumps the nuget group with 12 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [FluentAssertions](https://github.com/fluentassertions/fluentassertions ) | `8.1.1` | `8.2.0` |
| [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime ) | `9.0.2` | `9.0.3` |
| [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime ) | `9.0.2` | `9.0.3` |
| [Microsoft.Extensions.Configuration.EnvironmentVariables](https://github.com/dotnet/runtime ) | `9.0.2` | `9.0.3` |
| [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime ) | `9.0.2` | `9.0.3` |
| [Microsoft.Extensions.Configuration.UserSecrets](https://github.com/dotnet/runtime ) | `9.0.2` | `9.0.3` |
| [RazorBlade](https://github.com/ltrzesniewski/RazorBlade ) | `0.8.0` | `0.9.0` |
| [AngleSharp](https://github.com/AngleSharp/AngleSharp ) | `1.2.0` | `1.2.0` |
| [YoutubeExplode](https://github.com/Tyrrrz/YoutubeExplode ) | `6.5.3` | `6.5.4` |
| [Avalonia](https://github.com/AvaloniaUI/Avalonia ) | `11.2.5` | `11.2.6` |
| [Avalonia](https://github.com/AvaloniaUI/Avalonia ) | `11.2.5` | `11.2.6` |
| [Avalonia.Desktop](https://github.com/AvaloniaUI/Avalonia ) | `11.2.5` | `11.2.6` |
| [Avalonia](https://github.com/AvaloniaUI/Avalonia ) | `11.2.5` | `11.2.6` |
| [Avalonia.Diagnostics](https://github.com/AvaloniaUI/Avalonia ) | `11.2.5` | `11.2.6` |
| [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime ) | `9.0.2` | `9.0.3` |
| [Onova](https://github.com/Tyrrrz/Onova ) | `2.6.12` | `2.6.13` |
Updates `FluentAssertions` from 8.1.1 to 8.2.0
- [Release notes](https://github.com/fluentassertions/fluentassertions/releases )
- [Changelog](https://github.com/fluentassertions/fluentassertions/blob/main/AcceptApiChanges.ps1 )
- [Commits](https://github.com/fluentassertions/fluentassertions/compare/8.1.1...8.2.0 )
Updates `Microsoft.Extensions.Configuration` from 9.0.2 to 9.0.3
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/compare/v9.0.2...v9.0.3 )
Updates `Microsoft.Extensions.Configuration` from 9.0.2 to 9.0.3
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/compare/v9.0.2...v9.0.3 )
Updates `Microsoft.Extensions.Configuration.EnvironmentVariables` from 9.0.2 to 9.0.3
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/compare/v9.0.2...v9.0.3 )
Updates `Microsoft.Extensions.Configuration` from 9.0.2 to 9.0.3
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/compare/v9.0.2...v9.0.3 )
Updates `Microsoft.Extensions.Configuration.UserSecrets` from 9.0.2 to 9.0.3
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/compare/v9.0.2...v9.0.3 )
Updates `RazorBlade` from 0.8.0 to 0.9.0
- [Release notes](https://github.com/ltrzesniewski/RazorBlade/releases )
- [Commits](https://github.com/ltrzesniewski/RazorBlade/compare/v0.8.0...v0.9.0 )
Updates `AngleSharp` from 1.2.0 to 1.2.0
- [Release notes](https://github.com/AngleSharp/AngleSharp/releases )
- [Changelog](https://github.com/AngleSharp/AngleSharp/blob/devel/CHANGELOG.md )
- [Commits](https://github.com/AngleSharp/AngleSharp/compare/1.2.0...1.2.0 )
Updates `YoutubeExplode` from 6.5.3 to 6.5.4
- [Release notes](https://github.com/Tyrrrz/YoutubeExplode/releases )
- [Commits](https://github.com/Tyrrrz/YoutubeExplode/compare/6.5.3...6.5.4 )
Updates `Avalonia` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases )
- [Commits](https://github.com/AvaloniaUI/Avalonia/compare/11.2.5...11.2.6 )
Updates `Avalonia` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases )
- [Commits](https://github.com/AvaloniaUI/Avalonia/compare/11.2.5...11.2.6 )
Updates `Avalonia.Desktop` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases )
- [Commits](https://github.com/AvaloniaUI/Avalonia/compare/11.2.5...11.2.6 )
Updates `Avalonia` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases )
- [Commits](https://github.com/AvaloniaUI/Avalonia/compare/11.2.5...11.2.6 )
Updates `Avalonia.Diagnostics` from 11.2.5 to 11.2.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases )
- [Commits](https://github.com/AvaloniaUI/Avalonia/compare/11.2.5...11.2.6 )
Updates `Microsoft.Extensions.DependencyInjection` from 9.0.2 to 9.0.3
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/compare/v9.0.2...v9.0.3 )
Updates `Onova` from 2.6.12 to 2.6.13
- [Release notes](https://github.com/Tyrrrz/Onova/releases )
- [Commits](https://github.com/Tyrrrz/Onova/compare/2.6.12...2.6.13 )
---
updated-dependencies:
- dependency-name: FluentAssertions
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget
- dependency-name: Microsoft.Extensions.Configuration
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: Microsoft.Extensions.Configuration
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: Microsoft.Extensions.Configuration
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: Microsoft.Extensions.Configuration.UserSecrets
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: RazorBlade
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget
- dependency-name: AngleSharp
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: YoutubeExplode
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: Avalonia
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: Avalonia
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: Avalonia.Desktop
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: Avalonia
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: Avalonia.Diagnostics
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: Microsoft.Extensions.DependencyInjection
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: Onova
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-01 18:58:39 +03:00
Tyrrrz
deca3fc1bf
Use partial properties
2025-03-18 20:06:44 +02:00
dependabot[bot]
b39d015133
Bump the nuget group with 15 updates ( #1347 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-03 21:42:10 +02:00