]> git.wincent.com - pinnacle.git/commitdiff
Prepare for 0.3 release 0.3
authorGreg Hurrell <greg@hurrell.net>
Wed, 7 Jun 2017 03:43:38 +0000 (20:43 -0700)
committerGreg Hurrell <greg@hurrell.net>
Wed, 7 Jun 2017 03:43:38 +0000 (20:43 -0700)
README.md
autoload/pinnacle.vim
doc/pinnacle.txt

index 6b902ba4cf6bfbfe1e0423f13d3a3e6f7e6deb01..2eb5871ce5673f5bbbfba180a2b75149188031a2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,9 +1,12 @@
+
 # Pinnacle<a name="pinnacle-pinnacle" href="#user-content-pinnacle-pinnacle"></a>
 
+
 ## Intro<a name="pinnacle-intro" href="#user-content-pinnacle-intro"></a>
 
 Pinnacle provides functions for manipulating <strong>`:highlight`</strong> groups.
 
+
 ## Installation<a name="pinnacle-installation" href="#user-content-pinnacle-installation"></a>
 
 To install Pinnacle, use your plug-in management system of choice.
@@ -27,6 +30,7 @@ To generate help tags under Pathogen, you can do so from inside Vim with:
 :call pathogen#helptags()
 ```
 
+
 ## Website<a name="pinnacle-website" href="#user-content-pinnacle-website"></a>
 
 The official Pinnacle source code repo is at:
@@ -43,6 +47,7 @@ Official releases are listed at:
 
 http://www.vim.org/scripts/script.php?script_id=5360
 
+
 ## License<a name="pinnacle-license" href="#user-content-pinnacle-license"></a>
 
 Copyright (c) 2016-present Greg Hurrell
@@ -53,12 +58,15 @@ The above copyright notice and this permission notice shall be included in all c
 
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
+
 ## Development<a name="pinnacle-development" href="#user-content-pinnacle-development"></a>
 
+
 ### Contributing patches<a name="pinnacle-contributing-patches" href="#user-content-pinnacle-contributing-patches"></a>
 
 Patches can be sent via mail to greg@hurrell.net, or as GitHub pull requests at: https://github.com/wincent/pinnacle/pulls
 
+
 ### Cutting a new release<a name="pinnacle-cutting-a-new-release" href="#user-content-pinnacle-cutting-a-new-release"></a>
 
 At the moment the release process is manual:
@@ -92,6 +100,7 @@ git archive -o pinnacle-$VERSION.zip HEAD -- .
 
 - Upload to http://www.vim.org/scripts/script.php?script_id=5360
 
+
 ## Authors<a name="pinnacle-authors" href="#user-content-pinnacle-authors"></a>
 
 Pinnacle is written and maintained by Greg Hurrell <greg@hurrell.net>.
@@ -100,12 +109,21 @@ Other contributors that have submitted patches include (in alphabetical order):
 
 - Kyle Poole
 
+
 ## History<a name="pinnacle-history" href="#user-content-pinnacle-history"></a>
 
-0.2 (9 January 2016)
+
+### 0.3 (6 June 2017)<a name="pinnacle-03-6-june-2017" href="#user-content-pinnacle-03-6-june-2017"></a>
+
+- Added `pinnacle#extract_bg` and `pinnacle#extract_fg`.
+- Fixed bug that could cause existing highlights to be incorrectly augmented.
+
+
+### 0.2 (9 January 2016)<a name="pinnacle-02-9-january-2016" href="#user-content-pinnacle-02-9-january-2016"></a>
 
 - Added `pinnacle#underline`.
 
+
 ### 0.1 (30 March 2016)<a name="pinnacle-01-30-march-2016" href="#user-content-pinnacle-01-30-march-2016"></a>
 
 - Initial release.
index 34284ca28bc08a610d5d72a2000cb4b1ce088409..2db7727dfa5cb2481cc6b34fcbe56ef5be3047a6 100644 (file)
 "
 " # History
 "
-" 0.2 (9 January 2016)
+" ## 0.3 (6 June 2017)
+"
+" - Added `pinnacle#extract_bg` and `pinnacle#extract_fg`.
+" - Fixed bug that could cause existing highlights to be incorrectly
+"   augmented.
+"
+" ## 0.2 (9 January 2016)
 "
 " - Added `pinnacle#underline`.
 "
index 69c73491e339de64f5eecfce6ae49106540f6f80..087dd031c5a3e5e96508988f9a0d5cde0b053fdd 100644 (file)
@@ -116,7 +116,12 @@ order):
 
 HISTORY                                                       *pinnacle-history*
 
-0.2 (9 January 2016)
+0.3 (6 June 2017) ~
+
+- Added `pinnacle#extract_bg` and `pinnacle#extract_fg`.
+- Fixed bug that could cause existing highlights to be incorrectly augmented.
+
+0.2 (9 January 2016) ~
 
 - Added `pinnacle#underline`.