Skip to content

Tags: berris/WoeUSB

Tags

v5.2.4

Toggle v5.2.4's commit message
refactor: Re-implement help messages with Markdown utility functions

Improves readability and I18N friendliness.

Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>

v5.2.3

Toggle v5.2.3's commit message
fix: Avoid unmount attempt if the mount is never happened

Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>

v5.2.2

Toggle v5.2.2's commit message
refactor: Drop unnecessary error messages in mount_target_filesystem

Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>

v5.2.1

Toggle v5.2.1's commit message
fix spelling errors

Signed-off-by: April Kahny <[email protected]>

v5.2.0

Toggle v5.2.0's commit message
docs: Add link of version compare to the release notes

This shall improve the transparency of the changes.

Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>

v5.1.3

Toggle v5.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request WoeUSB#83 from philenotfound/master

Increase EFI partition size to 1M

v5.1.2

Toggle v5.1.2's commit message
dev: Implement Vagrantfile for ease testing on different Linux distri…

…butions

Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>

v5.1.1

Toggle v5.1.1's commit message
refactor: Use specific functions for outputting messages

Currently, we use generic printf\* functions to output application messages, however, it creates some problems:

1. Ununified output formats (WoeUSB#58, WoeUSB#56, WoeUSB#54, WoeUSB#52).
1. Unnecessary manually adding color codes to give color to messages, which is often forgotten (WoeUSB#56).
1. Unnecessary manually adding message class and function tags, which are often forgotten, case ununified, or misplaced. (WoeUSB#54, WoeUSB#58).
1. Unnecessary manually setting redirection for warning and error messages, which is often forgotten (WoeUSB#51).

By implementing specific functions for each INFO/WARNING/ERROR message we can fix these issues altogether.

Fixes WoeUSB#51, WoeUSB#52, WoeUSB#54, WoeUSB#56, WoeUSB#58, WoeUSB#60.

Incidentally fixes WoeUSB#55 in the process.

Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>

v5.1.0

Toggle v5.1.0's commit message
Merge branch 'impl/4gib-install-wim-on-fat'

v5.0.8

Toggle v5.0.8's commit message
Fix WoeUSB triggering EXIT trap cleanup when exit-immediately functio…

…ns are triggered

Fixes WoeUSB#19.

Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>