Skip to content

Commit

Permalink
v0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Nov 27, 2023
1 parent 5dff91e commit 3163282
Show file tree
Hide file tree
Showing 39 changed files with 82 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ If you like Saber, please consider supporting it by:
[google_play]: https://play.google.com/store/apps/details?id=com.adilhanney.saber
[snap]: https://snapcraft.io/saber
[app_store]: https://apps.apple.com/us/app/saber/id1671523739
[download_windows]: https://github.com/saber-notes/saber/releases/download/v0.18.0/SaberInstaller_v0.18.0.exe
[download_appimage]: https://github.com/saber-notes/saber/releases/download/v0.18.0/Saber-0.18.0-x86_64.AppImage
[download_windows]: https://github.com/saber-notes/saber/releases/download/v0.18.1/SaberInstaller_v0.18.1.exe
[download_appimage]: https://github.com/saber-notes/saber/releases/download/v0.18.1/Saber-0.18.1-x86_64.AppImage

[nextcloud]: https://nc.saber.adil.hanney.org/

Expand Down
9 changes: 9 additions & 0 deletions flatpak/com.adilhanney.saber.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,15 @@
</screenshots>

<releases>
<release version="0.18.1" type="development" date="2023-11-27">
<description>
<ul>
<li>Assets are now lazily loaded as you scroll to them</li>
<li>Removed unused thumbnail generation</li>
<li>Fixed a bug where deleted files wouldn't be unselected</li>
</ul>
</description>
</release>
<release version="0.18.0" type="development" date="2023-11-26">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion installers/desktop_inno_script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Saber"
#define MyAppVersion "0.18.0"
#define MyAppVersion "0.18.1"
#define MyAppPublisher "Adil Hanney"
#define MyAppURL "https://github.com/saber-notes/saber"
#define MyAppExeName "saber.exe"
Expand Down
4 changes: 2 additions & 2 deletions lib/data/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
// Run `./scripts/apply_version.sh --help` for more information.

/// The current app version as an ordinal number.
const int buildNumber = 18000;
const int buildNumber = 18010;

/// The current app version as a string.
const String buildName = '0.18.0';
const String buildName = '0.18.1';

