-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
88 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<ul> | ||
<li><b><a href="https://github.com/kagof/intellij-pokemon-progress/releases/tag/1.3.0">1.3.0</a></b> | ||
<ul> | ||
<li>new Gen II: Raikou, Entei, Suicune, Lugia, Ho-Oh, Celebi (thanks @marcodenisi)</li> | ||
<li>new Gen III: Kyogre, Groudon, Rayquaza, Jirachi, Deoxys (thanks @Paola351)</li> | ||
<li>new Gen IV: Turtwig, Torterra, Chimchar, Infernape, Piplup, Empoleon (thanks @Paola351)</li> | ||
<li>new Gen I-VI: Vaporeon, Jolteon, Flareon, Espeon, Umbreon, Leafeon, Glaceon, Sylveon</li> | ||
<li>configuration grouped by generation</li> | ||
<li>stores an instance of the icons on the PokemonProgressBarUi, for (hopefully) better performance</li> | ||
<li>plugin logo rasterized to look better</li> | ||
</ul> | ||
</li> | ||
<li><b><a href="https://github.com/kagof/intellij-pokemon-progress/releases/tag/1.2.2">1.2.2</a></b> | ||
<ul> | ||
<li>Fixes since-build and until-build to indicate compatibility with IntelliJ ≥ 2019.3. This should mean | ||
updates are not necessary for major versions of IntelliJ unless there actually are breaking changes. | ||
</li> | ||
</ul> | ||
</li> | ||
<li><b><a href="https://github.com/kagof/intellij-pokemon-progress/releases/tag/1.2.1">1.2.1</a></b> | ||
<ul> | ||
<li>Updates plugin to work with IntelliJ 2020.3</li> | ||
</ul> | ||
</li> | ||
<li><b><a href="https://github.com/kagof/intellij-pokemon-progress/releases/tag/1.2.0">1.2.0</a></b> | ||
<ul> | ||
<li>New Gen I: Nidoqueen, Nidoking, Jigglypuff, Alakazam, Machamp, Magnemite, Scyther, Dragonite</li> | ||
<li>New Gen II: Chikorita, Meganium, Cyndaquil, Typhlosion, Totodile, Feraligatr</li> | ||
<li>Makes chosen Pokémon configurable</li> | ||
<li>Makes sprite drawing & tool tips configurable</li> | ||
<li>Cleans up sprite loading</li> | ||
<li>Losslessly compresses images</li> | ||
<li>Fixes Mew sprite on Retina screens</li> | ||
<li>Fixes colour gradients</li> | ||
</ul> | ||
</li> | ||
<li><b><a href="https://github.com/kagof/intellij-pokemon-progress/releases/tag/1.1.0">1.1.0</a></b> | ||
<ul> | ||
<li>New Gen I: Butterfree, Meowth, Slowpoke, Gengar, Koffing, Gyarados, Snorlax, Articuno, Zapdos, Moltres, | ||
Mewtwo, Mew | ||
</li> | ||
<li>New Gen II: Togepi, Wobbuffet</li> | ||
<li>New Gen III: Wailmer, Wailord</li> | ||
<li>New Gen VIII: Grookey, Rillaboom, Scorbunny, Cinderace, Sobble, Intelleon, Wooloo, Zacian, Zamazenta | ||
</li> | ||
<li>Lazy loads Pokémon icons</li> | ||
<li>Plugin is now dynamically reloadable (uses Listeners instead of Component)</li> | ||
</ul> | ||
</li> | ||
<li><b><a href="https://github.com/kagof/intellij-pokemon-progress/releases/tag/1.0.2">1.0.2</a></b> | ||
<ul> | ||
<li>fixes icon compatibility with Retina screens</li> | ||
</ul> | ||
</li> | ||
<li><b><a href="https://github.com/kagof/intellij-pokemon-progress/releases/tag/1.0.1">1.0.1</a></b> | ||
<ul> | ||
<li>backwards compatibility with IntelliJ 2019.3.5</li> | ||
<li>fixes display issue when progress bar goes from indeterminate to determinate</li> | ||
</ul> | ||
</li> | ||
<li><b><a href="https://github.com/kagof/intellij-pokemon-progress/releases/tag/1.0.0">1.0.0</a></b> | ||
<ul> | ||
<li>Initial release</li> | ||
<li>New Gen I: Bulbasaur, Venusaur, Charmander, Charizard, Squirtle, Blastoise, Pikachu, Eevee</li> | ||
<li>New Gen VII: Mimikyu</li> | ||
</ul> | ||
</li> | ||
</ul> |
Oops, something went wrong.