mirror of
https://github.com/altercation/solarized
synced 2025-02-16 12:28:24 +00:00
updated changelog in prep for beta2
This commit is contained in:
parent
a381fd1cdb
commit
ced5aac690
2 changed files with 55 additions and 7 deletions
|
@ -1,9 +1,43 @@
|
|||
Solarized Changelog
|
||||
===================
|
||||
|
||||
## Current release 1.0.0beta2
|
||||
|
||||
1.0.0beta2
|
||||
----------
|
||||
|
||||
### Summary
|
||||
|
||||
Switch to the alternative red hue (final and only hue change), included a whole
|
||||
heap of new ports and updates to the existing Vim colorscheme. The list of all
|
||||
currently included ports, highlighted items are new, updates noted:
|
||||
|
||||
#### Editors & IDEs
|
||||
|
||||
* \[UPDATED\] Vim
|
||||
* \[NEW\] Emacs
|
||||
* \[NEW\] IntelliJ IDEA
|
||||
* \[NEW\] SeeStyle theme for Coda & SubEthaEdit
|
||||
* \[NEW\] TextMate
|
||||
* \[NEW\] Visual Studio
|
||||
|
||||
#### Terminal Emulators
|
||||
|
||||
* \[UPDATED\] iTerm2 colorschemes
|
||||
* \[UPDATED\] OS X Terminal.app colors
|
||||
* \[UPDATED\] Xresources colors
|
||||
|
||||
#### Other Applications
|
||||
|
||||
* \[UPDATED\] Mutt mail client colorschemes
|
||||
|
||||
#### Palettes
|
||||
|
||||
* \[UPDATED\] Adobe Photoshop Swatches
|
||||
* \[UPDATED\] Apple Color Picker Palette
|
||||
* \[UPDATED\] Gimp Palette
|
||||
|
||||
|
||||
### Critical Changes
|
||||
|
||||
These changes may require you to change your configuration.
|
||||
|
@ -61,7 +95,7 @@ These changes may require you to change your configuration.
|
|||
|
||||
These changes should not impact your usage of the Solarized.
|
||||
|
||||
* **PALETTES : IMPROVEMENT : Better red**
|
||||
* **PALETTES : IMPROVEMENT : Colorspace tagged and untagged versions**
|
||||
Changed default OS X color picker palatte swatches to tagged colors (sRGB)
|
||||
and included alternate palette with untagged color swatches for advanced
|
||||
users (v1.0.0beta1 had untagged as default).
|
||||
|
@ -107,4 +141,4 @@ First public release. Included:
|
|||
|
||||
***
|
||||
|
||||
MODIFIED: 2011 Apr 09
|
||||
MODIFIED: 2011 Apr 16
|
||||
|
|
24
README.md
24
README.md
|
@ -26,6 +26,8 @@ tested extensively in real world use on color calibrated displays (as well as
|
|||
uncalibrated/intentionally miscalibrated displays) and in a variety of lighting
|
||||
conditions.
|
||||
|
||||
***See the [changelog] for what's new in the most recent release.***
|
||||
|
||||
![solarized palette](https://github.com/altercation/solarized/raw/master/img/solarized-palette.png)\
|
||||
![solarized vim](https://github.com/altercation/solarized/raw/master/img/solarized-vim.png)\
|
||||
|
||||
|
@ -35,8 +37,6 @@ Currently available in formats for (cf [screenshots](#screenshots) below):
|
|||
|
||||
* **Vim** by [me] (the Vim-only portion of Solarized is
|
||||
[available here][Vim Repository], for use with Pathogen, etc.)
|
||||
* **Mutt** e-mail client also by [me] (*just* the Mutt colorscheme is
|
||||
[available here][Mutt Repository])
|
||||
* **Emacs** courtesy of [Greg Pfeil](http://blog.technomadic.org)
|
||||
([@sellout](http://twitter.com/sellout))
|
||||
in the main repo and in a [standalone repository][Emacs Repository]
|
||||
|
@ -52,21 +52,28 @@ Currently available in formats for (cf [screenshots](#screenshots) below):
|
|||
* **TextMate** courtesy of [Tom Martin](http://thedeplorableword.net/)
|
||||
([@deplorableword](http://twitter.com/deplorableword))
|
||||
in the main repo and in a [standalone repository][TextMate Repository]
|
||||
(with key work from [Mark Story](http://mark-story.com) and [Brian Mathiyakom](http://brian.rarevisions.net))
|
||||
(with key work from [Mark Story](http://mark-story.com)
|
||||
and [Brian Mathiyakom](http://brian.rarevisions.net))
|
||||
* **Visual Studio** courtesy of [David Thibault](http://www.leddt.com)
|
||||
([@leddt](http://twitter.com/leddt))
|
||||
in the main repo and in a [standalone repository][Visual Studio Repository]
|
||||
|
||||
* **Xcode** Work in progress Xcode ports are available for [Xcode 3] and [Xcode 4]
|
||||
* **Xcode** work in progress ports are available for [Xcode 3] and [Xcode 4]
|
||||
and will be pulled into the main Solarized project soon.
|
||||
|
||||
### Terminal Emulators
|
||||
|
||||
* **Xresources** / Xdefaults
|
||||
* **iTerm2**
|
||||
* **OS X Terminal.app**
|
||||
* **Putty** courtesy [Brant Bobby](http://www.control-v.net)
|
||||
and on [GitHub](https://github.com/brantb)
|
||||
|
||||
### Other Applications
|
||||
|
||||
* **Mutt** e-mail client also by [me] (*just* the Mutt colorscheme is
|
||||
[available here][Mutt Repository])
|
||||
|
||||
### Palettes
|
||||
|
||||
* **Adobe Photoshop** Palette (inc. L\*a\*b values)
|
||||
|
@ -84,7 +91,10 @@ Download
|
|||
|
||||
### [Click here to download latest version](http://ethanschoonover.com/solarized/files/solarized.zip)
|
||||
|
||||
Current release is **v1.0.0beta1**.
|
||||
Current release is **v1.0.0beta1**. See the [changelog] for details on what's
|
||||
new in this release.
|
||||
|
||||
### Fresh Code on GitHub
|
||||
|
||||
You can also use the following links to access application specific downloads
|
||||
and git repositories:
|
||||
|
@ -114,6 +124,9 @@ and git repositories:
|
|||
* [TextMate Repository]
|
||||
* [Visual Studio Repository]
|
||||
|
||||
* [Xcode 3 work in progress][Xcode 3]
|
||||
* [Xcode 4 work in progress][Xcode 4]
|
||||
|
||||
Note that through the magic of [git-subtree](https://github.com/apenwarr/git-subtree)
|
||||
these repositories are all kept in sync, so you can pull any of them and get the most up-to-date version.
|
||||
|
||||
|
@ -383,3 +396,4 @@ background.
|
|||
[Xcode 3]: https://github.com/shayne/solarized/tree/master/apple-xcode3-solarized
|
||||
[Xcode 4]: https://github.com/brianmichel/solarized/tree/master/apple-xcode4-solarized
|
||||
[me]: http://ethanschoonover.com/colophon
|
||||
[changelog]: http://ethanschoonover.com/solarized/CHANGELOG
|
||||
|
|
Loading…
Add table
Reference in a new issue