/// The year in which the current version was released.
const int buildYear = 2023;
3 changes: 3 additions & 0 deletions metadata/ar/changelogs/18010.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• الأصول الآن محمّلة بشدّة بينما تهتز بها
• Removed unused thumbnail generation
• أصلح حشرة حيث الملفات المحذوفة لن تكون غير منتخبة
1 change: 1 addition & 0 deletions metadata/ar/changelogs/180103.txt
3 changes: 3 additions & 0 deletions metadata/cs/changelogs/18010.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• Aktiva se nyní líně načítají, když k nim přejdete
• Odstraněno nepoužité generování miniatur
• Opravena chyba, kdy nebylo možné zrušit výběr smazaných souborů
1 change: 1 addition & 0 deletions metadata/cs/changelogs/180103.txt
3 changes: 3 additions & 0 deletions metadata/de/changelogs/18010.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• Assets werden jetzt langsam geladen, wenn Sie zu ihnen scrollen
• Nicht verwendete Miniaturbildgenerierung entfernt
• Es wurde ein Fehler behoben, bei dem die Auswahl gelöschter Dateien nicht aufgehoben wurde
1 change: 1 addition & 0 deletions metadata/de/changelogs/180103.txt
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/18010.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• Assets are now lazily loaded as you scroll to them
• Removed unused thumbnail generation
• Fixed a bug where deleted files wouldn't be unselected
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/180103.txt
3 changes: 3 additions & 0 deletions metadata/es/changelogs/18010.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• Los recursos ahora se cargan de forma diferida a medida que te desplazas hasta ellos.
• Se eliminó la generación de miniaturas no utilizadas.
• Se corrigió un error por el cual los archivos eliminados no se deseleccionaban
1 change: 1 addition & 0 deletions metadata/es/changelogs/180103.txt
3 changes: 3 additions & 0 deletions metadata/fa/changelogs/18010.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• دارایی ها در حال حاضر به صورت تنبلی بارگذاری می شوند، زیرا شما به آنها می روید.
• حذف نسل کوچک استفاده نشده
• ثابت کردن یک باگ که در آن فایل های حذف شده انتخاب نشده اند
1 change: 1 addition & 0 deletions metadata/fa/changelogs/180103.txt
3 changes: 3 additions & 0 deletions metadata/fr/changelogs/18010.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• Les ressources sont désormais chargées paresseusement lorsque vous les faites défiler.
• Suppression de la génération de vignettes inutilisées
• Correction d'un bug où les fichiers supprimés ne seraient pas désélectionnés
1 change: 1 addition & 0 deletions metadata/fr/changelogs/180103.txt
3 changes: 3 additions & 0 deletions metadata/he/changelogs/18010.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• נכסים נטענים כעת בעצלתיים כשאתה גולש אליהם
• הוסר יצירת תמונות ממוזערות שאינן בשימוש
• תיקן באג שבו קבצים שנמחקו לא יבוטלו
1 change: 1 addition & 0 deletions metadata/he/changelogs/180103.txt
3 changes: 3 additions & 0 deletions metadata/hu/changelogs/18010.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• Az eszközök most lustán betöltődnek, ahogy görget rájuk
• Eltávolítottuk a nem használt bélyegképgenerálást
• Kijavítottunk egy hibát, amely miatt a törölt fájlok kijelölése nem szűnik meg
1 change: 1 addition & 0 deletions metadata/hu/changelogs/180103.txt
3 changes: 3 additions & 0 deletions metadata/it/changelogs/18010.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• Le risorse ora vengono caricate lentamente mentre le scorri
• Rimossa la generazione di miniature inutilizzate
• Risolto un bug per il quale i file eliminati non venivano deselezionati
1 change: 1 addition & 0 deletions metadata/it/changelogs/180103.txt
3 changes: 3 additions & 0 deletions metadata/ja/changelogs/18010.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• アセットにスクロールすると、アセットが遅延して読み込まれるようになりました。
• 未使用のサムネイル生成を削除しました。
• 削除されたファイルの選択が解除されないバグを修正しました
1 change: 1 addition & 0 deletions metadata/ja/changelogs/180103.txt
3 changes: 3 additions & 0 deletions metadata/pt-BR/changelogs/18010.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• Os ativos agora são carregados preguiçosamente enquanto você rola para eles
• Geração de miniatura não utilizada
• Corrigido um bug onde os arquivos excluídos não seriam selecionados
1 change: 1 addition & 0 deletions metadata/pt-BR/changelogs/180103.txt
3 changes: 3 additions & 0 deletions metadata/ru/changelogs/18010.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• Ресурсы теперь загружаются лениво при прокрутке к ним.
• Удалена генерация неиспользуемых миниатюр.
• Исправлена ​​ошибка, из-за которой удаленные файлы не снимались с выбора.
1 change: 1 addition & 0 deletions metadata/ru/changelogs/180103.txt
3 changes: 3 additions & 0 deletions metadata/tr/changelogs/18010.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• • Varlıklar şimdi size kaydırdığınız gibi lazily yükleniyor
• • Kullanılmayan başyapıtı
• • silinmiş dosyaların seçilmediği bir boğa
1 change: 1 addition & 0 deletions metadata/tr/changelogs/180103.txt
3 changes: 3 additions & 0 deletions metadata/zh-Hans-CN/changelogs/18010.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• 现在,当您滚动到资源时,会延迟加载资源
• 删除了未使用的缩略图生成
• 修复了无法取消选择已删除文件的错误
1 change: 1 addition & 0 deletions metadata/zh-Hans-CN/changelogs/180103.txt
3 changes: 3 additions & 0 deletions metadata/zh-Hant-TW/changelogs/18010.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• 現在,當您捲動到資源時,會延遲載入資源
• 刪除了未使用的縮圖生成
• 修正了無法取消選擇已刪除檔案的錯誤
1 change: 1 addition & 0 deletions metadata/zh-Hant-TW/changelogs/180103.txt
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.18.0+18000
version: 0.18.1+18010

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ parts:
saber:
after: [rustup]
source: https://github.com/saber-notes/saber.git
source-tag: 'v0.18.0'
source-tag: 'v0.18.1'
plugin: flutter
#build-attributes: [enable-patchelf]
build-packages:
Expand Down
4 changes: 2 additions & 2 deletions windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
#ifdef FLUTTER_BUILD_NUMBER
#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER
#else
#define VERSION_AS_NUMBER 0,18,0,0
#define VERSION_AS_NUMBER 0,18,1,0
#endif

#ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else
#define VERSION_AS_STRING "0.18.0.0"
#define VERSION_AS_STRING "0.18.1.0"
#endif

VS_VERSION_INFO VERSIONINFO
Expand Down

0 comments on commit 3163282

Please sign in to comment.