@@ -7,7 +7,7 @@ plugins {
77}
88
99group = " me.lensvol"
10- version = " 0.5 .0"
10+ version = " 0.6 .0"
1111
1212repositories {
1313 jcenter()
@@ -41,6 +41,16 @@ intellij {
4141tasks.patchPluginXml {
4242 changeNotes.set(
4343 """
44+ <p>0.6.0</p>
45+ <p>Releases that are long overdue are becoming my jam! Oh, well.</p>
46+
47+ <ul>
48+ <li>Support for targeting Python 3.11</li>
49+ <li>Support for <i>--preview</i> option.</li>
50+ <li>Perform validation before running our own <b>blackd</b> instance (h/t to <b>@KotlinIsland</b>).</li>
51+ <li>Fix rare cases when indentation gets broken during reformatting (h/t to <b>@shanx</b>)</li>
52+ </ul>
53+
4454 <p>0.5.0</p>
4555 <p>Well, that one was long overdue. The groundwork for starting <b>blackd</b> from inside the plugin was
4656 done more than a year ago, but alas - mental health is a fickle thing and burnout is no laughing matter.
@@ -55,37 +65,6 @@ tasks.patchPluginXml {
5565 <li>Support starting <b>blackd</b> when the plugin starts.</li>
5666 <li>Lower IDE compatibility bound is now 2021.1.3.</li>
5767 </ul>
58-
59- <p>0.4.6</p>
60- <p>A small release to tide you over till bigger features ship.</p>
61- <ul>
62- <li>Support 3.10 as a target version. (kudos to <a href="https://github.com/lxop">Alex Opie
63- </a>)</li>
64- <li>Fix broken link to <b>blackd</b> documentation in plugin description.</li>
65- </ul>
66-
67- <p>0.4.5</p>
68- <ul>
69- <li>Support new '--skip-magic-trailing-comma' option.</li>
70- <li>Support Python 3.9 as target version.</li>
71- <li>Added "Trigger on Code Reformat" option (kudos to <a href="https://github.com/vlasovskikh">Andrey Vlasovskikh</a>).</li>
72- <li>Fix rare crash when saving non-Python files with Jupyter support enabled (kudos to <a href="
73- https://github.com/elliotwaite">Elliot Waite</a>).</li>
74- <li>Fix for rare crash when updating document during Undo/Redo operation.</li>
75- </ul>
76-
77- <p>0.4.4</p>
78- <br>
79- <p>This release is dedicated to the memory of our cat <b>Luna</b>, who passed away due to cancer last year.</p><br>
80- <p>She was kind, smart and loyal. Best cat in the world.</p><br>
81- <p><b>We miss you, girl.</b></p>
82- <br>
83- <ul>
84- <li>Add button to copy line length settings from the IDE ("right margin").</li>
85- <li>Support for connecting to blackd over SSL (kudos to <a href="https://github.com/studioj">studioj</a>)</li>
86- <li>Make server error notifications more descriptive.</li>
87- <li>Miscellaneous fixes and improvements.</li>
88- </ul>
8968 """
9069 )
9170}
0 commit comments