Skip to content

Releases: songday/blog-rs

Version 0.5.6

14 Jun 03:19
Compare
Choose a tag to compare

Now, this tool can push all posts to Git-Page providers

现在该工具支持将文章推送到git page 提供商那里了。

Release v0.5.5

28 Feb 06:42
Compare
Choose a tag to compare

Breaking change
Changed tables name
The old version database can be fixed by these DDL/DML

ALTER TABLE tag RENAME TO tags;
ALTER TABLE tag_usage RENAME TO tags_usage;
ALTER TABLE post RENAME TO posts;

ALTER TABLE settings DROP COLUMN domain;
ALTER TABLE settings DROP COLUMN copyright;
ALTER TABLE settings DROP COLUMN license;

ALTER TABLE settings RENAME COLUMN name TO item;
ALTER TABLE settings RENAME COLUMN admin_password TO content;

UPDATE settings SET item='admin_password' WHERE id=1;

Others:

  1. Added access log (printed in console)
  2. TLS supported, thanks to flyingblackshark
  3. etc.

Release v0.5.2

09 Feb 03:53
Compare
Choose a tag to compare
  1. 现在所有的博客,可以导出为Hugo模板

  2. 通过博客列表进入后,再返回,列表数据不会回到第一页

  3. All posts now can be exported to Hugo

  4. From list page to detail page, and then back, data of list page won't show the 1st page

Release v0.5.1

30 Jan 08:35
2941d68
Compare
Choose a tag to compare

现在删除博客的同时,博客题图也会被删除

Delete post with its images

Version 0.5.0

29 Jan 08:45
e712bd0
Compare
Choose a tag to compare

Refined pagination, post writing and detail page
完善了翻页,编写博客以及查看博客

0.2.1

16 Apr 08:30
acac625
Compare
Choose a tag to compare

1st release of blog-rs :)

Only provide Windows 64-bit version this time.
Any feedback is welcomed.
Thanks in advance!