Skip to content

Latest commit

 

History

History
121 lines (80 loc) · 4.99 KB

CHANGELOG.md

File metadata and controls

121 lines (80 loc) · 4.99 KB

Changelog

0.20.4

  • Made character match better visible.
  • Increased opacity of the border separating the tabs.
  • Adjusted baseline alignments of status bar elements.

0.20.3

  • #62: Brought back scrollbars for some areas of Native UI. Thanks for the tip, Matt!

0.20.2

  • Removed small box-shadows on left and right of tabs
  • Cleaned up files
  • Code clean-up

0.20

I took the time to make some changes to the interface. At some points the macOS interface elements lack contrast and since a code editor should not stand in your way of working efficiently I adapted some parts. This wasn't easy for me since I wanted to stay to the original as close as possible, but if something is bad, then sometimes you have to make a decision. I hope you like the revamped Native UI and if everything appears wrong, please file an issue in the Github repository. Happy coding! – Ferdinand

  • #61: Theme will now work in Atom 0.13: fixed deprecated selector because of Shadow DOM removal in upcoming release.
  • Tabs: active tab now better visible. When closing a tab, there is now a subtle resize animation.
  • Design changes to the control panel overlay.
  • Design changes for search results page.
  • New app icon.
  • Updated screenshots for the README file.

0.19.2

  • Fixed fonts for macOS Sierra. The wrong font style was used (slightly condensed).
  • Changed height of status bar to make elements be vertically aligned again.
  • Removed background-transition effect from tabs.

0.19.1

  • #57: No border seperating the treeview and status bar.

0.19.0

  • #60: Fix font-family for macOS Sierra.
  • Adjustments for the display of checkboxes.

0.18.3

0.18.2

  • Reset changes from #47. Issue mentioned in #55.

0.18.1

  • Added some new loading indicators.

0.18.0

  • #48: Removed :before of modal
  • When renaming large file paths they are displayed in one text field and not in one line
  • If the tree view is hidden and only one file is shown, the tab bar gets hidden (thanks @leo).

0.17.0

  • Removed deprecated classes highlighted by Deprecation Cop.
  • Show resize handle on hover in the treeview
  • Unfocused state of tab bar when no file is open gets displayed in the correct color.

0.16.1

  • Bringing back an improved unfocused window state

0.16.0

  • Removed window blur
  • New folder arrows
  • Increase of the tab color contrast
  • Finetuned status bar appearance

0.15.1

  • #42: Fix for two icons looking messed up.

0.15.0

  • Added ICO file for Windows users
  • Fixed double border on top of project search results
  • Removed right margin on Git status bar items
  • Updated screenshots

0.14.0

  • Increased contrast between active tab and normal tabs.
  • The status bar items and display of the Git status have been slightly modified.
  • Added a border around the list of items when toggling the command palette, fuzzy finder, etc
  • All elements now have a decreased opacity when not in focus.
  • Fixed bug that the border between editor and tree view sometimes vanished (might relate to #39).

0.13.0

  • Perfected close buttons.
  • Made the tabs and treeview have a lighter color, when the window is out of focus. Thanks to leo.
  • Added subtle gradient to status bar like in Finder.
  • Adjusted the Git status indicators for the tabs.

0.12.0

  • Simplified the modified indicator and removed the color of it.
  • Moved changelog to seperate file. Atom now recognizes this and shows it as a button in the theme.
  • Added colored tab corners to show the Git status.
  • Fixed #29: No more overlapping of the scrollbar if you decide to have scrollbars visible all the time.
  • Fixed #30: When the files tree view is closed there is no more border to the left of the window.
  • Fixed #35: Spell corrections didn't have the correct background color.
  • Adjusted box-shadows globally to look more natural.

0.11.0

  • Fixed #27: You can know scroll and click in the modal windows again.
  • Fixed #23: For people who choose VCS coloring in the settings of the tabs package, this is a more better readible display and is optically identical to the sidebar solution. #25 is related.
  • Fixed #22: No border bottom radius on popup window when there is no description.
  • Started this changelog.