Skip to content

Commit

Permalink
release v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tamlok committed Jul 28, 2021
1 parent 500eba2 commit 4defcc7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:

env:
VNOTE_VER: 3.5.0
VNOTE_VER: 3.5.1

jobs:
build-linux:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:

env:
VNOTE_VER: 3.5.0
VNOTE_VER: 3.5.1

jobs:
build-linux:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:

env:
VNOTE_VER: 3.5.0
VNOTE_VER: 3.5.1

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changes
## v3.5.1
* LocationList: fix recently introduced regression when highlighting segments of text

## v3.5.0
* Support History
* ViewArea
Expand Down
4 changes: 2 additions & 2 deletions src/core/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ namespace vnotex
int m_length = -1;
};

Q_DECLARE_METATYPE(Segment);

} // ns vnotex

Q_DECLARE_OPERATORS_FOR_FLAGS(vnotex::FindOptions);

Q_DECLARE_METATYPE(vnotex::Segment);

#endif // GLOBAL_H
2 changes: 1 addition & 1 deletion src/data/core/vnotex.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : "3.5.0"
"version" : "3.5.1"
},
"core" : {
"theme" : "pure",
Expand Down

0 comments on commit 4defcc7

Please sign in to comment.