You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+57Lines changed: 57 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,63 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
6
7
7
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).
8
8
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
+
9
66
## [1.3.14] - 2022-06-09
10
67
11
68
**A brand new version of the [eFP-Seq Browser](https://bar.utoronto.ca/eFP-Seq_Browser/) has dropped!**
/** 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] */
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@
59
59
"url": "https://bar.utoronto.ca/"
60
60
}
61
61
],
62
-
"version": "1.3.14",
62
+
"version": "1.3.15",
63
63
"private": true,
64
64
"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.",
0 commit comments