|
| 1 | +# Changelog |
| 2 | + |
| 3 | +Reference: common-changelog.org |
| 4 | + |
| 5 | +## 1.1.5 - 2023-05-19 |
| 6 | + |
| 7 | +### Changes |
| 8 | + |
| 9 | +- Fix ORCID plugin bug and other cite process tweaks. |
| 10 | + |
| 11 | +## 1.1.4 - 2023-04-28 |
| 12 | + |
| 13 | +### Changed |
| 14 | + |
| 15 | +- Fix ORCID plugin and other cite process bugs. |
| 16 | + |
| 17 | +## 1.1.3 - 2023-04-20 |
| 18 | + |
| 19 | +### Changed |
| 20 | + |
| 21 | +- Fix first-time-setup mv bug. |
| 22 | +- Fix citation, float, and portrait component CSS. |
| 23 | +- Filter and trim citation info fields. |
| 24 | + |
| 25 | +## 1.1.2 - 2023-04-11 |
| 26 | + |
| 27 | +### Changed |
| 28 | + |
| 29 | +- Fix first-time-setup rm bug. |
| 30 | + |
| 31 | +## 1.1.1 - 2023-04-06 |
| 32 | + |
| 33 | +### Changed |
| 34 | + |
| 35 | +- Change member profile page from col layout to float. |
| 36 | +- Fix first time setup. Preserve config formatting and comments. |
| 37 | +- Improve Docker cite process behavior. |
| 38 | +- Fix post excerpt component start/end markers and special search attr chars. |
| 39 | +- Fix misc CSS. |
| 40 | + |
| 41 | +### Added |
| 42 | + |
| 43 | +- Add show-title and show-subtitle site config options. |
| 44 | +- Include site subtitle in description meta tag. |
| 45 | +- Add user pull request template. |
| 46 | +- Add title and link fallbacks to citation component. |
| 47 | + |
| 48 | +## 1.1.0 - 2023-03-17 |
| 49 | + |
| 50 | +Add alert component, Docker support, accessibility fixes. |
| 51 | + |
| 52 | +### Changed |
| 53 | + |
| 54 | +- Fix Lighthouse accessibility issues. |
| 55 | +- De-href components when link isn't provided (no hand cursor icon on hover or nav on click). |
| 56 | +- In search script, limit highlights by total count instead of char length. |
| 57 | +- Grid and link style tweaks. |
| 58 | +- Take ORCID icon from Font Awesome. |
| 59 | +- Misc bug fixes in tags script, float component. |
| 60 | + |
| 61 | +### Added |
| 62 | + |
| 63 | +- Add Docker configuration and scripts for local previewing. |
| 64 | +- Add alert component and types. |
| 65 | +- Role icon in portrait component hoisted to top left. |
| 66 | + |
| 67 | +## 1.0.0 - 2023-02-28 |
| 68 | + |
| 69 | +First official release. |
| 70 | + |
| 71 | +High-level comparison with pre-releases: |
| 72 | + |
| 73 | +- Simpler configuration. |
| 74 | +- More automation, less setup. |
| 75 | +- More customization and flexibility. |
| 76 | +- Redesigned components. |
| 77 | +- New docs. |
| 78 | +- Complete rewrite. |
| 79 | +- Culmination of years of feedback. |
| 80 | + |
| 81 | +### Changed |
| 82 | + |
| 83 | +- Template is no longer limited to GitHub Pages white-listed Jekyll plugins. Any plugins possible. |
| 84 | +- Pull request previews happen right within GitHub instead of needing Netlify. |
| 85 | +- Better versioning. `CITATION.cff` file now source of truth for version, and tags/releases enforced. |
| 86 | +- Citation-related files in `/_data` must now be named prefixed with the cite plugin they are to be run with, e.g. `sources-2020.yaml` or `orcid-students.yaml`. |
| 87 | +- Folder renames for clarity and for better separation of template and user content: `/auto-cite` → `/_cite`, `/css` → `/_styles`, `/js` → `/_scripts`. |
| 88 | +- Rename "Tools" page to "Projects" to be more clear and general purpose. |
| 89 | +- Rename `extra-links` to `buttons` in `sources.yaml` files. |
| 90 | +- Rename `theme.scss` to `-theme.scss`. |
| 91 | +- Rename/repurpose components: link → button, two-col → cols, gallery → grid. |
| 92 | +- Combine "link" and "role" data lists into single `types.yaml` map. |
| 93 | +- Redesign components, change parameters and behavior. |
| 94 | +- Update Font Awesome icon names from v5 to v6. |
| 95 | +- Change placeholder text, images, and other images. |
| 96 | +- Use CSS variables instead of Sass variables. |
| 97 | +- Simplify caching method in cite process. |
| 98 | +- Simplify Liquid code by including custom Ruby plugins. |
| 99 | +- Simplify styles and scripts. |
| 100 | + |
| 101 | +### Added |
| 102 | + |
| 103 | +- New docs at greene-lab.gitbook.io/lab-website-template-docs. |
| 104 | +- Add automations for first time setup and URL change. |
| 105 | +- Write PubMed and Google Scholar automatic citation plugins. |
| 106 | +- Automatic citations through GitHub Actions should now work from (most) forks. |
| 107 | +- Add optional description and type params for citations. |
| 108 | +- Add periodic cite process run that opens a pull request. |
| 109 | +- List component filters can now accept arbitrary regex. |
| 110 | +- Add light/dark mode toggle. |
| 111 | +- Pre-install selection of useful Jekyll plugins, namely Jekyll Spaceship. |
| 112 | +- Add author portrait and updated date for blog posts. |
| 113 | +- Add richer metadata for SEO. |
| 114 | +- Google Fonts link determined automatically from theme file. |
| 115 | + |
| 116 | +### Removed |
| 117 | + |
| 118 | +- Remove options from `_config.yaml` to simplify configuration: `baseurl`, `auto-cite`, `logo`. |
| 119 | +- Remove `/favicons` folder, hardcode files for logo, icon, and share in `/images`. |
| 120 | +- Remove `palettes.scss` and `mixins.scss`. |
| 121 | +- Remove banner component (same thing can be achieved with full width section and figure components). |
| 122 | +- Remove role component. Combine with portrait component. |
0 commit comments