- Fixed #91
- Fixed irregular border radii for grouped buttons
- Adapted code to new Git status display
- Fixed #65
- Smaller border radii for buttons to make it more accurate to macOS
- Fine-tuned the appearence of buttons, some things were misaligned
- Reduced padding in the settings view to see more content on smaller screens
- Code refactoring and clean-up
- Fixed cut-off descenders in control panel.
- Evened out vertical alignment in the status bar.
- Fixed: In some syntax themes the color of the control panel text would change.
- Fixed: Calculations for the typography variables outputted some incomprehensible values.
- Fixed #86
- Fixed #82 and #84: resize handles overlapping with some other interface elements.
- Unified type sizes throughout the interface using a typographic scale approach.
- New design for buttons and input fields.
- New design for the settings view, display of packages and many more.
- Code clean-up, simplified variables, removed bloat.
- Fixed #81: “Busy Signal” missing in the status bar.
- Merged #78 by hferrier: Hide the scrollbar in the tabs section.
- I added some user settings for Native UI. Go to
Settings
→Themes
and click on theSettings
button next to the theme selection.- You can choose between tabs that are either fixed-width or flexible.
- You can turn of the transparency effect for the sidebar, if you don’t like the effect.
- Dock titles now look more similar to tabs again.
- Code clean-up.
- Fixed #74
- Small design adjustments to Atoms notifications to resemble the appearance of macOS notifications.
- Implemented #72: Supported by Atom 1.19 I added macOS transparency for file and directory list. Thanks to Guillaume for mentioning and helping with this.
- The Git status in the bottom bar is now back to its old look with a dark background.
- Cosmetic adjustments here and there.
- Some design adjustments to the “Project Find Results”.
- Added testimonials and new screenshots to
README.md
.
- Fixed #69: Styled the new “Docks” feature in Atom.
- Simpfified code for the status bar.
- Simpfified code for buttons. They might appear a bit less “native” than before, but they don’t break as much in different parts of the UI since they overwrite the default only minorly.
- Fixed #70: Find in project is showing incomplete/incorrect results.
- #67: Fix for the weird display of search results when updating to Atom 1.16.
- #66: Broken loading icon for the Linter 2 package.
- 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.