From 0d5423fc66c2f4d84cfd7eb17eba822e1819cae6 Mon Sep 17 00:00:00 2001 From: Ruri Date: Tue, 16 Mar 2021 21:46:35 +0100 Subject: [PATCH] Preparation for 0.1.6 --- Announcements/de.md | 3 --- Announcements/en.md | 3 --- Announcements/es.md | 3 --- Announcements/fa.md | 3 --- Announcements/fr.md | 3 --- Announcements/it.md | 3 --- Announcements/nl.md | 3 --- Announcements/pt.md | 3 --- Announcements/ro.md | 3 --- Announcements/ru.md | 3 --- Announcements/tr.md | 3 --- Changelog/0.1.6.md | 15 +++++++++++++++ OpenBullet2/Services/UpdateService.cs | 4 ++-- OpenBullet2/version.txt | 2 +- 14 files changed, 18 insertions(+), 36 deletions(-) create mode 100644 Changelog/0.1.6.md diff --git a/Announcements/de.md b/Announcements/de.md index c288d71f1..e69de29bb 100644 --- a/Announcements/de.md +++ b/Announcements/de.md @@ -1,3 +0,0 @@ -

IMPORTANT NOTICE!

- -Version 0.1.2 has a **REALLY BIG ISSUE** with interpolated strings that breaks most configs, please update as soon as possible to avoid further problems. \ No newline at end of file diff --git a/Announcements/en.md b/Announcements/en.md index c288d71f1..e69de29bb 100644 --- a/Announcements/en.md +++ b/Announcements/en.md @@ -1,3 +0,0 @@ -

IMPORTANT NOTICE!

- -Version 0.1.2 has a **REALLY BIG ISSUE** with interpolated strings that breaks most configs, please update as soon as possible to avoid further problems. \ No newline at end of file diff --git a/Announcements/es.md b/Announcements/es.md index c288d71f1..e69de29bb 100644 --- a/Announcements/es.md +++ b/Announcements/es.md @@ -1,3 +0,0 @@ -

IMPORTANT NOTICE!

- -Version 0.1.2 has a **REALLY BIG ISSUE** with interpolated strings that breaks most configs, please update as soon as possible to avoid further problems. \ No newline at end of file diff --git a/Announcements/fa.md b/Announcements/fa.md index c288d71f1..e69de29bb 100644 --- a/Announcements/fa.md +++ b/Announcements/fa.md @@ -1,3 +0,0 @@ -

IMPORTANT NOTICE!

- -Version 0.1.2 has a **REALLY BIG ISSUE** with interpolated strings that breaks most configs, please update as soon as possible to avoid further problems. \ No newline at end of file diff --git a/Announcements/fr.md b/Announcements/fr.md index c288d71f1..e69de29bb 100644 --- a/Announcements/fr.md +++ b/Announcements/fr.md @@ -1,3 +0,0 @@ -

IMPORTANT NOTICE!

- -Version 0.1.2 has a **REALLY BIG ISSUE** with interpolated strings that breaks most configs, please update as soon as possible to avoid further problems. \ No newline at end of file diff --git a/Announcements/it.md b/Announcements/it.md index c288d71f1..e69de29bb 100644 --- a/Announcements/it.md +++ b/Announcements/it.md @@ -1,3 +0,0 @@ -

IMPORTANT NOTICE!

- -Version 0.1.2 has a **REALLY BIG ISSUE** with interpolated strings that breaks most configs, please update as soon as possible to avoid further problems. \ No newline at end of file diff --git a/Announcements/nl.md b/Announcements/nl.md index c288d71f1..e69de29bb 100644 --- a/Announcements/nl.md +++ b/Announcements/nl.md @@ -1,3 +0,0 @@ -

IMPORTANT NOTICE!

