2DU 8 лет назад
Родитель
Сommit
2853a2f308
3 измененных файлов с 7 добавлено и 4 удалено
  1. 1 1
      app.py
  2. 1 1
      update_mysql.py
  3. 5 2
      version.md

+ 1 - 1
app.py

@@ -44,7 +44,7 @@ def redirect(data):
     
     
 from func import *
 from func import *
 
 
-r_ver = '2.2.3'
+r_ver = '2.3.0'
 p_ver = ''
 p_ver = ''
 
 
 try:
 try:

+ 1 - 1
update_mysql.py

@@ -17,7 +17,7 @@ conn = pymysql.connect(
 )
 )
 curs = conn.cursor(pymysql.cursors.DictCursor)   
 curs = conn.cursor(pymysql.cursors.DictCursor)   
 
 
-r_ver = '2.2.3'
+r_ver = '2.3.0'
 
 
 curs2.execute("create table data(title text, data text, acl text)")
 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)")
 curs2.execute("create table history(id text, title text, data text, date text, ip text, send text, leng text)")

+ 5 - 2
version.md

@@ -95,7 +95,7 @@
  * app.py 부분 while을 for로 수정
  * app.py 부분 while을 for로 수정
  * 역링크 구조 개선
  * 역링크 구조 개선
 
 
-## 2.2 (SQLite) (진행)
+## 2.2 (SQLite)
  * SQLite로 DB 변경
  * SQLite로 DB 변경
  * set.json 대부분 위키 내부로 이전
  * set.json 대부분 위키 내부로 이전
  * 파서 수정
  * 파서 수정
@@ -104,6 +104,9 @@
  * 커스텀 JS
  * 커스텀 JS
  * 비 로그인도 CSS, JS 기능 사용 가능하게
  * 비 로그인도 CSS, JS 기능 사용 가능하게
 
 
+## 2.3 (진행)
+ * 프로젝트 오븐나무 (스킨 + 기타)
+
 ## 계속
 ## 계속
  * 버그 수정
  * 버그 수정
  * 비동기 일부 적용
  * 비동기 일부 적용
@@ -127,7 +130,7 @@
 
 
 ----
 ----
 ## 기타
 ## 기타
- * 최신 버전 - v2.2.3
+ * 최신 버전 - v2.3.0
 
 
 ----
 ----
 ## 개발 이념
 ## 개발 이념