Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[version] Update changelog version #25

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,38 @@ 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.4.0] - 2024-08-08

New feature:

- You can now run the eFP-Seq Browser locally on your machine (internet connection still required)\

UI/UX:

- Added version number to citations
- Minor optimizations to improve readability

Optimizations:

- Refactored and optimized code

Security:

- Adjustments made to the Google Identity services for FedCM

Update:

- Update packages
- Update service workers

Bug fix:

- Fixed duplicate element IDs in generate data dialog
- Fixed generate data submit loading default data
- Fixed missing tissue input not highlighting correctly
- Fixed not being able to generate custom data under certain conditions
- Fixed styling issues

## [1.3.15] - 2024-01-15

UI/UX:
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.15-p20240710";
const version = "v1.4.0-p20240808";

// The following variables are purely meant for local development and testing purposes
/** If the current environment is a developer environment */
Expand Down
2 changes: 1 addition & 1 deletion cgi-bin/core/custom.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.15",
"version": "1.4.0",
"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
Loading