@@ -4,7 +4,7 @@ plugins {
4
4
}
5
5
6
6
group ' org.bigtows'
7
- version ' 2.1'
7
+ version ' 2.1.1 '
8
8
9
9
sourceCompatibility = 11
10
10
@@ -14,14 +14,14 @@ repositories {
14
14
15
15
dependencies {
16
16
compile ' com.evernote:evernote-api:1.25.1'
17
- compileOnly ' org.projectlombok:lombok:1.18.12 '
17
+ compileOnly ' org.projectlombok:lombok:1.18.20 '
18
18
19
19
testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
20
20
testCompile ' org.mockito:mockito-core:2.7.22'
21
21
22
- annotationProcessor ' org.projectlombok:lombok:1.18.12 '
23
- testCompileOnly ' org.projectlombok:lombok:1.18.12 '
24
- testAnnotationProcessor ' org.projectlombok:lombok:1.18.12 '
22
+ annotationProcessor ' org.projectlombok:lombok:1.18.20 '
23
+ testCompileOnly ' org.projectlombok:lombok:1.18.20 '
24
+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.20 '
25
25
}
26
26
27
27
intellij {
@@ -41,24 +41,15 @@ jar {
41
41
42
42
patchPluginXml {
43
43
changeNotes """
44
- <h1>Release: 2.1</h1><br>
44
+ <h1>Release: 2.1.1 </h1><br>
45
45
<ul>
46
46
<li>
47
- New feature: Shortcuts and Drag and Drop mode idea by <a href="https://github.com/BigTows/PinNote/issues/26">#26 By ash0080</a>
48
- <ul>Hey! PinNote now support new shortcuts:
49
- <li>Create a new target, default shortcut: ctrl/⌘ ⇧ T</li>
50
- <li>Create a new root task: Shift + enter</li>
51
- <li>Delete current task: ctrl/⌘ ⇧ ⌫</li>
52
- <li>Select previous task: ↑</li>
53
- <li>Select next task: ↓</li>
54
- </ul>
55
- <ul>
56
- Drag and drop mode here! Now you can reorder your tasks or move to another note
57
- </ul>
47
+ New feature: Nope :(
48
+ Just fix Exception <a href="https://github.com/BigTows/PinNote/issues/30">Issues ref</a>
58
49
</li>
59
50
</ul>
60
51
"""
61
52
// https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html?search=build
62
- sinceBuild " 193.2252 "
53
+ sinceBuild " 202.* "
63
54
untilBuild " 213.*"
64
55
}
0 commit comments