Skip to content

Commit

Permalink
bump version to v2.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Lessica <wuzheng28@huawei.com>
  • Loading branch information
Lessica committed Jan 30, 2024
1 parent 27aa5ea commit e4bb8b4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build helper
run: |
xcodebuild clean build archive -scheme ReveilHelper -project Reveil.xcodeproj -archivePath ReveilHelper.xcarchive CODE_SIGNING_ALLOWED=NO | xcpretty && exit ${PIPESTATUS[0]}
xcodebuild clean build archive -scheme ReveilHelper -project Reveil.xcodeproj -archivePath ReveilHelper.xcarchive CODE_SIGNING_ALLOWED=NO SKIP_INSTALL=NO | xcpretty && exit ${PIPESTATUS[0]}
- name: Build
run: |
Expand Down
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Changes

- Feature: Add option to reset layouts.
- iPadOS/macOS support: Multitasking and multiple window scenes.
- Bugfix: Fix a issue that the dashboard is not kept refreshed when pinned items are updated.
- Localization: Add support for Spanish language (Thanks to @Deci8BelioS).
- Feature: Add icon badge to show the number of insecure checks.
1 change: 0 additions & 1 deletion Reveil.xcodeproj/xcshareddata/xcschemes/Reveil.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = "es"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down
4 changes: 2 additions & 2 deletions Reveil/ViewModels/Modules/OperatingSystem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ final class OperatingSystem: Module {

private let gDateFormatter: DateFormatter = {
let formatter = DateFormatter()
formatter.dateStyle = .full
formatter.timeStyle = .full
formatter.dateStyle = .medium
formatter.timeStyle = .medium
return formatter
}()

Expand Down

0 comments on commit e4bb8b4

Please sign in to comment.