You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,22 @@
1
1
Changelog
2
2
========================================
3
3
4
+
v1.2.7 - 2024-12-28
5
+
----------------------------------------
6
+
7
+
- Update version specifications for all dependencies [`6bf0c4a`](https://github.com/DannyBen/bashly/commit/6bf0c4a)
8
+
- Add support for tweaking production/development output [`c23d705`](https://github.com/DannyBen/bashly/commit/c23d705)
9
+
- Fix shellcheck unused variable on `other_args` in production [`f78c6e9`](https://github.com/DannyBen/bashly/commit/f78c6e9)
10
+
- Fix view markers for user files [`cc3896e`](https://github.com/DannyBen/bashly/commit/cc3896e)
11
+
- Update dependency check to show all missing dependencies at once [`4925106`](https://github.com/DannyBen/bashly/commit/4925106)
12
+
- Add support for declaring aliases for internal global variables [`5264d51`](https://github.com/DannyBen/bashly/commit/5264d51)
13
+
- Move global var declarations from `run()` to `initialize()`[`9167c49`](https://github.com/DannyBen/bashly/commit/9167c49)
0 commit comments