https://github.com/chriscarini/jetbrains-ide-release-dates
Intended to track the release dates for various JetBrains IDEs in an effort to see historical release dates to help project potential future release dates
https://github.com/chriscarini/jetbrains-ide-release-dates
intellij jetbrains jetbrains-ecosystem jetbrains-ides
Last synced: 6 months ago
JSON representation
Intended to track the release dates for various JetBrains IDEs in an effort to see historical release dates to help project potential future release dates
- Host: GitHub
- URL: https://github.com/chriscarini/jetbrains-ide-release-dates
- Owner: ChrisCarini
- License: apache-2.0
- Created: 2018-12-04T16:24:05.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T12:20:17.000Z (6 months ago)
- Last Synced: 2025-04-11T14:07:35.440Z (6 months ago)
- Topics: intellij, jetbrains, jetbrains-ecosystem, jetbrains-ides
- Language: Python
- Size: 375 KB
- Stars: 20
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# JetBrains IDE Release Dates
[](#contributors)
## Description
The intent of this repository is to capture the actual release dates for JetBrains IDEs. The concept stems from a wiki
page at work which was created to help our team plan work around the potential release dates of JetBrains IntelliJ IDEA._**Why** did our team care?_ Well, we develop and maintain an ecosystem around JetBrains (from internal-only plugin
distribution, to license management, to a custom distributed IntelliJ IDE). Knowing when a release might come allows us
to better plan our week / month / year to enable our developers to be as productive as possible!Very simply, the idea here is to allow one to more accurately predict (we used to just guess months out - turns out,
that's very inaccurate) about when a particular IntelliJ IDEA release ***may*** occur based on historical data.## JetBrains IDEs
- [AppCode](ides/AppCode_Release_Dates.md)
- [CLion](ides/CLion_Release_Dates.md)
- [GoLand](ides/GoLand_Release_Dates.md)
- [IntelliJ IDEA Ultimate](ides/IntelliJ_IDEA_Ultimate_Release_Dates.md)
- [PhpStorm](ides/PhpStorm_Release_Dates.md)
- [PyCharm](ides/PyCharm_Release_Dates.md)
- [ReSharper C++](ides/ReSharper_C%2B%2B_Release_Dates.md)
- [ReSharper](ides/ReSharper_Release_Dates.md)
- [Rider](ides/Rider_Release_Dates.md)
- [RubyMine](ides/RubyMine_Release_Dates.md)
- [RustRover](ides/RustRover_Release_Dates.md)
- [WebStorm](ides/WebStorm_Release_Dates.md)## Other JetBrains Products
- [Floating License Server](ides/Floating_License_Server_Release_Dates.md)
- [Gateway (Remote Development)](ides/Gateway_Release_Dates.md)
- [IDE Services](ides/IDE_Services_Release_Dates.md)
- [Mono Font](ides/Mono_Font_Release_Dates.md)
- [Toolbox App](ides/Toolbox_App_Release_Dates.md)## Frequently Asked Questions (FAQ)
### **Question:** What about `IntelliJ IDEA Community Edition` and `PyCharm Community Edition`?
**Answer:** These two IDEs have identical release cadences with the respective paid versions.
- IntelliJ IDEA Community Edition (see [IntelliJ IDEA Ultimate](ides/IntelliJ_IDEA_Ultimate_Release_Dates.md) - release
dates
identical as of 2021-01-01.)
- PyCharm Community Edition (see [PyCharm Professional Edition](ides/PyCharm_Professional_Edition_Release_Dates.md) -
PyCharm Pro has
a longer release history, with otherwise identical release dates.)
- *Note(s):*
- Prior to 2025.1, PyCharm Community and PyCharm Professional Edition were different IDEs. They have merged into one as of the 2025.1 release on 2025-04-16.
- See JetBrains' blog post ["PyCharm, the Only Python IDE You Need"](https://blog.jetbrains.com/pycharm/2025/04/unified-pycharm/) for details.
- See [PyCharm Professional Edition](ides/PyCharm_Professional_Edition_Release_Dates.md) for the old file (which automation will no longer update).## Obtaining Release Dates
The release dates in the markdown files of this repository are automatically obtained from a JetBrains API.
Prior to 2021, they were manually obtained and updated in this repo by:
Chris Carini
Baron Roberts
vicky17d
See our [Obtaining Release Dates](docs/Obtaining%20Release%20Dates.md) document for some suggestions on methodology for
how we previously obtained release dates for previous IDE versions.## Developing Quick Start
The below commands will get the basic setup for developing on the Python module which does the fetching of IDE release
data and generation of the Markdown files.```shell
cd release_date_fetcher
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
python generate_markdown_files.py
```## Contributing
We love contributions! See our [CONTRIBUTING](docs/CONTRIBUTING.md) file for more information.
## Contributors
Chris Carini
🐛 💻 📖 💡 🤔 🚧 💬 👀
Baron Roberts
💻 🤔 🚧 👀
vicky17d
💻 🚧 👀
opticyclic
🖋 💡 🤔
gehbiszumeis
💻 🖋