Skip to content
Permalink
master

Commits on Jun 16, 2021

  1. Tag v0.10.1

    Hotfix for #271 extended to support Window.select_window()
    tony committed Jun 16, 2021
  2. Tag v0.10.0

    tony committed Jun 16, 2021
  3. docs: Convert to markdown (#321)

    tony committed Jun 16, 2021
  4. docs: Format with prettier

    tony committed Jun 16, 2021
  5. Makefile: Add prettier

    tony committed Jun 16, 2021
  6. To Markdown

    tony committed Jun 16, 2021
  7. docs: Convert README to markdown

    pandoc 2.14, prettier 2.3.1, myst-parser 0.15.0
    
    pandoc --from rst --to gfm README.rst --markdown-headings=atx | \
        sed s/"<"/"\("/g | sed s/">"/"\)"/g | \
        sed s/"-   "/"- "/g > tmp; mv tmp README.md
    
    prettier --parser=markdown -w README.md
    
    Inside of docs/index.md:
    
    ```{include} ../README.md
    ```
    tony committed Jun 16, 2021
  8. pyproject: Cleanup versioning

    tony committed Jun 16, 2021
  9. Remove deprecated package

    tony committed Jun 16, 2021

Commits on Jun 14, 2021

  1. docs(CHANGES): Update

    tony committed Jun 14, 2021
  2. Drop python 3.5 support

    tony committed Jun 14, 2021
  3. CHANGES: Update for #271

    tony committed Jun 14, 2021
  4. Merge pull request #271 from Flowdalic/fix-select-window

    Fix select_window() by providing the session ID as argument to -t
    tony committed Jun 14, 2021
  5. Fix select_window() by providing the session ID as argument to -t

    Previosly select_window() would not work in nested tmux scenarios, as
    there was no tmux session ID in the final tmux command. This is because
    select_window() already adds the '-t' argument, hence the check in
    cmd() does not add the session ID.
    
    Thanks to Fabian Lesniak and Andreas Fried for pointing this out.
    
    Fixes #161
    Flowdalic committed Jun 14, 2021
  6. Tag v0.9.0

    tony committed Jun 14, 2021
  7. ci: Run through black 21.6b0

    tony committed Jun 14, 2021
  8. chore: Remove more _compat

    tony committed Jun 14, 2021
  9. docs(CHANGES): Update

    tony committed Jun 14, 2021
  10. Remove utf-8 codings, __future__

    tony committed Jun 14, 2021
  11. .format tweaks

    tony committed Jun 14, 2021
  12. Update CHANGES

    tony committed Jun 14, 2021
  13. pytest updates for 3.2

    tony committed Jun 14, 2021
  14. Update requirements dependencies

    tony committed Jun 14, 2021
Older