Skip to content

Commit 22de340

Browse files
committed
Release v4.0.0
1 parent 8385225 commit 22de340

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

1820
To create your own theme, you can edit one of the existing ones in place, but it
1921
would 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

2529
There'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

internal/globals.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ GPG_SIGN_FLAGS="--yes --armor --detach-sign"
3131
GPG_EXPORT_FLAGS="--armor --export"
3232
RM="rm"
3333
RM_FLAGS="-fr"
34-
VERSION="v3.0.3"
34+
VERSION="v4.0.0"
3535
TAG_ALPHABET="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-"
3636
ID_ALPHABET="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"
3737
KNOWN_HASH_PROGRAMS="sha1sum sha1 sha256sum sha256 md5sum md5 cat"

0 commit comments

Comments
 (0)