mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-04 21:39:52 +08:00
change to VNote
This commit is contained in:
parent
52702a32e9
commit
82cfa67e31
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
vnotex.pro.user
|
||||
vnotex.pro.user.*
|
||||
*.pro.user
|
||||
*.pro.user.*
|
||||
.ccls
|
||||
compile_commands.json
|
||||
compile_flags.txt
|
||||
|
@ -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.
|
||||
|
@ -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";
|
||||
|
||||
|
@ -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",
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user