Skip to content

Commit

Permalink
chore: release v2.0.1
Browse files Browse the repository at this point in the history
* (bluefox) Fixing encryption of the access token
  • Loading branch information
GermanBluefox committed Aug 20, 2024
1 parent ca405a6 commit 3fbbbc4
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 41 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 0.1.2 (2023-02-24)
* (xXBJXx) Dependencies updated
* (xXBJXx) UI updated

## 0.1.1 (2023-02-05)
* (xXBJXx) Dependencies updated

Expand Down
30 changes: 13 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,32 +82,28 @@ Or you can use the tab **files** to upload the file. (see image below)
<!--
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
* (bluefox) Fixing encryption of the access token

-->
### 2.0.1 (2024-08-20)
* (bluefox) Fixing encryption of the access token

### 2.0.0 (2024-08-18)
* (bluefox) BREAKING CHANGE: You must enter your credentials again
* (bluefox) Old code has been removed and GUI has been rewritten
* (bluefox) Dependencies have been updated

* (bluefox) Dependencies have been updated

### 1.2.0 (2024-04-28)
* (mcm1957) Adapter requires node.js >= 18 and js-controller >= 5 now
* (mcm1957) Dependencies have been updated

* (mcm1957) Dependencies have been updated

### 1.1.0 (2023-11-05)
* (Scrounger) Bugfix: objects will be created only if necessary
* (Scrounger) Bugfix for excessive number of warnings has been added
* (Scrounger) Distance calculation between ioBroker and tracker has been added

* (Scrounger) Distance calculation between ioBroker and tracker has been added

### 1.0.0 (2023-11-04)
* (mcm1957) Adapter has been moved into iobroker-community-adapters organisation
* (mcm1957) Dependencies have been updated

### 0.1.2 (2023-02-24)
* (xXBJXx) Dependencies updated
* (xXBJXx) UI updated

* (mcm1957) Dependencies have been updated

## License
MIT License

Expand All @@ -130,4 +126,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
2 changes: 1 addition & 1 deletion admin/static/js/main.0e744aa6.js.map

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions build/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/main.js.map

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "tractive-gps",
"version": "2.0.0",
"version": "2.0.1",
"news": {
"2.0.1": {
"en": "Fixing encryption of the access token",
"de": "Festlegen der Verschlüsselung des Zugriffstokens",
"ru": "Исправление шифрования токена доступа",
"pt": "Corrigir criptografia do token de acesso",
"nl": "Versleuteling van het toegangs token herstellen",
"fr": "Correction du chiffrement du jeton d'accès",
"it": "Fissare la crittografia del gettone di accesso",
"es": "Corrección del cifrado de acceso",
"pl": "Ustawienie szyfrowania symbolu dostępu",
"uk": "Виправлення шифрування токена доступу",
"zh-cn": "修复访问令牌的加密"
},
"2.0.0": {
"en": "BREAKING CHANGE: You must enter your credentials again\nOld code has been removed and GUI has been rewritten\nDependencies have been updated",
"de": "BREAKING CHANGE: Sie müssen Ihre Anmeldeinformationen erneut eingeben\nDer alte Code wurde entfernt und GUI wurde neu geschrieben\nAbhängigkeiten wurden aktualisiert",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Zależności zaktualizowane\nUaktualniony interfejs użytkownika",
"uk": "Оновлені залежності\nОновлений інтерфейс користувача",
"zh-cn": "更新了依赖性\n更新了用户界面"
},
"0.1.1": {
"en": "Dependencies updated",
"de": "Abhängigkeiten aktualisiert",
"ru": "Обновление зависимостей",
"pt": "Dependências atualizadas",
"nl": "Afhankelijkheden bijgewerkt",
"fr": "Dépendances mises à jour",
"it": "Dipendenze aggiornate",
"es": "Dependencias actualizadas",
"pl": "Zależności zaktualizowane",
"uk": "Залежності оновлено",
"zh-cn": "依赖项已更新"
}
},
"titleLang": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.tractive-gps",
"version": "2.0.0",
"version": "2.0.1",
"description": "This adapter allows you to connect to the Tractive GPS service and retrieve the location of your pets.",
"author": {
"name": "xXBJXx",
Expand Down

0 comments on commit 3fbbbc4

Please sign in to comment.