Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 04280be

Browse files
authoredSep 7, 2019
Merge pull request #54 from Guillem96/develop
Develop
2 parents af9cb42 + 91ff57b commit 04280be

File tree

388 files changed

+26020
-363
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

388 files changed

+26020
-363
lines changed
 

‎.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
# Build files
66
build/
77
output/
8-
logo_bmp.h
98

109
# Cli files
1110
venv/
1211
scripts/sd-files/
1312

1413
# Release files
15-
argon-nx.zip
14+
argon-nx.zip
15+
16+
# Helpers
17+
new-gui.sh

‎Changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,12 @@
3434
- ArgonNX Command Line Interface to simplify the process to create logos and backgrounds.
3535
- Now there is no need to declare a `default.bmp` logo inside the `argon/logos` directory.
3636
- Improve system stability to enhance user experience.
37+
38+
## v1.1-alpha
39+
40+
- Fixing critical bug. Now launches using any payload sender.
41+
- Argon now is composed by 2 payloads (2 stages).
42+
1. First stage configures hardware
43+
2. Loads the GUI
44+
- Bootlogo/splash and wait until GUI is loaded.
45+
- Improve system stability to enhance user experience.

0 commit comments

Comments
 (0)
Please sign in to comment.