Skip to content

Commit b46797b

Browse files
committed
Updating all the assets for 3.0.7
1 parent d6b17f2 commit b46797b

File tree

6 files changed

+276
-207
lines changed

6 files changed

+276
-207
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[separator=—]
22
= Bashmatic® — BASH-based DSL helpers for humans, sysadmins, and fun.
33
// vim: ft=asciidoc
4-
:author: Version v3.0.6
4+
:author: Version v3.0.7
55
:doctype: book
66
:source-highlighter: rouge
77
:rouge-style: base16.monokai

README.pdf

0 Bytes
Binary file not shown.

doc/CHANGELOG.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,32 @@
11
# Changelog
22

3-
## [v3.0.6](https://github.com/kigster/bashmatic/tree/v3.0.6) (2022-10-27)
3+
## [Unreleased](https://github.com/kigster/bashmatic/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/kigster/bashmatic/compare/v3.0.7...HEAD)
6+
7+
**Closed issues:**
8+
9+
- Fix the millis\(\) error when loading init.sh [\#118](https://github.com/kigster/bashmatic/issues/118)
10+
11+
## [v3.0.7](https://github.com/kigster/bashmatic/tree/v3.0.7) (2022-11-15)
12+
13+
[Full Changelog](https://github.com/kigster/bashmatic/compare/v3.0.6...v3.0.7)
14+
15+
**Merged pull requests:**
16+
17+
- Fix the millis\(\) error [\#117](https://github.com/kigster/bashmatic/pull/117) ([kigster](https://github.com/kigster))
18+
19+
## [v3.0.6](https://github.com/kigster/bashmatic/tree/v3.0.6) (2022-11-13)
420

521
[Full Changelog](https://github.com/kigster/bashmatic/compare/v3.0.5...v3.0.6)
622

723
**Merged pull requests:**
824

25+
- Declare globally [\#116](https://github.com/kigster/bashmatic/pull/116) ([kigster](https://github.com/kigster))
26+
- Consolidating duplicate variables — cleaning up [\#115](https://github.com/kigster/bashmatic/pull/115) ([kigster](https://github.com/kigster))
27+
- Simplifying the reload function [\#114](https://github.com/kigster/bashmatic/pull/114) ([kigster](https://github.com/kigster))
28+
- Don't show the banner if no TTY is available [\#113](https://github.com/kigster/bashmatic/pull/113) ([kigster](https://github.com/kigster))
29+
- Video compression helpers such as `video.make.mp4` [\#111](https://github.com/kigster/bashmatic/pull/111) ([kigster](https://github.com/kigster))
930
- Adding admonitions + fixing init.sh [\#110](https://github.com/kigster/bashmatic/pull/110) ([kigster](https://github.com/kigster))
1031
- Rename master to main [\#109](https://github.com/kigster/bashmatic/pull/109) ([kigster](https://github.com/kigster))
1132
- adding dir.with-file + gpg key generation [\#101](https://github.com/kigster/bashmatic/pull/101) ([kigster](https://github.com/kigster))
@@ -18,21 +39,10 @@
1839

1940
[Full Changelog](https://github.com/kigster/bashmatic/compare/v3.0.3...v3.0.4)
2041

21-
**Merged pull requests:**
22-
23-
- Adding actual screen dimension functions [\#105](https://github.com/kigster/bashmatic/pull/105) ([kigster](https://github.com/kigster))
24-
2542
## [v3.0.3](https://github.com/kigster/bashmatic/tree/v3.0.3) (2022-08-01)
2643

2744
[Full Changelog](https://github.com/kigster/bashmatic/compare/v3.0.2...v3.0.3)
2845

29-
**Merged pull requests:**
30-
31-
- Bump tzinfo from 1.2.7 to 1.2.10 in /test [\#104](https://github.com/kigster/bashmatic/pull/104) ([dependabot[bot]](https://github.com/apps/dependabot))
32-
- Adding new functions file.count.lines\(\) + documentation [\#103](https://github.com/kigster/bashmatic/pull/103) ([kigster](https://github.com/kigster))
33-
- \[FEATURE\] function `system.uname()` reliably returns absolute file path for `uname` [\#102](https://github.com/kigster/bashmatic/pull/102) ([kigster](https://github.com/kigster))
34-
- adding dir.with-file + gpg key generation [\#101](https://github.com/kigster/bashmatic/pull/101) ([kigster](https://github.com/kigster))
35-
3646
## [v3.0.2](https://github.com/kigster/bashmatic/tree/v3.0.2) (2022-06-14)
3747

3848
[Full Changelog](https://github.com/kigster/bashmatic/compare/v3.0.1...v3.0.2)

0 commit comments

Comments
 (0)