- Made character match better visible.
- Increased opacity of the border separating the tabs.
- Adjusted baseline alignments of status bar elements.
- #62: Brought back scrollbars for some areas of Native UI. Thanks for the tip, Matt!
- Removed small box-shadows on left and right of tabs
- Cleaned up files
- Code clean-up
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.
- 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.
- #57: No border seperating the treeview and status bar.
- #60: Fix font-family for macOS Sierra.
- Adjustments for the display of checkboxes.
- Make the Linter Package match Native UI's appearance.
- Added some new loading indicators.
- #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).
- 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.
- Bringing back an improved unfocused window state
- Removed window blur
- New folder arrows
- Increase of the tab color contrast
- Finetuned status bar appearance
- #42: Fix for two icons looking messed up.
- 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
- 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).
- 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.
- 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.
- 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.