-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjust.bash.changelog
More file actions
62 lines (62 loc) · 2.14 KB
/
just.bash.changelog
File metadata and controls
62 lines (62 loc) · 2.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# 0.0.1: Thu 5 Sep 2024 17:45:28 AEST
# Initial version with some documentation
# 0.0.2: Thu 5 Sep 2024 19:03:06 AEST
# Added modules support
# 0.0.3: Thu 5 Sep 2024 20:40:31 AEST
# Added force switch/option and updated documentation
# 0.0.4: Fri 13 Dec 2024 15:12:39 AEDT
# Improved handing for switches that take values
# 0.0.5: Fri 20 Dec 2024 22:43:24 AEDT
# Fixed force switch
# 0.0.6: Sun 22 Dec 2024 11:45:27 AEDT
# Bug fixes and added associative arrays
# 0.0.7: Sun 22 Dec 2024 19:25:16 AEDT
# Improved defaults and options handling
# 0.0.8: Sun 22 Dec 2024 20:26:02 AEDT
# Improved verbose message routine
# 0.0.9: Mon 23 Dec 2024 09:20:30 AEDT
# Bugfixes and improvements
# 0.1.0: Sun Apr 13 13:08:36 AEST 2025
# Updates
# 0.1.1: Sun Apr 13 13:17:33 AEST 2025
# Formatting updates
# 0.1.2: Sun Apr 13 16:29:54 AEST 2025
# Added warning message function
# 0.1.3: Mon Apr 14 08:19:26 AEST 2025
# Added execute_command function
# 0.1.4: Wed Apr 16 15:00:02 AEST 2025
# Updated options processing
# 0.1.5: Fri 15 Aug 2025 17:03:52 AEST
# Fixes and improvements
# 0.1.6: Tue 09 Sep 2025 20:10:40 AEST
# Fixes and improvements
# 0.1.7: Wed 10 Sep 2025 00:52:44 AEST
# Updated documentation
# 0.1.8: Wed 10 Sep 2025 00:55:05 AEST
# Updated options, actions and switches
# 0.1.9: Wed 10 Sep 2025 01:00:20 AEST
# Updated print_info routines
# 0.2.0: Wed 10 Sep 2025 01:03:21 AEST
# Added mask function
# 0.2.1: Wed 10 Sep 2025 01:14:03 AEST
# Updated documentation
# 0.2.2: Thu 11 Sep 2025 12:11:48 AEST
# Added message functions
# 0.2.3: Thu 11 Sep 2025 15:31:22 AEST
# Fixed processing of options
# 0.2.4: Fri 26 Sep 2025 18:27:59 AEST
# Updated usage output
# 0.2.5: Fri 26 Sep 2025 18:30:42 AEST
# Improved parameter value checking
# 0.2.6: Fri 26 Sep 2025 18:33:55 AEST
# Improved options processing
# 0.2.7: Mon 06 Oct 2025 13:34:24 AEDT
# Improved options processing
# 0.2.8: Sat 10 Jan 2026 13:55:26 AEDT
# Fixed information_message and notice_message functions
# 0.2.9: Sat 10 Jan 2026 14:24:55 AEDT
# Improved mask check
# 0.3.0: Sat 10 Jan 2026 14:27:44 AEDT
# Fixed OS distro detection
# 0.3.1: Mon 12 Jan 2026 15:19:18 AEDT
# Updated set_defaults and reset_defaults function