@@ -44,7 +44,7 @@ def redirect(data):
from func import *
-r_ver = '2.2.3'
+r_ver = '2.3.0'
p_ver = ''
try:
@@ -17,7 +17,7 @@ conn = pymysql.connect(
)
curs = conn.cursor(pymysql.cursors.DictCursor)
curs2.execute("create table data(title text, data text, acl text)")
curs2.execute("create table history(id text, title text, data text, date text, ip text, send text, leng text)")
@@ -95,7 +95,7 @@
* app.py 부분 while을 for로 수정
* 역링크 구조 개선
-## 2.2 (SQLite) (진행)
+## 2.2 (SQLite)
* SQLite로 DB 변경
* set.json 대부분 위키 내부로 이전
* 파서 수정
@@ -104,6 +104,9 @@
* 커스텀 JS
* 비 로그인도 CSS, JS 기능 사용 가능하게
+## 2.3 (진행)
+ * 프로젝트 오븐나무 (스킨 + 기타)
+
## 계속
* 버그 수정
* 비동기 일부 적용
@@ -127,7 +130,7 @@
----
## 기타
- * 최신 버전 - v2.2.3
+ * 최신 버전 - v2.3.0
## 개발 이념