Skip to content

Commit

Permalink
## [1.5.0] - 2020-09-15
Browse files Browse the repository at this point in the history
### Added
- [grab_timed_and_filtered_logcat](grab_timed_and_filtered_logcat):
- Updated to `version_number: 0.3.0`.
- [save_logcat_dmesg_last_kmesg](save_logcat_dmesg_last_kmesg):
- Added initial release `version_number: 0.1.0`.
- [format_task_description_for_markdown](format_task_description_for_markdown):
- Updated to `version_number: 0.3.0`.

### Changed
- Changing `CHANGELOG.md` format from henceforth. Each sub project will now have its own `CHANGELOG.md` for project specific changes.
  • Loading branch information
agnostic-apollo committed Sep 15, 2020
1 parent ba0f4d4 commit 7e1a08d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,27 @@ All notable changes to this project will be documented in this file.
- **Fixed** for any bug fixes.
- **Security** in case of vulnerabilities.
##
Extract Task Caller Array Values


## [Unreleased]

`-`


## [1.5.0] - 2020-09-15

### Added
- [grab_timed_and_filtered_logcat](grab_timed_and_filtered_logcat):
- Updated to `version_number: 0.3.0`.
- [save_logcat_dmesg_last_kmesg](save_logcat_dmesg_last_kmesg):
- Added initial release `version_number: 0.1.0`.
- [format_task_description_for_markdown](format_task_description_for_markdown):
- Updated to `version_number: 0.3.0`.

### Changed
- Changing `CHANGELOG.md` format from henceforth. Each sub project will now have its own `CHANGELOG.md` for project specific changes.


## [1.4.0] - 2020-06-14

### Added
Expand Down Expand Up @@ -54,7 +68,8 @@ Extract Task Caller Array Values
##


[unreleased]: https://github.com/agnostic-apollo/Tasker-Random-Stuff/compare/v1.4.0...HEAD
[unreleased]: https://github.com/agnostic-apollo/Tasker-Random-Stuff/compare/v1.5.0...HEAD
[1.5.0]: https://github.com/agnostic-apollo/Tasker-Random-Stuff/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/agnostic-apollo/Tasker-Random-Stuff/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/agnostic-apollo/Tasker-Random-Stuff/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/agnostic-apollo/Tasker-Random-Stuff/compare/v1.1.0...v1.2.0
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This repository provides random stuff related to the [Tasker App].
- [Format Task Description For Markdown](format_task_description_for_markdown)
- [Grab Timed And Filtered Logcat](grab_timed_and_filtered_logcat)
- [MX Player Video Start](mx_player_video_start)
- [Save logcat, dmesg and last_kmesg](save_logcat_dmesg_last_kmesg)
- [tasker_config_perform_task_return_variable_toggle_add](tasker_config_perform_task_return_variable_toggle_add)
- [tasker_config_rty_add](tasker_config_rty_add)
##
Expand Down

0 comments on commit 7e1a08d

Please sign in to comment.