Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: agnostic-apollo/Tasker-Random-Stuff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: agnostic-apollo/Tasker-Random-Stuff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Choose a head ref
  • 10 commits
  • 16 files changed
  • 1 contributor

Commits on Sep 15, 2020

  1. ## [0.3.0] - 2020-09-15

    ### Added
    - Added support for running logcat command if tasker has be granted root or ADB access or `android.permission.READ_LOGS` permission.
    agnostic-apollo committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    b3d99a3 View commit details
    Browse the repository at this point in the history
  2. Updated README.md

    agnostic-apollo committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    6e10a39 View commit details
    Browse the repository at this point in the history
  3. Updated README.md

    agnostic-apollo committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    b553a86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6065c65 View commit details
    Browse the repository at this point in the history
  5. Updated README.md

    agnostic-apollo committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    7a341e8 View commit details
    Browse the repository at this point in the history
  6. Updated README.md

    agnostic-apollo committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    b1fb1f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e25c0f1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c4d213 View commit details
    Browse the repository at this point in the history
  9. ## [0.3.0] - 2020-09-15

    ### Added
    - Added support for formatting exported profile description.
    - Added support to allow force splitting of actions even if parameter name is repeated in the action description, like for the multiple `Param` parameters of `Java Function` actions.
    
    ### Changed
    - Changed `Java Function` actions to use dynamic class and method names using tasker variables for easier fixes in future in case the task no longer remains compatible with the latest tasker version.
    
    ### Fixed
    - Fixed bug where last action of task was not being split on multiple lines.
    - Fixed bug where actions were not being split on multiple lines if a parameter had regex special characters in their name.
    agnostic-apollo committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    ba0f4d4 View commit details
    Browse the repository at this point in the history
  10. ## [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.
    agnostic-apollo committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    7e1a08d View commit details
    Browse the repository at this point in the history
Loading