Skip to content

Commit 9143d46

Browse files
authored
Merge pull request #282 from Psirus/master
Update Changelog for version 0.6.0
2 parents 8a5cb51 + 7c0cdf9 commit 9143d46

File tree

1 file changed

+30
-26
lines changed

1 file changed

+30
-26
lines changed

CHANGELOG.org

+30-26
Original file line numberDiff line numberDiff line change
@@ -2,54 +2,58 @@
22
All notable changes to this project will be documented in this file.
33

44
This log is kept according to the [[http://keepachangelog.com/][Keep a CHANGELOG]] manifesto
5-
** 0.6.0 :unreleased:
5+
** 0.6.0 <2017-11-06 Mon> :released:
66
*** Added
77
- Introduced sphinx documentation to Python modules. (PR #237)
8-
- Add =Python3= support. (closes issue #226, merge PR #231)
9-
- Implementing agenda overview for current buffer. (merges PR #229)
8+
- Add =Python3= support. (PR #231, closes #226)
9+
- Implementing agenda overview for current buffer. (PR #229)
1010
- =g:org_aggressive_conceal=, if value =1=, will conceal all simple format
11-
identifying characters, default =0=. (merges PR #188)
11+
identifying characters, default =0=. (PR #188)
1212
- (testing on `g:org_aggressive_conceal=1' mode) Add possibility to escape
1313
format indicating characters from leading inline markup, by escaping with
1414
"\".
1515
- Add alternative behavior: refrain from entering insert mode after
1616
heading/checkbox creation through keybindings. Activate by setting
17-
=g:org_prefer_insert_mode= to 0. (closes issue #211)
18-
- Add export as LaTeX beamer slides (merges PR #206)
19-
- Keybinding to create plainlist item directly. (closes issue #190)
20-
- Make % jump between < and >. (closes issue #250)
17+
=g:org_prefer_insert_mode= to 0. (closes #211)
18+
- Add export as LaTeX beamer slides (PR #206)
19+
- Keybinding to create plainlist item directly. (closes #190)
20+
- Make % jump between < and >. (PR #251, closes #250)
2121
*** Changed
22-
- Changed default value for =g:org_indent= from =1= to =0=. (issue #243)
22+
- Changed default value for =g:org_indent= from =1= to =0=. (closes #243)
2323
- Revamped TODO keyword cycling rules. (PR #237)
2424
- In [[syntax/org.vim][syntax/org.vim]], changed `\@<=' with computational faster `\zs'
2525
- Using =<localleader>c[n/N]= to create new plainlist item following
2626
current plainlist item. Now these keybindings will unconditionally
27-
create empty checkbox. (issue #190)
27+
create empty checkbox. (closes #190)
2828
*** Deprecated
2929
- Nothing
3030
*** Removed
3131
- Removed the requirement for TODO state keywords to be upper-case.
32+
(PR #235)
3233
*** Fixed
33-
- Fixed python3 compatible issue within =CalendarAction=. (merges #242, closes #241)
34+
- Avoid duplicate =InsertLeave= handlers (PR #222, closes #223)
35+
- Fix python3 compatibility issue with regexes
36+
(PR #266, closes #263, #265)
37+
- Fixed python3 compatible issue within =CalendarAction=.
38+
(PR #242, closes #241)
3439
- Tree promoting/demoting no longer destroy list and checkbox structure.
3540
(closes #217)
36-
- Fixed bug when promote/demote headings when it contain lists. (merges
37-
#239, partly fixed #217)
38-
- Silenced =W18= warning when non-ASCII coded TODO keywords are used. (merges #236)
39-
- Fix non-English locale support issue in OrgDate and Agenda. (merges #234,
41+
- Fixed bug when promote/demote headings when it contain lists.
42+
(PR #239, partly fixes #217)
43+
- Silenced =W18= warning when non-ASCII coded TODO keywords are used.
44+
(PR #236)
45+
- Fix non-English locale support issue in OrgDate and Agenda. (PR #234,
4046
closes #230)
4147
- Fix =concealcursor= mis-setting. (from ="nc"= to =nc=)
42-
- Fix duplicate =InsertLeave= autocmd for =tag_complete=. (close issue
43-
#223)
44-
- Fix utl error when =\= or white space is in the link by
45-
auto-escaping(issue #220)
46-
- Fix typo vbm -> vmb (merges PR #219.)
47-
instance in document on NeoVim.(closes issue #213)
48-
- Fix toggling checkboxes with plain embedded lists (closes issue #209)
49-
- Return to right window before setting todo (closes issue #202)
50-
- Fix link to calendar-vim (closes issue #197)
51-
- Fix `out of bound` issue when creating heading/checkbox after last
52-
instance in document on NeoVim.
48+
- Fix duplicate =InsertLeave= autocmd for =tag_complete=. (closes #223)
49+
- Fix utl error when =\= or white space is in the link by auto-escaping.
50+
(closes #220)
51+
- Fix typo vbm -> vmb (PR #219)
52+
- Fix toggling checkboxes with plain embedded lists (PR #212, closes #209)
53+
- Return to right window before setting todo (closes #202)
54+
- Fix link to calendar-vim (closes #197)
55+
- Fix =out of bound= issue when creating heading/checkbox after last
56+
instance in document on NeoVim. (closes #213)
5357
** 0.5.0 <2015-10-10 Sat> :released:
5458
*** Added
5559
- show link description in headings when folded, instead of the whole

0 commit comments

Comments
 (0)