]> git.madduck.net Git - etc/vim.git/history - CHANGES.md

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Add Duolingo to list of users (#2341)
[etc/vim.git] / CHANGES.md
2021-06-13 Bryan BugyiFix internal error when FORCE_OPTIONAL_PARENTHESES...
2021-06-12 Bartosz TelenczukVim plugin fix string normalization option (#1869)
2021-06-12 Austin GlaserFind pyproject from vim relative to current file (...
2021-06-11 Cooper LeesAdd STDIN test to primer (#2315)
2021-06-10 Cooper LeesUpdate CHANGES.md for 21.6b0 release (#2325)
2021-06-09 jack1142Support named escapes (`\N{...}`) in string processing...
2021-06-09 Richard SiRegression fix: leave R prefixes capitalization alone...
2021-06-08 Sergey VartanovPossible fix for issue with indentation and fmt: skip...
2021-06-07 Bryan BugyiFix incorrect custom breakpoint indices when string...
2021-06-07 Bryan BugyiAccount for += assignment when deciding whether to...
2021-06-03 Felix HildénAdd option to require a specific version to be running...
2021-06-03 Jelle Zijlstradon't uvloop.install on import (#2303)
2021-06-02 Jelle Zijlstraremove unnecessary docs changelog
2021-06-02 Cooper Ry LeesMove `--code` #2259 change log to correct unlreased...
2021-06-02 Hassan AbouelelaCode Flag Options (#2259)
2021-06-01 Stefan FoulisAdd `version` to github action (and rewrite the whole...
2021-06-01 Bryan BugyiCorrect max string length calculation when there are...
2021-05-31 Cooper LeesUpdate CHANGES.md for 21.5b2 release (#2290)
2021-05-30 Bryan BugyiFix regular expression that black uses to identify...
2021-05-30 Bryan BugyiMake sure to split lines that start with a string opera...
2021-05-30 Bryan BugyiFix --experiemental-string-processing crash when matchi...
2021-05-29 Jelle Zijlstraadd discussion of magic comments to FAQ (#2272)
2021-05-29 Jelle ZijlstraAdd --experimental-string-processing to future changes...
2021-05-27 Felix HildénUse latest Python in uploading binaries (#2260)
2021-05-27 Richard SiFix and test docs on Windows (#2262)
2021-05-26 Cooper LeesAdd optional uvloop import (#2258)
2021-05-25 Mark BellRemoved adding a space into empty docstrings. (#2249)
2021-05-25 Felix HildénCreate FAQ documentation (GH-2247)
2021-05-24 temeddixSolved Problem with Non-ASCII .gitignore Files (#2229)
2021-05-24 Salomon PoppBuild macOS releases (#2198)
2021-05-16 Hadi AlqattanFix: black only respects the root gitignore. (#2225)
2021-05-16 Łukasz LangaInclude Jelle's review suggestions
2021-05-16 Matthew ClappUpdate vim plugin manual installation instructions...
2021-05-13 Richard SiAdd lower bound for aiohttp-cors + fix primer (#2231)
2021-05-13 Christian ClaussUse codespell to find typos (#2228)
2021-05-12 Łukasz LangaClick 8.0 renamed its "die on LANG=C" function so we...
2021-05-10 Cooper LeesUpdate CHANGES.md for 21.5b1 release (#2215)
2021-05-09 Panagiotis Vasilop... Replace references to master branch (#2210)
2021-05-08 Richard SiReorganize docs v2 (GH-2174)
2021-05-08 Łukasz LangaRefactor `src/black/__init__.py` into many files (...
2021-05-07 Kaleb BarrettDo not use gitignore if explicitly passing excludes...
2021-05-04 Cooper LeesUpdate CHANGES.md for 21.5b0 release (#2192)
2021-05-04 Richard SiDetect `'@' dotted_name '(' ')' NEWLINE` as a simple...
2021-05-04 Cooper Leesprimer: Add `--no-diff` option (#2187)
2021-05-02 Bryan ForbesSet `is_pyi` if `stdin_filename` ends with `.pyi` ...
2021-04-28 Łukasz LangaElaborate on what AST changes Black might perform
2021-04-28 Cooper LeesUpdate CHANGELOG for 21.4b2 release (#2162)
2021-04-27 Jelle ZijlstraIgnore inaccessible user config (#2158)
2021-04-27 Jelle ZijlstraUpdate discussion of AST safety check in README (#2159)
2021-04-27 Miro HrončokInstall primer.json (used by black-primer by default...
2021-04-27 Cooper LeesUpdate CHANGELOG for 21.4b1 release (#2151)
2021-04-26 Łukasz LangaAdd more tests for fancy whitespace (#2147)
2021-04-26 Jelle ZijlstraFix crash on docstrings ending with "\ " (#2142)
2021-04-26 Richard SiDon't strip parens in assert / return with assign expr...
2021-04-26 Jelle Zijlstrafix magic comma and experimental string cache flags...
2021-04-26 Cooper LeesRemove Lowercase Hex (PR #1692) from CHANGES.md (#2133)
2021-04-25 Cooper LeesUpdate CHANGES.md for release (#2129)
2021-04-25 Richard SiIssue 1629 has been closed, let's celebrate! (#2127)
2021-04-25 Łukasz LangaWork around stability errors due to optional trailing...
2021-04-22 CiderManHandle Docstrings as bytes + strip all whitespace ...
2021-04-22 Mark BellMake black remove leading and trailing spaces from...
2021-04-11 Pierre SassoulasRemove NBSP at the beginning of comments (#2092)
2021-04-10 johnthagenExclude venv directory by default (#1683)
2021-04-01 KotlinIslanddon't require typed-ast
2021-03-26 ShantanuAdd `--skip-magic-trailing-comma` to CHANGES.md (#2064)
2021-03-24 Richard SiAdd entry for `--extend-exclude` in the right place...
2021-03-06 Richard SiAdd missing changelog entry for fmt: skip (#2025)
2021-03-02 Austin PrayAdds --stdin-filename back to changelog (#2017)
2021-02-22 Paul "TBBle" HampsonIndicate that a final newline was added in --diff ...
2021-02-04 Anthony Sottilespeed up cache by approximately 42x by avoiding pathlib...
2020-11-24 Richard SiAllow same RHS expressions in annotated assignments...
2020-11-13 Casper Weiss BangUse lowercase hex numbers fixes #1692 (#1775)
2020-11-01 Richard SiAutomatically build and upload binaries on release...
2020-09-27 Pete GraysonRepair colorama wrapping on non-Windows platforms ...
2020-09-19 QuentinSoubeyranPEP 614 support (#1717)
2020-09-10 Richard SiFix empty line handling when formatting typing stubs...
2020-09-05 Tom SaundersHandle .COLOR_DIFF in the same way as .DIFF (#1673)
2020-08-31 Richard SiFix incorrect space before colon in if/while stmts...
2020-08-27 mbarkhaufix 1631 and add test (#1641)
2020-08-26 Richard SiFix multiline docstring quote normalization
2020-08-26 Łukasz Langav20.8b1
2020-08-26 Łukasz Langav20.8b0
2020-08-24 Łukasz LangaUpdate the changelog
2020-08-21 Łukasz LangaRe-implement magic trailing comma handling:
2020-05-08 Hugo van KemenadeREADME/CHANGES: Fix links (#1397)
2020-05-08 Jelle ZijlstraUpdate changelog and README (#1392)
2020-05-08 Cooper LeesUpdate CHANGELOG with some PRs merged (#1391)
2020-05-08 Douglas ThorAdd option for printing a colored diff (#1266)
2020-05-08 Zsolt Dollensteinadd change log entry for #1053
2020-03-04 Łukasz LangaRun prettier and fix whitespace on CHANGES.md (#1296)
2020-03-04 Cooper LeesSplit out Change Log (#1117)