Skip to content

Commit a5b952b

Browse files
committed
chore: update version and changelog
1 parent 5201253 commit a5b952b

File tree

4 files changed

+60
-3
lines changed

4 files changed

+60
-3
lines changed

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,63 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
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).
88

9+
## [1.3.15] - 2024-01-15
10+
11+
UI/UX:
12+
13+
- Added toast notifications for error messages
14+
- Centered the loading indicator
15+
16+
Optimization:
17+
18+
- Made SEO improvements
19+
- Made more accessibility adjustments
20+
- Optimized images
21+
- Preload styles
22+
- Reduced complexity of some functions
23+
- Refactored some code
24+
- Removed unused CSS
25+
- Set loading from lazy to auto for largest LCP
26+
- Update cookies `SameSite` to `Lax` and `Secure`
27+
28+
Security:
29+
30+
- Update CSP with `base-uri`
31+
- Update `Permissions-Policy`
32+
- Update htaccess
33+
34+
Update:
35+
36+
- Migrate to new Google Identity Services library
37+
- No longer supporting Internet Explorer
38+
- Update Python 2 to 3
39+
- Update packages
40+
- Updated workbox settings
41+
42+
Documentation:
43+
44+
- Added CHANGELOG markdown file
45+
- Improved readability of some code
46+
- Sorted uncategorized CSS styles to make them more readable
47+
- Updated README
48+
49+
Bug fix:
50+
51+
- Fixed "Duplicate without user-selected canonical"
52+
- Fixed compatibility with Pillow (PIL) 9.5
53+
- Fixed deprecated `btoa` functions
54+
- Fixed eFP-Seq Browser web manifest trying to overwrite BAR's web manifest name - now both use same web manifest
55+
- Fixed issue where if code is run on a non-BAR server, was still trying to access the BAR's GAPI/Google OAuth
56+
- Fixed issue where loading indicator was not green
57+
- Fixed issue where submission page was broken on local instances of the eFP-Seq Browser
58+
- Fixed issue where the title of the uploaded file to a user from an XML was not reachable
59+
- Fixed issue where variables were not initialized in loops
60+
- Fixed issue with service worker not working with Python/CGI scripts
61+
- Fixed missing Apple metadata
62+
- Fixed missing Math.js source map
63+
- Fixed service workers trying to register when is not supported for some users
64+
- Fixed typos
65+
966
## [1.3.14] - 2022-06-09
1067

1168
**A brand new version of the [eFP-Seq Browser](https://bar.utoronto.ca/eFP-Seq_Browser/) has dropped!**

cgi-bin/core/custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
//=============================================================================
66
/** 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] */
7-
const version = "v1.3.14-p20240113";
7+
const version = "v1.3.15-p20240115";
88

99
/** Selected RPKM mode */
1010
let colouring_mode = "abs";

cgi-bin/core/custom.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"url": "https://bar.utoronto.ca/"
6060
}
6161
],
62-
"version": "1.3.14",
62+
"version": "1.3.15",
6363
"private": true,
6464
"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.",
6565
"devDependencies": {

0 commit comments

Comments
 (0)