Skip to content

Releases: phoenixlzx/MinoriWiki

0.0.43

10 Aug 00:02
e47b50f
Compare
Choose a tag to compare
  • Node.js version now requires v7.0+
  • Add momentjs support
  • Optimized filename handling

0.0.41

25 Jan 07:39
c1ebbad
Compare
Choose a tag to compare
  • New local server to preview changes
  • Extract hard-coded paths

Credits goes to @kermitwk

0.0.40

02 Dec 02:52
f063e0d
Compare
Choose a tag to compare
  • Fixed program exit when non-md file exists in notes directory.
  • Now using async.eachSeries to spread load, maybe a little bit slower than before but will not stuck the whole core.

0.0.39

15 Oct 01:30
82f9dca
Compare
Choose a tag to compare
0.0.39

0.0.38

15 Oct 01:07
63943d8
Compare
Choose a tag to compare
0.0.38

0.0.37

15 Oct 00:53
c7b52e4
Compare
Choose a tag to compare
0.0.37

0.0.36

14 Oct 12:38
6d133c3
Compare
Choose a tag to compare

ATTENTION This is a breaking-release. Please read release note carefully before update.

Firstly please use minori u to update your config file before any other action.

In order to sort pages by date, I've added time attribute to note format. You may get error message Error when reading content properties when generating pages, simply add time: 0 under the line category: in note file. In UNIX-like systems or you can use sed, try with sed -i -E 's/category:\s(.+)/category: \1\ntime: 0/g' *.md under your notes directory. You can use UNIX timestamp for this value as well.

The time attribute is passed to EJS in page object. Please note this is still experimental, and may be changed in future updates.

0.0.35

24 Jan 16:31
Compare
Choose a tag to compare
0.0.35

0.0.34

21 Jan 15:02
Compare
Choose a tag to compare
always master on locale, add support to push remote branch other than…

… master

0.0.33

21 Jan 12:55
Compare
Choose a tag to compare
0.0.33