Skip to content

Releases: IGLOU-EU/mogh

MOGH v1.1.1 Hotfix Release 🎉

24 Nov 14:50
27a40e3
Compare
Choose a tag to compare

🐛 Hotfix

  • Fixed an issue with hooks that prevented components files from being sourced correctly. Without this fix, the software was broken and Git hooks were non-functional.

MOGH v1.1.0 Release 🎉

20 Nov 21:32
75355a4
Compare
Choose a tag to compare

🚀 New Features

  • Branch Protection: Added branch protection for commit and push to enhance repository security. ✨ (80f3330)
  • Configurable Header Length: Introduced configurable text header length for better customization. ✨ (3cd56f5)
  • WIP Support: Added support for Work In Progress (WIP) commits. ✨ (18c3f1a)
  • Merge Commit Type: Introduced a new merge commit type for clearer commit history. ✨ (69e33b7)

🐛 Bug Fixes

  • Unit Test Improvements: Fixed source components for unit tests. 🐛 (f5969a0)
  • Config Type Replacement: Replaced deprecated config type to ensure compatibility. 🐛 (6411ace)
  • Regex Renaming: Renamed regex and added commit format information for better clarity. 🐛 (4345f2b)
  • Default Uppercase Fix: Corrected uppercase handling on default settings. 🐛 (aa49de7)
  • Log Redirection: Redirected stderr to a reserved log file for unit tests. 🐛 (38b5a4d)
  • Hook Path Fix: Fixed hooks trying to load a bad relative path. 🐛 (b5d814f)

📄 Documentation

  • Wish list: Updated README with additional wishes. 📝 (1271134, 4c36757)
  • Project Description: Improved overall project description for better understanding. 📝 (ec06a6f, 5cd815d, 092c8aa)
  • WIP Configuration: Updated WIP configuration settings. 📝 (10eccc9)

🎨 Style Changes

  • Shell Code Formatting: Reformatted shell code for better readability. 💄 (86c461b)

🔧 Chores

  • Warning Messages: Added warning messages for line errors to improve developer feedback. 🙈 (59abda7)

Thank you for using MOGH! 🚀 If you have any feedback or encounter issues, feel free to reach out.

Signed-off-by: Adrien Kara adrien@iglou.eu

v1.0.0

20 Sep 00:08
a4af0c3
Compare
Choose a tag to compare

Full Changelog: https://github.com/IGLOU-EU/mogh/commits/v1.0.0

a4af0c3 - Adrien Kara, 6 minutes ago : 🏗️ release the 1.0.0
437e65b - Adrien Kara, 9 hours ago : 🧪 test and related fix for pre-commit hook
fdc1ac1 - Adrien Kara, 12 days ago : ♻️ !: rename const and config name
93af10a - Adrien Kara, 12 days ago : ♻️ rename func from remove to un cache
a0d711d - Adrien Kara, 12 days ago : ♻️ rename var from error to status
d97dfcd - Adrien Kara, 12 days ago : ✨ add func in test helper
21dd7e2 - Adrien Kara, 3 weeks ago : 🐛 #1 duplicate signedoff && add case log
1f7d903 - Adrien Kara, 3 weeks ago : 🧪 add log file to catch stderr
0128f6b - Adrien Kara, 3 weeks ago : 🙈 add test log to ignore
31eaaef - Adrien Kara, 3 weeks ago : 📝 fix a link
2277964 - Adrien Kara, 4 weeks ago : ♻️ !: the 'superposition' state move from 10 to 2
99155a5 - Adrien Kara, 4 weeks ago : ♻️ change position of flag check
f694a12 - Adrien Kara, 4 weeks ago : 🙈 add comments in source code
2202e0e - Adrien Kara, 4 weeks ago : ♻️ change func arg checking
0fa35c9 - Adrien Kara, 4 weeks ago : ♻️ !: update var name and toml config path
7611f2d - Adrien Kara, 4 weeks ago : 📝 (readme): move usage section to the top
f516b62 - Adrien Kara, 4 weeks ago : ✨ add pre-commit hook
a51b254 - Adrien Kara, 4 weeks ago : 🙈 add git ignore for test data
9a2e3fe - Adrien Kara, 4 weeks ago : 🐛 redondant empty check
f8f2c91 - Adrien Kara, 4 weeks ago : 🐛 remove useless features infos and add sc2206 exeptions
fc0fe16 - Adrien Kara, 4 weeks ago : 📝 update desired features
6363c4e - Adrien Kara, 4 weeks ago : 📝 more informations and detail about config
a195d15 - Adrien Kara, 4 weeks ago : 🐛 fix: bad git section name
1d77e54 - Adrien Kara, 4 weeks ago : ✨ add update script and update infos in readme
025981a - Adrien Kara, 4 weeks ago : 🐛 remove useless colored output from install script
ce24a1e - Adrien Kara, 4 weeks ago : 📝 update todo sys support and features
27de21c - Adrien Kara, 4 weeks ago : 🧪 unit test for commit-msg hook
7343aba - Adrien Kara, 4 weeks ago : ✨ commit-msg hook adjust the message to ensure conformity
162112e - Adrien Kara, 4 weeks ago : 🧪 (common): add test helper function
8649125 - Adrien Kara, 4 weeks ago : ✨ (components): add common files like functions and config loader
70d22f6 - Adrien Kara, 4 weeks ago : ✨ (tools): add a help script to the installation
5534936 - Adrien Kara, 4 weeks ago : 🙈 add the readme file
2150b4a - Adrien Kara, 5 weeks ago : 🙈 add gnu gpl 3 license file