Skip to content

Releases: MephresGH/blcs

v0.8

01 Mar 14:28
Compare
Choose a tag to compare

What's Changed

  • Fix git remote condition check
  • Re-insert torvalds kernel link (semi-revert 13603de)
  • Remove duplicate line in if condition
  • Trim read lines
  • Minor cleanup
  • Update README.md
  • Small parameter-related update

Full Changelog: v0.7...v0.8

v0.7

24 Feb 20:02
Compare
Choose a tag to compare

[0.7] - 2025.02.24

What's Changed

  • Fixed $second_input condition check
  • Removed duplicate and redundant code
  • Removed git hashes and comparisons
  • Removed unnecessary printf calls
  • Renamed $kernel to $kernel_name
  • Slight refactoring
  • Remove duplicate code and unnecessary git link

Full Changelog: v0.6...v0.7

v0.6

22 Feb 21:17
Compare
Choose a tag to compare

[0.6] - 2025.02.22

What's Changed

  • Update README.md
  • Minor code refactoring
  • Add -e flag for $second_input variable to extend directory tag
  • Properly compare kernel versions with one another
  • Minor cleanup
  • Fully replace standalone versioning variables with array

Full Changelog: v0.5...v0.6

v0.5

17 Feb 21:11
Compare
Choose a tag to compare

[0.5] - 2025.02.17

What's Changed

  • Fix IFS causing build menu errors
  • More refactoring efforts
  • Make use of double square brackets
  • Refactoring of variable-related code

Full Changelog: v0.4-hotfix...v0.5

v0.4

15 Feb 13:05
Compare
Choose a tag to compare

[0.4] - 2025.02.15

What's Changed

  • Fixed the update check feature
  • Fixed the tag download feature
  • Removed unneeded checks
  • Slight code refactoring

Full Changelog: v0.3...v0.4

v0.4-hotfix

15 Feb 16:24
Compare
Choose a tag to compare

[0.4-hotfix] - 2025.02.15

What's Changed

  • Fix error in "find" line

Full Changelog: v0.4...v0.4-hotfix

v0.3

10 Feb 17:33
Compare
Choose a tag to compare

What's Changed

[0.3] - 2025.02.10

Changes

  • Remove git worktree command
  • Add newline for error messages
  • Trim build_kernel() function; add install_kernel() function
  • Add newline for every variable
  • Change /lib/ to /usr/lib/ in find command
  • Install custom headers before creating initramfs
  • Copy vmlinuz over to /usr/lib/modules directory
  • Add pkgbase to modules directory

Full Changelog: v0.2.1-hotfix...v0.3

v0.2.1-hotfix

31 Jan 15:20
Compare
Choose a tag to compare

What's Changed

[0.2.1-hotfix] - 2025.01.31

Changes

  • Reverted removal of "$tag" variable in 68cbd0f
  • ACTUALLY fixed the custom tag check functionality

Full Changelog: v0.2...v0.2.1-hotfix

v0.2

30 Jan 22:17
Compare
Choose a tag to compare

What's Changed

[0.2] - 2025.01.30

Changes

  • Add a "v" in front of the "$mrs" variable to make tag checks more robust
  • Remove unnecessary "tag" variable

Full Changelog: v0.1.1...v0.2

v0.1.1-hotfix

19 Jan 17:18
Compare
Choose a tag to compare

What's Changed

[0.1.1-hotfix] - 2025.01.19

Changes

  • Fix wrong links in tag condition check
  • Minor readme changes
  • Update CHANGELOG.md

Full Changelog: v0.1.1...v0.1.1-hotfix