Skip to content

Commit

Permalink
chore: update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJSully committed Jan 15, 2024
1 parent 5201253 commit a5b952b
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 3 deletions.
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,63 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

To see tags and releases, please go to [Tags](https://github.com/BioAnalyticResource/eFP-Seq_Browser/tags) on [GitHub](https://github.com/BioAnalyticResource/eFP-Seq_Browser).

## [1.3.15] - 2024-01-15

UI/UX:

- Added toast notifications for error messages
- Centered the loading indicator

Optimization:

- Made SEO improvements
- Made more accessibility adjustments
- Optimized images
- Preload styles
- Reduced complexity of some functions
- Refactored some code
- Removed unused CSS
- Set loading from lazy to auto for largest LCP
- Update cookies `SameSite` to `Lax` and `Secure`

Security:

- Update CSP with `base-uri`
- Update `Permissions-Policy`
- Update htaccess

Update:

- Migrate to new Google Identity Services library
- No longer supporting Internet Explorer
- Update Python 2 to 3
- Update packages
- Updated workbox settings

Documentation:

- Added CHANGELOG markdown file
- Improved readability of some code
- Sorted uncategorized CSS styles to make them more readable
- Updated README

Bug fix:

- Fixed "Duplicate without user-selected canonical"
- Fixed compatibility with Pillow (PIL) 9.5
- Fixed deprecated `btoa` functions
- Fixed eFP-Seq Browser web manifest trying to overwrite BAR's web manifest name - now both use same web manifest
- Fixed issue where if code is run on a non-BAR server, was still trying to access the BAR's GAPI/Google OAuth
- Fixed issue where loading indicator was not green
- Fixed issue where submission page was broken on local instances of the eFP-Seq Browser
- Fixed issue where the title of the uploaded file to a user from an XML was not reachable
- Fixed issue where variables were not initialized in loops
- Fixed issue with service worker not working with Python/CGI scripts
- Fixed missing Apple metadata
- Fixed missing Math.js source map
- Fixed service workers trying to register when is not supported for some users
- Fixed typos

## [1.3.14] - 2022-06-09

**A brand new version of the [eFP-Seq Browser](https://bar.utoronto.ca/eFP-Seq_Browser/) has dropped!**
Expand Down
2 changes: 1 addition & 1 deletion cgi-bin/core/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
//=============================================================================
/** Current version of eFP-Seq Browser with the following format: [v-version][version number: #.#.#][-][p-public OR d-dev][year - 4 digits][month - 2 digits][day - 2 digits] */
const version = "v1.3.14-p20240113";
const version = "v1.3.15-p20240115";

/** Selected RPKM mode */
let colouring_mode = "abs";
Expand Down
2 changes: 1 addition & 1 deletion cgi-bin/core/custom.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"url": "https://bar.utoronto.ca/"
}
],
"version": "1.3.14",
"version": "1.3.15",
"private": true,
"description": "Search among 113 RNA-seq data sets used by Araport 11 to reannotate the Arabidopsis genome (Cheng et al. 2016, http://biorxiv.org/content/early/2016/04/05/047308). The eFP-Seq Browser will retrieve the number of reads mapped and display these above the desired Araport 11 gene model. You can sort or filter the columns.",
"devDependencies": {
Expand Down

0 comments on commit a5b952b

Please sign in to comment.