Skip to content

Commit a771637

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.1.2...v2.0.0) (2025-01-21) ### Bug Fixes * disable finish button if user go back in the ollama wizard ([d2d8185](d2d8185)) * remove unnecessary dependency from login wizard ([fabc25a](fabc25a)) * remove unnecessary testing file ([a56b249](a56b249)) ### chore * implement instruction retrieval during chat operation ([4dbee73](4dbee73)) ### Features * add sap ai core model version to output on preferences ([5d78c12](5d78c12)) * automate the update of the website ([fa76a9a](fa76a9a)) * create a custom dialog for login process ([3cb83b8](3cb83b8)) * create a login options screen ([7079701](7079701)) * display connection configuration on preferences window ([735cb09](735cb09)) * implement instructions customization feature ([33379e6](33379e6)) * implement listener to send messages when the user press enter ([c6531ef](c6531ef)) * implement object memory removal method ([e4d7285](e4d7285)) * implement ollama login pages ([f8b7e88](f8b7e88)) * setup chat orchestration for ollama 🚀 ([7f0e0c7](7f0e0c7)) * trigger selected wizard for login ([5f9e5a5](5f9e5a5)) ### BREAKING CHANGES * The predefined function operation needed to be changed. * This introduces a new authentication system
1 parent c5284c5 commit a771637

File tree

10 files changed

+45
-10
lines changed

10 files changed

+45
-10
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Semantic Versioning Changelog
22

