-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed Lakka booting (updated coreboot)
- Loading branch information
Pavel Rekun
committed
Aug 3, 2018
1 parent
f627000
commit a624e6b
Showing
5 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
<AppUpdater> | ||
<update> | ||
<latestVersion>2.1</latestVersion> | ||
<latestVersionCode>21</latestVersionCode> | ||
<latestVersion>2.1.1</latestVersion> | ||
<latestVersionCode>22</latestVersionCode> | ||
<url>https://github.com/MenosGrante/Rekado/releases</url> | ||
<releaseNotes> | ||
- Added support for Light and Dark (AMOLED) themes | ||
- Added support for changing accent color | ||
- Fixed Lakka booting (update coreboot) | ||
</releaseNotes> | ||
</update> | ||
</AppUpdater> |