docs [pycharm]: add what's new for 2025.3

GitOrigin-RevId: 755d5e2674e5dbad4c3cbb1be0f758e3ad63e489
This commit is contained in:
Vladimir.Koshelev
2025-12-01 17:03:02 +00:00
committed by intellij-monorepo-bot
parent 146559316d
commit 95af317029
7 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

@@ -3,12 +3,11 @@ package com.intellij.pycharm.community.ide.impl.whatsnew
import com.intellij.openapi.application.InitialConfigImportState
import com.intellij.platform.whatsNew.WhatsNewInVisionContentProvider
import com.intellij.util.PlatformUtils.isCommunityEdition
// The files are missing in master. Both files were added, and version was updated only in stable brunches.
class PyCharmWhatsNewInVisionContentProvider : WhatsNewInVisionContentProvider() {
override val baseResourcePathInClassLoader: String = "whatsNew"
override val visionJsonFileNames: List<String> = listOf(if (isCommunityEdition()) "pycharmCE2025.2.json" else "pycharm2025.2.json")
override val visionJsonFileNames: List<String> = listOf("pycharm2025.3.json")
override suspend fun isAvailable(): Boolean {
// Will skip WhatsNew if the first launch / new user, not to overload user with info.