From 682f4e59833afbde92d73c5fc8d12128c95e6b98 Mon Sep 17 00:00:00 2001 From: Daniel Otykier Date: Fri, 21 Feb 2025 15:08:44 +0100 Subject: [PATCH] minor fixes --- te3/other/release-notes/3_20_0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/te3/other/release-notes/3_20_0.md b/te3/other/release-notes/3_20_0.md index dd6dd8d..2ed7fd4 100644 --- a/te3/other/release-notes/3_20_0.md +++ b/te3/other/release-notes/3_20_0.md @@ -41,7 +41,7 @@ Tabular Editor 3.20.0 **.NET 6** downloads: *** > [!IMPORTANT] -> .NET 6 is [out-of-support as of November 2024](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core). If you are not able to install the [.NET 8 Desktop runtime](https://dotnet.microsoft.com/en-us/download/dotnet/8.0/runtime) now, please contact your IT organization to plan ahead, as we will no longer be providing .NET 6 builds of Tabular Editor 3 after December 2024. Alternatively, use our portable builds, which include the required .NET runtime. +> .NET 6 is [out-of-support as of November 2024](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core). If you are not able to install the [.NET 8 Desktop runtime](https://dotnet.microsoft.com/en-us/download/dotnet/8.0/runtime) now, please contact your IT organization, as we will stop providing .NET 6 builds of Tabular Editor 3 during 2025. Alternatively, use our portable builds, which include the required .NET runtime. ## New in 3.20.0 @@ -50,7 +50,7 @@ Check out our [release blog](https://blog.tabulareditor.com/) to get a brief ove ## Improvements in 3.20.0 - All [code actions](xref:code-actions) now show a tooltip in the context menu when hovering over the menu item, with a short description of the action. The tooltip also contains a link to a knowledge-base (KB) article with more information about the action. -- We've also added a few new code actions in this release, based on popular demand. For example, we will now suggest that you use the `IN` operator instead of using a compound expression with `OR` / `||`. View the [full list of available code actions here](https://docs.tabulareditor.com/te3/features/code-actions.html#list-of-code-actions). +- We've also added a few new code actions in this release, based on popular demand. For example, we will now suggest that you use the `IN` operator instead of using a compound expression with `OR` / `||`. View the [full list of available code actions here](xref:code-actions#list-of-code-actions). - Introduced a new user interface preference labeled "Use compact file paths" to toggle between displaying compact (shortened) file paths and full file paths in the Recent Files and Recent Models menus. - When editing a model that's loaded in Power BI Desktop (January 2025 or newer), Tabular Editor will now let you edit any object and property by default, except tables and partitions, in alignment with the modeling operations supported by the new [TMDL View](https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-tmdl-view) in Power BI Desktop. - When changing the DAX expression of a calculated table, Tabular Editor 3 will now attempt to infer the resulting columns of the table, even if the expression has an error.