浏览代码

change to VNote

Le Tan 4 年之前
父节点
当前提交
82cfa67e31
共有 6 个文件被更改,包括 8 次插入8 次删除
  1. 2 2
      .gitignore
  2. 3 3
      README.md
  3. 1 1
      src/core/configmgr.cpp
  4. 1 1
      src/data/core/vnotex.json
  5. 1 1
      src/src.pro
  6. 0 0
      vnote.pro

+ 2 - 2
.gitignore

@@ -1,5 +1,5 @@
-vnotex.pro.user
-vnotex.pro.user.*
+*.pro.user
+*.pro.user.*
 .ccls
 compile_commands.json
 compile_flags.txt

+ 3 - 3
README.md

@@ -2,12 +2,12 @@
 A pleasant note-taking platform.
 
 > At early 2019, I decided to refactor VNote as VNoteX. Now a fresh VNote is ready!  
-> VNoteX is closed source and is intended to keep several premium features compared to VNote. Most of VNoteX's code will be open source as VNote 3.0, so VNote will share most of the code with VNoteX and continue to be open source from 3.0.  
+> VNoteX is closed source and is intended to keep several premium features compared to VNote. Most of VNoteX's code base will be open source as VNote 3.0, so VNote will share most of the code base with VNoteX and continue to be open source from 3.0.  
 > **Welcome to VNoteX and VNote 3.0!**
 
 **ATTENTION**: The notebook format of VNote 3.0 is not compatible with that of earlier versions of VNote. Feel free to decide the right time to jump to VNote 3.0.
 
-The obsolete code of VNote 2.0 is available at the [vnote2.0](https://github.com/vnotex/vnote/tree/vnote2.0) branch.
+The obsolete code base of VNote 2.0 is available at the [vnote2.0](https://github.com/vnotex/vnote/tree/vnote2.0) branch.
 
 ## License
-VNote is licensed under [GNU LGPLv3](https://opensource.org/licenses/LGPL-3.0). Code of VNote could be used freely by VNoteX.
+VNote is licensed under [GNU LGPLv3](https://opensource.org/licenses/LGPL-3.0). Code base of VNote could be used freely by VNoteX.

+ 1 - 1
src/core/configmgr.cpp

@@ -29,7 +29,7 @@ using namespace vnotex;
 
 const QString ConfigMgr::c_orgName = "VNote";
 
-const QString ConfigMgr::c_appName = "VNoteX";
+const QString ConfigMgr::c_appName = "VNote";
 
 const QString ConfigMgr::c_configFileName = "vnotex.json";
 

+ 1 - 1
src/data/core/vnotex.json

@@ -3,7 +3,7 @@
     "metadata" : {
         "//comment": "When releasing new version, please go through the following configs to check if override is needed.",
         "//Comment": "markdown_editor#override_viewer_resource",
-        "version" : "0.1.5"
+        "version" : "3.0.0"
     },
     "core" : {
         "theme" : "native",

+ 1 - 1
src/src.pro

@@ -9,7 +9,7 @@ CONFIG -= qtquickcompiler
 # Enable message log in release build
 DEFINES += QT_MESSAGELOGCONTEXT
 
-TARGET = vnotex
+TARGET = vnote
 TEMPLATE = app
 
 win32:CONFIG(release, debug|release) {

+ 0 - 0
vnotex.pro → vnote.pro