@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66
77## [ Unreleased]
88
9+ ## [ v4.0.0] - 2017-01-29
10+
911__ Breaking changes__
1012
1113__ Themes have been added, style customization should be done through them__ .
@@ -17,13 +19,15 @@ To change theme, use `./bm theme list` to list them, and use
1719
1820To create your own theme, you can edit one of the existing ones in place, but it
1921would also be a good idea to copy one into a new directory before editing that.
22+ See the [ wiki page on theming] ( https://gogs.system33.pw/mello/bm/wiki/Theming )
23+ for more information.
2024
2125__ Configuration files have moved__ . The example configuration file is in
2226` internal/ ` now. A newly created configuration file will be placed in ` posts/ ` ,
23- and BM will autoatmcailly create one there if it doesn't exist.
27+ and BM will automatically create one there if it doesn't exist.
2428
2529There's a new ` ./tools/convert_v3.0.3_v4.0.0.sh ` script to help make the
26- transition in most cases.
30+ transition in almost all cases.
2731
2832### Added
2933
@@ -266,6 +270,7 @@ v2.7.0) `./bm build` script is what should be used.
266270- author, date, mod date metadata
267271- post id (unused)
268272
273+ [ v4.0.0 ] : https://gogs.system33.pw/mello/bm/src/v4.0.0
269274[ v3.0.3 ] : https://gogs.system33.pw/mello/bm/src/v3.0.3
270275[ v3.0.2 ] : https://gogs.system33.pw/mello/bm/src/v3.0.2
271276[ v3.0.1 ] : https://gogs.system33.pw/mello/bm/src/v3.0.1
0 commit comments