Sourced from toshimaru/auto-author-assign's releases.
v2.0.1
What's Changed
- build: Build script with licenses.txt by
@toshimaru
in toshimaru/auto-author-assign#98Chores
- README Updates
- Update action version in
README.md
by@Panquesito7
in toshimaru/auto-author-assign#96- Update README by
@toshimaru
in toshimaru/auto-author-assign#97New Contributors
@Panquesito7
made their first contribution in toshimaru/auto-author-assign#96Full Changelog: https://github.com/toshimaru/auto-author-assign/compare/v2.0.0...v2.0.1
v2.0.0
What's Changed
Bump node.js to v20
- Bump node.js from v16 to v20 by
@toshimaru
in toshimaru/auto-author-assign#95Dependencies
- build(deps-dev): bump
@vercel/ncc
from 0.36.0 to 0.36.1 by@dependabot
in toshimaru/auto-author-assign#91- build(deps): bump actions/checkout from 3 to 4 by
@dependabot
in toshimaru/auto-author-assign#93- build(deps-dev): bump
@vercel/ncc
from 0.36.1 to 0.38.0 by@dependabot
in toshimaru/auto-author-assign#92- build(deps): bump
@actions/core
from 1.10.0 to 1.10.1 by@dependabot
in toshimaru/auto-author-assign#94Full Changelog: https://github.com/toshimaru/auto-author-assign/compare/v1.6.2...v2.0.0
Sourced from toshimaru/auto-author-assign's changelog.
2.0.1 (2023-09-26)
2.0.0 (2023-09-24)
c1ffd6f
chore(release): 2.0.10fc5d8c
build: Build script with licenses.txt (#98)4faf79f
Update README supported by ChatGPT (#97)ad9853f
Update action version in README.md
293cfe9
chore(release): 2.0.052c41c8
Update package.json4647a30
Bump node.js from v16 to v202dc5f32
build(deps): bump @actions/core
from 1.10.0 to 1.10.1 (#94)f2f78d6
build(deps-dev): bump @vercel/ncc
from 0.36.1 to 0.38.0
(#92)e41b643
build(deps): bump actions/checkout from 3 to 4 (#93)Sourced from github.com/gdamore/tcell/v2's releases.
Version 2.6.0 Feature Release
The main feature introduced in this release is support for web based applications. You can now create applications that run in a browser, and display a simulated terminal emulator in the browser. The initial implementation of this capability was supplied by
@Ahoys123
-- thank you! (We made some follow up bug fixes and improvements.)More detail about this mode can be found in the README-wasm.md file.
Additionally we added support for alacritty-direct, which was contributed by
@moson-mo
.This version is only tested on go 1.18 and newer. Older versions of go may work, but might also fail, as our dependencies have started using newer compilation flags.
Version 2.5.4 Bug Fix Release
Version 2.5.4 fixed quite a few things in the 2.5 release chain. Arguably it could also have been a minor release due to some quasi-feature updates. It is anticipated that this will be the last release for 2.5.x.
The next minor release (2.6.0) will probably require updating to at least go 1.17 as we move towards updating imports and adopting additional language features.
Fixes:
- On Windows (and some other platforms) custom TTYs did not work (#580)
- Default to using narrow for ambiguous characters in East Asian locales (#578) This affected a lot of folks in East Asian locales, and now tcell applications should work by default for them. If overrides to the RUNEWIDTH_EASTASIAN environment are present they will still be honored.
- Fix for intermittent screen flashes (#576)
- Encoding sub package now registers all encodings when imported. (Explicit call to Register is no longer required)
- Tutorial program improved to demonstrate panic handling (thanks to Eric S. Raymond)
- Fix for mouse-wheel/click-drag conflation (#574)
- Hyperlink ID support added (#568) (thanks to Tim Culverhouse)
- Paste support added to views.Application (#552) (thanks to Chris Bradbury)
- WidgetWatcher is concurrency-safe (thanks to Tim Culverhouse)
- Fix for CellView.Size() (#553) (thanks to Chris Bradbury)
- Fix for tput escape sequence errors (#546)
- Horizontal, Vertical are now type Orientation (#543) (thanks to Zaim Bakar)
Version 2.5.3 Bug Fix Release
Version 2.5.3 only fixed some things related to the documentation.
Version 2.5.2 Bug Fix & Feature Release
(Technically this should probably have been a new minor as a new feature was introduced.)
- Better handling of monochrome terminals
- Console resizing support (#462) (this new feature allows applications to specify the window size they want.)
- Minor mouse demo improvements
- Added support for terminal hyperlinks (#300)
- Optimize some output (#526)
- Documentation fixes
Version 2.5.1 Bug Fix Release
This release fixes #523 - which addresses an unintended behavior when clearing the screen. The regression was introduced in v2.5.0.
Version 2.5.0 Feature Release
Version 2.5.0 is a rollup of a number of bug fixes but also includes some new features:
... (truncated)
c951371
minor style fixup615b4b1
fixes #589
unexpected character linux console7fe9d5f
Webasm terminal fixes.d78960c
Color fixups.5db823e
Better colors for mouse demo (brighter).7b5fe1f
Spelling.729d178
Choose better fonts for web terminal.fade40c
added to README-wasm.md0851813
added js flagb96a7ed
removed js build flag in terms_static.goSourced from actions/checkout's releases.
v4.0.0
What's Changed
- Update default runtime to node20 by
@takost
in actions/checkout#1436- Support fetching without the --progress option by
@simonbaird
in actions/checkout#1067- Release 4.0.0 by
@takost
in actions/checkout#1447New Contributors
@takost
made their first contribution in actions/checkout#1436@simonbaird
made their first contribution in actions/checkout#1067Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0
v3.6.0
What's Changed
- Mark test scripts with Bash'isms to be run via Bash by
@dscho
in actions/checkout#1377- Add option to fetch tags even if fetch-depth > 0 by
@RobertWieczoreck
in actions/checkout#579- Release 3.6.0 by
@luketomlinson
in actions/checkout#1437New Contributors
@RobertWieczoreck
made their first contribution in actions/checkout#579@luketomlinson
made their first contribution in actions/checkout#1437Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0
v3.5.3
What's Changed
- Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by
@megamanics
in actions/checkout#1196- Fix typos found by codespell by
@DimitriPapadopoulos
in actions/checkout#1287- Add support for sparse checkouts by
@dscho
and@dfdez
in actions/checkout#1369- Release v3.5.3 by
@TingluoHuang
in actions/checkout#1376New Contributors
@megamanics
made their first contribution in actions/checkout#1196@DimitriPapadopoulos
made their first contribution in actions/checkout#1287@dfdez
made their first contribution in actions/checkout#1369Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3
v3.5.2
What's Changed
- Fix: Use correct API url / endpoint in GHES by
@fhammerl
in actions/checkout#1289 based on #1286 by@1newsr
Full Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2
v3.5.1
What's Changed
- Improve checkout performance on Windows runners by upgrading
@actions/github
dependency by@BrettDong
in actions/checkout#1246New Contributors
@BrettDong
made their first contribution in actions/checkout#1246
... (truncated)
Sourced from actions/checkout's changelog.
Changelog
v4.1.0
v4.0.0
v3.6.0
- Fix: Mark test scripts with Bash'isms to be run via Bash
- Add option to fetch tags even if fetch-depth > 0
v3.5.3
- Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in
- Fix typos found by codespell
- Add support for sparse checkouts
v3.5.2
v3.5.1
v3.5.0
v3.4.0
v3.3.0
- Implement branch list using callbacks from exec function
- Add in explicit reference to private checkout options
- [Fix comment typos (that got added in #770)](actions/checkout#1057)
v3.2.0
- Add GitHub Action to perform release
- Fix status badge
- Replace datadog/squid with ubuntu/squid Docker image
- Wrap pipeline commands for submoduleForeach in quotes
- Update
@actions/io
to 1.1.2- Upgrading version to 3.2.0
v3.1.0
v3.0.2
... (truncated)
b4ffde6
Link to release page from what's new section (#1514)8530928
Correct link to GitHub Docs (#1511)7cdaf2f
Update CODEOWNERS to Launch team (#1510)8ade135
Prepare 4.1.0 release (#1496)c533a0a
Add support for partial checkout filters (#1396)72f2cec
Update README.md for V4 (#1452)3df4ab1
Release 4.0.0 (#1447)8b5e8b7
Support fetching without the --progress option (#1067)97a652b
Update default runtime to node20 (#1436)Sourced from github.com/gorilla/websocket's releases.
Release v1.5.1
What's Changed
- Add check for Sec-WebSocket-Key header by
@hirasawayuki
in gorilla/websocket#752- Changed the method name UnderlyingConn to NetConn by
@JWSong
in gorilla/websocket#773- remove all versions < 1.16 and add 1.18 by
@ChannyClaus
in gorilla/websocket#793- Check for and report bad protocol in TLSClientConfig.NextProtos by
@ChannyClaus
in gorilla/websocket#788- check err before GotConn for trace by
@junnplus
in gorilla/websocket#798- Update README.md by
@coreydaley
in gorilla/websocket#839- Correct way to save memory using write buffer pool and freeing net.http default buffers by
@FMLS
in gorilla/websocket#761- Update go version & add verification/testing tools by
@coreydaley
in gorilla/websocket#840- update golang.org/x/net by
@coreydaley
in gorilla/websocket#856- update GitHub workflows by
@coreydaley
in gorilla/websocket#857New Contributors
@hirasawayuki
made their first contribution in gorilla/websocket#752@JWSong
made their first contribution in gorilla/websocket#773@ChannyClaus
made their first contribution in gorilla/websocket#793@junnplus
made their first contribution in gorilla/websocket#798@coreydaley
made their first contribution in gorilla/websocket#839@FMLS
made their first contribution in gorilla/websocket#761Full Changelog: https://github.com/gorilla/websocket/compare/v1.5.0...v1.5.1
ac0789b
update GitHub workflows (#857)78c3487
update golang.org/x/net (#856)666c197
Update go version & add verification/testing tools (#840)8039329
Correct way to save memory using write buffer pool and freeing net.http
defau...8983b96
Merge pull request #839
from gorilla/coreydaley-patch-1931041c
Update README.md76ecc29
archive modeaf47554
check error before GotConn for tracebc7ce89
Check for and report bad protocol in TLSClientConfig.NextProtos (#788)27d91a9
drop the versions of go that are no longer supported + add 1.18 to
ciSourced from github.com/gorilla/mux's releases.
Release v1.8.1
What's Changed
- build: CircleCI 2.1 + build matrix by
@elithrar
in gorilla/mux#595- Include "404" and "405" in the docs by
@Jille
in gorilla/mux#602- docs: update README w.r.t new maintainer ask by
@elithrar
in gorilla/mux#660- regexp: use iota instead of hardcoded values for regexType* by
@michaelgrigoryan25
in gorilla/mux#679- Fix
authenticationMiddleware
initialization in theREADME.md
file by@amustaque97
in gorilla/mux#693- Update README.md by
@coreydaley
in gorilla/mux#713- [GPT-95] Update go version, add tools for verification and testing by
@apoorvajagtap
in gorilla/mux#718- Delete release-drafter.yml by
@coreydaley
in gorilla/mux#719- Delete stale.yml by
@coreydaley
in gorilla/mux#720- Delete AUTHORS by
@coreydaley
in gorilla/mux#721- Update LICENSE by
@coreydaley
in gorilla/mux#722- Updated the logo in README.md by
@shamkarthik
in gorilla/mux#724- Update LICENSE by
@coreydaley
in gorilla/mux#723- Update issues.yml by
@coreydaley
in gorilla/mux#726- Update issues.yml by
@coreydaley
in gorilla/mux#727- run go fmt with Go 1.20 by
@shogo82148
in gorilla/mux#725- Fix
Single Page Application
example inREADME.md
file by@amustaque97
in gorilla/mux#678- [BUG] Inconsistent HTTP status code on query mismatch by
@soheilrt
in gorilla/mux#712- Clarify documentation examples of Route methods by
@andrew-werdna
in gorilla/mux#672- changed the routeVariables text content. by
@sumanpaikdev
in gorilla/mux#708- Add GetVarNames() by
@eh-steve
in gorilla/mux#676- fix SPA handler in README.md by
@sy9
in gorilla/mux#733- update GitHub workflows by
@coreydaley
in gorilla/mux#734New Contributors
@Jille
made their first contribution in gorilla/mux#602@michaelgrigoryan25
made their first contribution in gorilla/mux#679@amustaque97
made their first contribution in gorilla/mux#693@coreydaley
made their first contribution in gorilla/mux#713@apoorvajagtap
made their first contribution in gorilla/mux#718@shamkarthik
made their first contribution in gorilla/mux#724@shogo82148
made their first contribution in gorilla/mux#725@soheilrt
made their first contribution in gorilla/mux#712@andrew-werdna
made their first contribution in gorilla/mux#672@sumanpaikdev
made their first contribution in gorilla/mux#708@eh-steve
made their first contribution in gorilla/mux#676@sy9
made their first contribution in gorilla/mux#733Full Changelog: https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1
b4617d0
update GitHub workflows (#734)3401478
fix SPA handler in README.md (#733)4a671cb
Add GetVarNames() (#676)85123bf
changed the routeVariables text content. (#708)79f2f45
Clarify documentation examples of Route methods (#672)395ad81
[BUG] Inconsistent HTTP status code on query mismatch (#712)24c3e7f
Fix Single Page Application
example in
README.md
file (#678)546dd0c
run go fmt with Go 1.20 (#725)651928c
Update issues.yml (#727)cfc696d
Update issues.yml (#726)6e58e47
modfile: improve directory path detection and error text
consistency42a914d
Merge pull request #586
from ahrtr/1.3_64bit_align_20231025f9d290f
ensure the stats is always 64bit aligned4a17732
Merge pull request #444
from jmhbnz/backport-failpoints-injection-295acc50
Backport add test cases to simulate mlock failure.7a13798
Backport perform unmap when failing to mlock or both meta pages
corrupted.ad36005
Merge pull request #439
from jmhbnz/backport-failpoints-injection8165a40
Backport change to error handling logic in db.close().e4e06d2
update the usage of surgery command1108915
Avoid syscall.Syscall use on OpenBSD