Skip to content

0.3.0

Compare
Choose a tag to compare
@arcticicestudio arcticicestudio released this 05 Oct 17:31
· 137 commits to main since this release
v0.3.0


Release Date: 2017-10-05 Project Board Milestone

This release adds support for the latest IntelliJ IDEA version 2017.2 + features.

Features

❯ Implemented a JAR build script for Windows (MSDOS) systems. (@thimma11, #13 #11, 42edcf1)

❯ Added support for the latest IntelliJ IDEA version 2017.2. (@arcticicestudio, #18 PR #23, c409357)

Improvements

❯ Reduced the transparency for debug- and diff background to increase the legibility since they were too bright making the text unreadable. (@echosa, #10 #24 PR #25, 4669c14)

Before

After

❯ Removed the background color from identifiers under the caret. The nord2 background color of the automatic highlighting for identifiers under the caret used the same color as the selection color when marking the identifier via mouse double click which made it impossible for the user to recognize the selection. (@echosa, #10 #26 PR #27, cb39fd3)

Before

After

❯ Removed italic formatting from doc comments for better legibility. (@arcticicestudio, #15 PR #20, f4ba437)

❯ Removed bold formatting from Java constants for better legibility. (@arcticicestudio, #16 PR #21, 586d664)

❯ Markdown blockquotes and code blocks are now highlighted. (@arcticicestudio, #17 PR #22, 5ce71ca)

Bug Fixes

❯ Switched the reversed console black- and white ANSI colors. (@arcticicestudio, #14 PR #19, 604eadf)


The full changelog ist available here.