Update changelog and README

This commit is contained in:
overdodactyl 2017-12-22 14:54:47 -07:00
parent 12c5905102
commit 8a115cb29b
2 changed files with 51 additions and 39 deletions

View File

@ -1,6 +1,6 @@
# What is ShadowFox?
ShadowFox is a collection of `userChrome.css` and `userContent.css` tweaks to supplement and expand the dark theme provided by Mozilla.
ShadowFox is a collection of `userChrome.css` and `userContent.css` tweaks to supplement and expand the dark theme provided by Mozilla.
# What modifications does ShadowFox make?
@ -13,13 +13,14 @@ Modification to the following items have been made to match the Firefox dark the
* Sidebar
* Library
* Smart bar and search bar drop downs
* Context menus
* Context menus
* Menus accesssed from the nav bar
* Customization page
* Tab line and secure connection icon
* About Firefox dialog box
* Status panels
* Remove white flash on page load
* Findbar
## userContent tweaks
@ -44,6 +45,8 @@ Tweaks for the following webextensions have been made:
* Stylus - preferences page
* Multiple Tabs Handler - preferences page
* Dark Mode - preferences page
* Violentmonkey - Settings, text editor and popup
* uBlockOrigin - Popup
# What do the changes look like?
@ -78,6 +81,3 @@ Please read through the current issues and search old ones. If it doesn't alrea
# Contributing
I welcome any contributions and would be excited to have a team of people helping with this project. If you are uncomfortable making pull requests, you can simply open up an issue and attach any code you would like included.

View File

@ -1,3 +1,15 @@
## 12/21/2017 21:54 UTC
* Added Support for the following things:
* Violentmonkey: Popup, Settings, Text Editor
* uBlockOrigin: Popup
* Findbar
* Added a wiki page for installation/customization: https://github.com/overdodactyl/ShadowFox/wiki
* Improvements to:
* Library
* .gitignore
## 12/21/2017 18:23 UTC
* Added support for the following things:
@ -17,25 +29,25 @@ I've neglected to update the changelog for quite some time, so I'm going to try
* Added support for the following things
* Library
* Addon store (addons.mozilla.org)
* About Firefox Dialog
* `view-source` pages
* `about:healthreport`
* `about:serviceworkers`
* Changed the main accent color to blue
* Fixes/improvements:
* Onboarding overlay accessible through the newtab/home page
* Fix to prevent styling from overriding `about:reader`
* Top site edit page/dialog boxes (newtab/home)
* Webextensions
@ -48,36 +60,36 @@ I've neglected to update the changelog for quite some time, so I'm going to try
* Changes to the address bar/search bar
* Added support for the search bar
* Changed the border color when in focus (from blue to the default accent color used in this repository)
* Increased the contrast found when hovering over an item in the search dropdown
* Sidebar
* Changed the outline color of icons from black to light gray
* Changed the width and color of the sidebar separator.
* Downloads drop down menu from the nav bar
* Altered colors to for consistency
* Altered colors to for consistency
* Added support for the "New Update Available" pop-up
* Windows specific fixes
* Increased spacing in context menus
* Removed white line between icons and entries
* Removed menu separators
* Removed menu separators
* Extensions
* Fixed an issue that caused some extension drop downs to adapt the dark them and become unreadable
* Inverted the color of the Tree Style Tabs logo in the sidebar drop down
* Fixed an issue that caused some extension drop downs to adapt the dark them and become unreadable
* Inverted the color of the Tree Style Tabs logo in the sidebar drop down
**Huge thanks to u/markdarkness for all the helpful suggestions, opinions, caught bugs, and code contributions for Windows specific problems**
@ -88,7 +100,7 @@ I've neglected to update the changelog for quite some time, so I'm going to try
## 12/3/2017 21:43 UTC
* Fixed the secure connection sub menu that was not styled - issue #8 (thanks
* Fixed the secure connection sub menu that was not styled - issue #8 (thanks
@chinook77 for bringing this to my attention)
* Added dark scroll bars to the side bar (thanks u/\_Dimitri\_ for the code) - this section is optional and may be uncommented based on your OS or preferences.
@ -99,16 +111,16 @@ I've neglected to update the changelog for quite some time, so I'm going to try
* Improvements to `about:newtab` and `about:home`
* Support for the preferences page
* Search bar
* Improvements to the sidebar
* Replaced harsh black lines with light gray ones
## 12/3/2017 5:18 UTC
* Fixed the download drop down menu from the nav bar that still had a white background
* Fixed the download drop down menu from the nav bar that still had a white background
* Made the separators between one-off search engines lighter to help stand out
@ -126,7 +138,7 @@ I've neglected to update the changelog for quite some time, so I'm going to try
* Made improvements to `about:newtab` and `about:home`
* Changed the color of status panels (small pop-ups that show links/loading links) to adhere to the dark theme
* Changed the color of status panels (small pop-ups that show links/loading links) to adhere to the dark theme
* Changed the the color of the "Done" button on the customize page
@ -135,7 +147,7 @@ I've neglected to update the changelog for quite some time, so I'm going to try
## 11/30/2017 - UTC 5:10
* Made some fixes to context and drop down menus that lacked conformity
* Made some fixes to context and drop down menus that lacked conformity
* Added `remove_bookmarks_bottom_border.css` to remove 1px black border between the bookmarks toolbar and the webpage.
@ -147,19 +159,19 @@ Huge thanks to u/markdarkness for pointing these out
* Added userChrome.css and accompanying files to include support for:
* Dark menus from the nav-bar
* Dark context menus
* Remove the white flash when opening new pages
* Several modifications to `about:addons`, including:
* Making the background of extension icons transparent to avoid white squares
* Dark context menus
* Dark context menus
* Several visual tweaks to better adhere to the overall theme
* Added `color_variables.css`. While not yet used, this will eventually be used as the basis for all color schemes to adhere to the Firefox Photon UI.
* Added `changelog.md` to create an easy way for users to keep up-to-date with changes.
@ -167,9 +179,9 @@ Huge thanks to u/markdarkness for pointing these out
## 11/29/2017
* Several visual modifications to `about:addons`. Most importantly, fixed an issue causing addon descriptions to be unreadable on a dark background.
* Added a new directory titled `webextension-tweaks`. This folder will include css files to improve visual compatibility for webextensions that utilize `about:addons` for preferences.
* Added support for Tree Style Tabs
* Added support for Stylus