3+
# [2.0.0](https://github.com/The-Nefarious-Developer/zjoule/compare/v1.1.2...v2.0.0) (2025-01-21)
4+
5+
6+
### Bug Fixes
7+
8+
* disable finish button if user go back in the ollama wizard ([d2d8185](https://github.com/The-Nefarious-Developer/zjoule/commit/d2d8185ddf909d9ff5a96649f2792143d69e4d6c))
9+
* remove unnecessary dependency from login wizard ([fabc25a](https://github.com/The-Nefarious-Developer/zjoule/commit/fabc25a399ec379a233d500b22c482b5b752ef45))
10+
* remove unnecessary testing file ([a56b249](https://github.com/The-Nefarious-Developer/zjoule/commit/a56b249cd6fbdc206effa679ae33386689acf1cf))
11+
12+
13+
### chore
14+
15+
* implement instruction retrieval during chat operation ([4dbee73](https://github.com/The-Nefarious-Developer/zjoule/commit/4dbee7397b58d2630ef3c0297d03d9f0293ceb80))
16+
17+
18+
### Features
19+
20+
* add sap ai core model version to output on preferences ([5d78c12](https://github.com/The-Nefarious-Developer/zjoule/commit/5d78c1272f77ee6d62721d0c1a2ff62b9dd9f23d))
21+
* automate the update of the website ([fa76a9a](https://github.com/The-Nefarious-Developer/zjoule/commit/fa76a9ab94692aae4b326011000362ab5db1ae25))
22+
* create a custom dialog for login process ([3cb83b8](https://github.com/The-Nefarious-Developer/zjoule/commit/3cb83b8e6479fce9925f9456d9a18755357104c7))
23+
* create a login options screen ([7079701](https://github.com/The-Nefarious-Developer/zjoule/commit/707970183b4469fcb66ceb8214f6590300b1d7d2))
24+
* display connection configuration on preferences window ([735cb09](https://github.com/The-Nefarious-Developer/zjoule/commit/735cb092d6a52170601a685c076a0e70450666b9))
25+
* implement instructions customization feature ([33379e6](https://github.com/The-Nefarious-Developer/zjoule/commit/33379e6615b182700d38d1f4bd94ff28decf1b18))
26+
* implement listener to send messages when the user press enter ([c6531ef](https://github.com/The-Nefarious-Developer/zjoule/commit/c6531efa199739f92a755dd5eb41ada5f1c81f6b))
27+
* implement object memory removal method ([e4d7285](https://github.com/The-Nefarious-Developer/zjoule/commit/e4d728568de5d632ad74d95f910bbb2e0cdf6ff4))
28+
* implement ollama login pages ([f8b7e88](https://github.com/The-Nefarious-Developer/zjoule/commit/f8b7e88ba0da26b11dfa8d7c1218affb86ab284a))
29+
* setup chat orchestration for ollama :rocket: ([7f0e0c7](https://github.com/The-Nefarious-Developer/zjoule/commit/7f0e0c78cb807ec3e7f9a73257c3cbe48a9fd74b))
30+
* trigger selected wizard for login ([5f9e5a5](https://github.com/The-Nefarious-Developer/zjoule/commit/5f9e5a5689373b65289b549832bc62cffc0b095d))
31+
32+
33+
### BREAKING CHANGES
34+
35+
* The predefined function operation needed to be changed.
36+
* This introduces a new authentication system
37+
338
## [1.1.2](https://github.com/The-Nefarious-Developer/zjoule/compare/v1.1.1...v1.1.2) (2025-01-17)
439

540

com.developer.nefarious.zjoule.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="com.developer.nefarious.zjoule"
44
label="zJoule - SAP AI Assistant"
5-
version="1.1.2"
5+
version="2.0.0"
66
provider-name="The Nefarious Developer">
77

88
<description>

com.developer.nefarious.zjoule.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<artifactId>com.developer.nefarious.zjoule</artifactId>
88
<name>zjoule - feature</name>
9-
<version>1.1.2</version>
9+
<version>2.0.0</version>
1010

1111
<parent>
1212
<groupId>com.developer.nefarious.zjoule</groupId>

com.developer.nefarious.zjoule.plugin/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: zjoule
44
Bundle-SymbolicName: com.developer.nefarious.zjoule.plugin;singleton:=true
5-
Bundle-Version: 1.1.2
5+
Bundle-Version: 2.0.0
66
Bundle-Activator: com.developer.nefarious.zjoule.plugin.core.Activator
77
Bundle-Vendor: The Nefarious Developer
88
Require-Bundle:

com.developer.nefarious.zjoule.plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<artifactId>com.developer.nefarious.zjoule.plugin</artifactId>
1010
<name>zjoule - plugin</name>
11-
<version>1.1.2</version>
11+
<version>2.0.0</version>
1212

1313
<parent>
1414
<groupId>com.developer.nefarious.zjoule</groupId>

com.developer.nefarious.zjoule.test/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: zjoule Test Suite
44
Bundle-SymbolicName: com.developer.nefarious.zjoule.test
5-
Bundle-Version: 1.1.2
5+
Bundle-Version: 2.0.0
66
Import-Package: com.google.gson;version="2.11.0"
77
Require-Bundle:
88
com.developer.nefarious.zjoule.plugin;bundle-version="1.0.0",

com.developer.nefarious.zjoule.test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<artifactId>com.developer.nefarious.zjoule.test</artifactId>
1010
<name>zjoule - tests</name>
11-
<version>1.1.2</version>
11+
<version>2.0.0</version>
1212

1313
<parent>
1414
<groupId>com.developer.nefarious.zjoule</groupId>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.developer.nefarious.zjoule</groupId>
3838
<artifactId>com.developer.nefarious.zjoule.plugin</artifactId>
39-
<version>1.1.2</version>
39+
<version>2.0.0</version>
4040
</dependency>
4141
</dependencies>
4242

com.developer.nefarious.zjoule.updatesite/category.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site>
3-
<feature url="features/com.developer.nefarious.zjoule_1.1.2.jar" id="com.developer.nefarious.zjoule" version="1.1.2">
3+
<feature url="features/com.developer.nefarious.zjoule_2.0.0.jar" id="com.developer.nefarious.zjoule" version="2.0.0">
44
<category name="com.developer.nefarious.zjoule.group"/>
55
</feature>
66
<category-def name="com.developer.nefarious.zjoule.group" label="The Nefarious Developer - zJoule">

com.developer.nefarious.zjoule.updatesite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<artifactId>com.developer.nefarious.zjoule.updatesite</artifactId>
88
<name>zjoule - updatesite</name>
9-
<version>1.1.2</version>
9+
<version>2.0.0</version>
1010

1111
<parent>
1212
<groupId>com.developer.nefarious.zjoule</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.developer.nefarious</groupId>
1010
<artifactId>zjoule</artifactId>
11-
<version>1.1.2</version>
11+
<version>2.0.0</version>
1212
<packaging>pom</packaging>
1313

1414
<name>zjoule</name>

0 commit comments

Comments
 (0)