Releases: josh-project/josh
Releases · josh-project/josh
r24.10.04
v24.08.14
- New filters:
:join()
,:"message"
and:committer
(#1348, #1351 & #1352) - Support
content-type
headers when rendering hbs (#1314) - Support sha based requests for hbs (#1320)
- Support ssh push (#1323)
- Fix workspace redirects (#1306)
- Fix search in GraphQL (#1315)
- Fix
rev()
filter for complex histories (#1326)
r23.12.04
- Add push API to GraphQL (#1147)
- Improvements to GraphQL API (#1052, #1146)
- Improve Squash filter(#1104, #1107)
- Don’t serve all refs with @sha syntax (#1134)
- Make ::path match directories as well as files (#1204)
- Bind proxy on both IPv4 and IPv6 (#1285)
- Use define instead of #![deny(warning)] (#1290)
- Performance improvements and bug fixes (#1140, #1159, #1213, #1217, #1229, #1228, #1284, #1279, #1294, #1296, #1295, #1297, #1298)
r23.02.14
r22.12.06
- Add relative path support to
--local
(#955) - Preserve commit signatures (#958)
- Add
--filter_prefix
option (#986) - Implement squash filter for list of commits (#948)
- SSH support (#1012, #1046, #1033)
- Add
:rev(...)
filter (#965) - Several improvements to push behavior (#994, #1044, #1064)
- Add
:unsign
filter (#985) - Add full text search to GraphQL API (#1045)
- Switch to Alpine for docker image