Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Student Main committed Jan 16, 2019
1 parent 9e13d47 commit 48886b5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ This project is a experiment about running Galgame in modern browser, it's origi
- [x] 改进的选择支 Improved Select
- [x] 音效 Sound effect
### 正在工作 WIP
- [ ] 时间逻辑 Timing Logic
- [ ] 基本动画 Basic Animation
- [ ] 不再依赖jQuery Remove jQuery
### 近期 Soon
- [ ] 存档 Save And Load
- [ ] 自动播放 Auto Play
### 可能要鸽 Sooo......oon
- [ ] 支持千恋万花 Support Senren Banka
- [ ] 支持Bra-ban Support Bra-ban
- [ ] 封装成Electron程序 Pack With Electron
- [ ] CG观赏与回想 CG And Scene Viewer
- [ ] TJS编译器 .tjs Compiler
10 changes: 10 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# 更新日志 Changelog
## [v0.5.1] - 2019-01-16
### 新增
- sli文件解析器
### 改变
- 所有音频共用处理流程
### 修复
- 调试界面不再对REPL显示跟踪信息
### 移除
- 不再依赖jQuery

## [v0.5] - 2019-01-12
### 新增
- 一个调试界面
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tenshin.js",
"version": "v0.5.0",
"version": "v0.5.1",
"description": "天神乱漫,Javascript实现",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 48886b5

Please sign in to comment.