Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
otykier committed Feb 21, 2025
1 parent f8e3107 commit 682f4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions te3/other/release-notes/3_20_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down

0 comments on commit 682f4e5

Please sign in to comment.