Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed Oct 25, 2021
1 parent 21d5852 commit 8ec4ddf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Brackets Theme Changelog
========================

v1.0.3 (2021-10-25)
-------------------

* Added a setting whether to display the kind icon for the "ambiguous" kind in autocompletion
popups. This kind is usually used for word-completions from the buffer, and its icon has been
disabled by default now. To re-enable the icon, set `"kind_icon_ambiguous": true` in the
Preferences.sublime-settings file. This setting doesn't apply, if the `"kind_letters"` setting
is set to `true` (because there is no kind letter for the "ambiguous" kind).

* Changed the Git status icon for modified files in the sidebar from a square to a circle.

* Adjusted the background color for text input fields when a dark color scheme is used. This
increases the contrast for placeholder texts, which previously were very difficult to read in
most color schemes, because the font color cannot be controlled directly by a theme. The new
background color is set to the color scheme's background now.

* The font size in Widgets like the console panel and text input fields isn't fixed anymore and
uses the global font size set by the user instead.

v1.0.2 (2021-08-08)
-------------------

Expand Down

0 comments on commit 8ec4ddf

Please sign in to comment.