Skip to content

Commit

Permalink
feat(packaging): Do release
Browse files Browse the repository at this point in the history
  • Loading branch information
ERosendo committed Jan 26, 2024
1 parent 8815974 commit 49fa204
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
17 changes: 13 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,28 @@
The following changes are not yet released, but are code complete:

Features:
- Hide recap UI elements from printed pages([#360](https://github.com/freelawproject/recap/issues/360), [#355](https://github.com/freelawproject/recap-chrome/pull/355)).
- Provide two clearly labeled buttons on the RECAP receipt page for accounts with filing permissions: one to RECAP the document and the other to download it normally([#360](https://github.com/freelawproject/recap/issues/357), [#355](https://github.com/freelawproject/recap-chrome/pull/357)).
- None yet

Changes:
- The RECAP [Privacy Policy](https://free.law/recap/privacy-policy/) is updated, simplified, and clarified. The RECAP [homepage](https://free.law/recap/), [FAQs](https://free.law/recap/faq/), and [screenshots](http://free.law/recap/screenshots/) are updated.
- Shift focus to support: Rename 'Help' tab to 'Donate' and enhance content.([#359](https://github.com/freelawproject/recap/issues/359), [#356](https://github.com/freelawproject/recap-chrome/pull/356)).
- None yet

Fixes:
- None yet

For developers:
- Nothing yet

## 2.5.0 (2024-01-26)

Features:
- Hide recap UI elements from printed pages([#360](https://github.com/freelawproject/recap/issues/360), [#355](https://github.com/freelawproject/recap-chrome/pull/355)).
- Provide two clearly labeled buttons on the RECAP receipt page for accounts with filing permissions: one to RECAP the document and the other to download it normally([#360](https://github.com/freelawproject/recap/issues/357), [#355](https://github.com/freelawproject/recap-chrome/pull/357)).

Changes:
- The RECAP [Privacy Policy](https://free.law/recap/privacy-policy/) is updated, simplified, and clarified. The RECAP [homepage](https://free.law/recap/), [FAQs](https://free.law/recap/faq/), and [screenshots](http://free.law/recap/screenshots/) are updated.
- Shift focus to support: Rename 'Help' tab to 'Donate' and enhance content.([#359](https://github.com/freelawproject/recap/issues/359), [#356](https://github.com/freelawproject/recap-chrome/pull/356)).


## 2.4.2 (2023-12-15)

Features:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recap-chrome",
"version": "2.4.2",
"version": "2.5.0",
"description": "RECAP improves the experience of using PACER, the online public acces system for the U.S. federal courts",
"main": " ",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Free Law Project and the Center for Information Technology and Policy at Princeton",
"description": "RECAP improves the experience of using PACER, the online public access system for the U.S. federal courts.",
"homepage_url": "https://free.law/recap/",
"version": "2.4.2",
"version": "2.5.0",
"icons": {
"16": "assets/images/icon-16.png",
"19": "assets/images/icon-19.png",
Expand Down

0 comments on commit 49fa204

Please sign in to comment.