aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Abhinav Gupta <mail@abhinavg.net> 2023-01-23 09:53:51 -0800
committerGravatar GitHub <noreply@github.com> 2023-01-23 09:53:51 -0800
commit9a95dcbf6ef077808a8874beea9d8a2754e60051 (patch)
tree91bfce08d9ffc3e4f9870eb18aa03c57dfba1b5f /CHANGELOG.md
parentcb4081162b75508710f625b5b8dac0c48c813355 (diff)
downloadsally-9a95dcbf6ef077808a8874beea9d8a2754e60051.tar.gz
sally-9a95dcbf6ef077808a8874beea9d8a2754e60051.tar.zst
sally-9a95dcbf6ef077808a8874beea9d8a2754e60051.zip
Add support for package descriptions (#68)
* 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>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31295a3..3f92d7f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
-### Changed
+### Added
+- Add an optional `description` field to packages.
- Use a fluid layout for the index page.
This renders better on narrow screens.