Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goplayegg committed Jan 23, 2021
1 parent 12a6ea4 commit 513b3d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ AcfunQml is a thirdparty desktop App of Acfun Video & Danmaku wibsite, build o
- full Screen
- mini window
- resolution change
- key control : space to pause, enter to full screen
- Bangumi
- Danmaku
- fly
- top
Expand Down Expand Up @@ -47,7 +49,7 @@ AcfunQml is a thirdparty desktop App of Acfun Video & Danmaku wibsite, build o
- send comment
- ac emotion (Improving)
- Index Page Video List (TODO)
- Video/User Search
- Video/User/Bangumi/Article Search
- Home page (个人信息页)
- User Notification (消息)
- comment
Expand Down
4 changes: 2 additions & 2 deletions acfunQml.pri
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
!isEmpty(ACFUNQML_PRI_INCLUDED):error("acfunqml.pri already included")
ACFUNQML_PRI_INCLUDED = 1

ACFUNQML_VERSION = 0.2.2
ACFUNQML_VERSION = 0.5.1
ACFUNQML_COMPAT_VERSION = 0.2.2
ACFUNQML_DISPLAY_VERSION = 0.2.2
ACFUNQML_DISPLAY_VERSION = 0.5.1
ACFUNQML_COPYRIGHT_YEAR = 2020
ACFUNQML_COMPANY_NAME = ""
VERSION = $$ACFUNQML_VERSION
Expand Down
2 changes: 1 addition & 1 deletion src/ui/other/About.qml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Item{
color: AppStyle.backgroundColor
textColor: AppStyle.foregroundColor
icon.name: AppIcons.mdi_venmo
text: "0.2.2 " + Global.appVer()
text: "0.5.1 " + Global.appVer()
tip: qsTr("App version")
}

Expand Down

0 comments on commit 513b3d1

Please sign in to comment.