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 edfed74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
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 edfed74

Please sign in to comment.