aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-07-07Release v1.4.0 (#104)Gravatar Abhinav Gupta 1-2/+2
2023-06-01CHANGELOG: Report #82, #92, and #93 (#97)Gravatar Abhinav Gupta 1-1/+9
Adds changelog entries for recent user-facing changes.
2023-01-30Back to development (#75)Gravatar Sung Yoon Whang 1-0/+5
2023-01-23Fix typo on release notes (#74)Gravatar Sung Yoon Whang 1-1/+1
Release notes for v1.3.0 had an incorrect link for changes included in v1.3.0; fixing this before we actually tag a release with this.
2023-01-23v1.3.0 release (#73)Gravatar Sung Yoon Whang 1-2/+4
2023-01-23Add support for package descriptions (#68)Gravatar Abhinav Gupta 1-1/+2
* template: Use a more fluid layout Instead of using a table, take advantage of the grid layout. We still print a table of sorts, but it's more fluid in appearance based on width of the screen. On narrower screens, we'll show a listing where each item has a description label next to it rather than at the top. * Add support for package descrpitions Packages may now optionally specify a description. If specified, this is printed below the package information, indented one column to make it stand out. Co-authored-by: Sung Yoon Whang <sungyoonwhang@gmail.com>
2023-01-23template: Use a more fluid layout (#67)Gravatar Abhinav Gupta 1-1/+3
Instead of using a table, take advantage of the grid layout. We still print a table of sorts, but it's more fluid in appearance based on width of the screen. On narrower screens, we'll show a listing where each item has a description label next to it rather than at the top.
2022-05-17Back to development (#57)Gravatar Abhinav Gupta 1-0/+5
2022-05-17Release v1.2.0 (#56)Gravatar Abhinav Gupta 1-7/+20
This releases Sally v1.2.0 with several changes and a couple community contributions. In updating the changelog, I moved the reference links from the bottom to the section for each version because otherwise it's easy to forget to add these.
2020-03-02Back to developmentGravatar Abhinav Gupta 1-0/+4
2020-03-02Preparing release v1.1.1 (#44)Gravatar Abhinav Gupta 1-2/+2
2020-03-02Fix godoc badge image (#43)Gravatar Abhinav Gupta 1-0/+5
pkg.go.dev does not serve a badge like godoc.org. This change switches the image over to one provided by shields.io. Note that this uses the style "for-the-badge" from shields.io.
2020-02-18Release v1.1.0 (#41)Gravatar SyrieBianco 1-2/+2
* Release v1.1.0
2020-02-12Update Godoc server to pkg.go.dev (#40)Gravatar SyrieBianco 1-2/+4
Update our default Godoc server from `` to the shiny, new `https://pkg.go.dev/` See https://github.com/uber-go/sally/issues/39, T4832833
2019-03-05CHANGELOG: Add entry for #38Gravatar Abhinav Gupta 1-0/+6
2019-01-03Release v1.0.1Gravatar Abhinav Gupta 1-2/+2
2019-01-03template: Bundle in binary with bindata (#36)Gravatar Abhinav Gupta 1-0/+7
This uses go-bindata/go-bindata to bundle the template in the binary. I also realized that the handler test was now broken because we were checking the exact contents of the index page in the test. This change fixes that too.
2019-01-03Release v1.0Gravatar Abhinav Gupta 1-2/+2
2019-01-03Add a CHANGELOGGravatar Abhinav Gupta 1-0/+9
This adds a changelog to the repository. Since we have no prior tagged releases to compare against, this will be the first real release of the tool.