Skip to content

Commit

Permalink
v0.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Feb 12, 2024
1 parent 7b0bd47 commit a9b94da
Show file tree
Hide file tree
Showing 39 changed files with 65 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,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.19.3/SaberInstaller_v0.19.3.exe
[download_appimage]: https://github.com/saber-notes/saber/releases/download/v0.19.3/Saber-0.19.3-x86_64.AppImage
[download_windows]: https://github.com/saber-notes/saber/releases/download/v0.19.4/SaberInstaller_v0.19.4.exe
[download_appimage]: https://github.com/saber-notes/saber/releases/download/v0.19.4/Saber-0.19.4-x86_64.AppImage

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

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

<releases>
<release version="0.19.4" type="development" date="2024-02-12">
<description>
<ul>
<li>Fixed note previews being cropped weirdly</li>
<li>Fixed exports on iOS</li>
</ul>
</description>
</release>
<release version="0.19.3" type="development" date="2024-02-09">
<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.19.3"
#define MyAppVersion "0.19.4"
#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 = 19030;
const int buildNumber = 19040;

/// The current app version as a string.
const String buildName = '0.19.3';
const String buildName = '0.19.4';

/// The year in which the current version was released.
const int buildYear = 2024;
2 changes: 2 additions & 0 deletions metadata/ar/changelogs/19040.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
• تم اقتصاص معاينات الملاحظات الثابتة بشكل غريب
• الصادرات الثابتة على دائرة الرقابة الداخلية
1 change: 1 addition & 0 deletions metadata/ar/changelogs/190403.txt
2 changes: 2 additions & 0 deletions metadata/cs/changelogs/19040.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
• Opravené náhledy na poznámky jsou oříznuty divně
• Pevné exporty na iOS
1 change: 1 addition & 0 deletions metadata/cs/changelogs/190403.txt
2 changes: 2 additions & 0 deletions metadata/de/changelogs/19040.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
• Problem behoben, bei dem die Notenvorschau seltsamerweise zugeschnitten wurde
• Exporte unter iOS korrigiert
1 change: 1 addition & 0 deletions metadata/de/changelogs/190403.txt
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/19040.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
• Fixed note previews being cropped weirdly
• Fixed exports on iOS
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/190403.txt
2 changes: 2 additions & 0 deletions metadata/es/changelogs/19040.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
• Nota fija previsualizaciones ser cortado raramente
• Exportaciones fijas en iOS
1 change: 1 addition & 0 deletions metadata/es/changelogs/190403.txt
2 changes: 2 additions & 0 deletions metadata/fa/changelogs/19040.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
• پیش نمایش توجه داشته باشید ثابت به طور عجیبی برش داده شده است
• صادرات ثابت در iOS
1 change: 1 addition & 0 deletions metadata/fa/changelogs/190403.txt
2 changes: 2 additions & 0 deletions metadata/fr/changelogs/19040.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
• La note fixe prévoit être cultivé bizarrement
• Exportations fixes sur iOS
1 change: 1 addition & 0 deletions metadata/fr/changelogs/190403.txt
2 changes: 2 additions & 0 deletions metadata/he/changelogs/19040.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
• תקנו תצוגות מקדימות של הערות שנחתכו בצורה מוזרה
• ייצוא קבוע ב-iOS
1 change: 1 addition & 0 deletions metadata/he/changelogs/190403.txt
2 changes: 2 additions & 0 deletions metadata/hu/changelogs/19040.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
• A rögzített megjegyzési előnézeteket furcsa módon termesztik
Kibocsátott export az iOS-on
1 change: 1 addition & 0 deletions metadata/hu/changelogs/190403.txt
2 changes: 2 additions & 0 deletions metadata/it/changelogs/19040.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
• Risolto il problema per cui le anteprime delle note venivano ritagliate in modo strano
• Risolte le esportazioni su iOS
1 change: 1 addition & 0 deletions metadata/it/changelogs/190403.txt
2 changes: 2 additions & 0 deletions metadata/ja/changelogs/19040.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
・ 誤ってクロップドされているノートプレビューを修正
•iOSでエクスポートを固定
1 change: 1 addition & 0 deletions metadata/ja/changelogs/190403.txt
2 changes: 2 additions & 0 deletions metadata/pt-BR/changelogs/19040.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
• Foi corrigido um problema em que as visualizações de notas eram cortadas de maneira estranha
• Exportações corrigidas no iOS
1 change: 1 addition & 0 deletions metadata/pt-BR/changelogs/190403.txt
2 changes: 2 additions & 0 deletions metadata/ru/changelogs/19040.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
• Предварительные просмотры с фиксированной запиской, которые показывались странно
• Исправленный экспорт на iOS
1 change: 1 addition & 0 deletions metadata/ru/changelogs/190403.txt
2 changes: 2 additions & 0 deletions metadata/tr/changelogs/19040.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
• Not önizlemelerinin garip bir şekilde kırpılması düzeltildi
• iOS'ta dışa aktarmalar düzeltildi
1 change: 1 addition & 0 deletions metadata/tr/changelogs/190403.txt
2 changes: 2 additions & 0 deletions metadata/zh-Hans-CN/changelogs/19040.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
• 修复了笔记预览被奇怪地裁剪的问题
• 修复了 iOS 上的导出问题
1 change: 1 addition & 0 deletions metadata/zh-Hans-CN/changelogs/190403.txt
2 changes: 2 additions & 0 deletions metadata/zh-Hant-TW/changelogs/19040.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
• 修復了筆記預覽被奇怪地裁剪的問題
• 修正了 iOS 上的匯出問題
1 change: 1 addition & 0 deletions metadata/zh-Hant-TW/changelogs/190403.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.19.3+19030
version: 0.19.4+19040

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.19.3'
source-tag: 'v0.19.4'
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,19,3,0
#define VERSION_AS_NUMBER 0,19,4,0
#endif

#ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else
#define VERSION_AS_STRING "0.19.3.0"
#define VERSION_AS_STRING "0.19.4.0"
#endif

VS_VERSION_INFO VERSIONINFO
Expand Down

0 comments on commit a9b94da

Please sign in to comment.