- -Version 0.1.2 has a **REALLY BIG ISSUE** with interpolated strings that breaks most configs, please update as soon as possible to avoid further problems. \ No newline at end of file diff --git a/Announcements/pt.md b/Announcements/pt.md index c288d71f1..e69de29bb 100644 --- a/Announcements/pt.md +++ b/Announcements/pt.md @@ -1,3 +0,0 @@ -

IMPORTANT NOTICE!

- -Version 0.1.2 has a **REALLY BIG ISSUE** with interpolated strings that breaks most configs, please update as soon as possible to avoid further problems. \ No newline at end of file diff --git a/Announcements/ro.md b/Announcements/ro.md index c288d71f1..e69de29bb 100644 --- a/Announcements/ro.md +++ b/Announcements/ro.md @@ -1,3 +0,0 @@ -

IMPORTANT NOTICE!

- -Version 0.1.2 has a **REALLY BIG ISSUE** with interpolated strings that breaks most configs, please update as soon as possible to avoid further problems. \ No newline at end of file diff --git a/Announcements/ru.md b/Announcements/ru.md index c288d71f1..e69de29bb 100644 --- a/Announcements/ru.md +++ b/Announcements/ru.md @@ -1,3 +0,0 @@ -

IMPORTANT NOTICE!

- -Version 0.1.2 has a **REALLY BIG ISSUE** with interpolated strings that breaks most configs, please update as soon as possible to avoid further problems. \ No newline at end of file diff --git a/Announcements/tr.md b/Announcements/tr.md index c288d71f1..e69de29bb 100644 --- a/Announcements/tr.md +++ b/Announcements/tr.md @@ -1,3 +0,0 @@ -

IMPORTANT NOTICE!

- -Version 0.1.2 has a **REALLY BIG ISSUE** with interpolated strings that breaks most configs, please update as soon as possible to avoid further problems. \ No newline at end of file diff --git a/Changelog/0.1.6.md b/Changelog/0.1.6.md new file mode 100644 index 000000000..f233c6ad5 --- /dev/null +++ b/Changelog/0.1.6.md @@ -0,0 +1,15 @@ +Changelog for version 0.1.6 + +- Persian translation by LilToba +- Added support for custom codepage encodings like windows-1251 in Http Request block +- Added button to clone a config +- Added support for async in Script block with NodeJS interpreter +- Added ability to change page size in ConfigSelector and WordlistSelector +- Fixed NRE in ProxyCheckOptions +- Added keySize parameter to AESEncrypt and AESDecrypt +- Fixed plugins not being extracted correctly sometimes +- Fixed updater not creating new directories +- Added support for uploading multiple files with puppeteer (disruptive change, removed previous block) +- Added GetFilesInFolder block +- Added support for big combination datapools +- Fixed editor in Script block not updating correctly \ No newline at end of file diff --git a/OpenBullet2/Services/UpdateService.cs b/OpenBullet2/Services/UpdateService.cs index 8db74a606..1dacec8e7 100644 --- a/OpenBullet2/Services/UpdateService.cs +++ b/OpenBullet2/Services/UpdateService.cs @@ -13,8 +13,8 @@ public class UpdateService : IDisposable private readonly string versionFile = "version.txt"; private readonly Timer timer; - public Version CurrentVersion { get; private set; } = new(0, 1, 5); - public Version RemoteVersion { get; private set; } = new(0, 1, 5); + public Version CurrentVersion { get; private set; } = new(0, 1, 6); + public Version RemoteVersion { get; private set; } = new(0, 1, 6); public bool IsUpdateAvailable => RemoteVersion > CurrentVersion; public string CurrentVersionType => CurrentVersion.Major == 0 ? (CurrentVersion.Minor == 0 ? "Alpha" : "Beta") diff --git a/OpenBullet2/version.txt b/OpenBullet2/version.txt index def9a0154..a19223320 100644 --- a/OpenBullet2/version.txt +++ b/OpenBullet2/version.txt @@ -1 +1 @@ -0.1.5 \ No newline at end of file +0.1.6 \ No newline at end of file