Skip to content

Commit

Permalink
Merge pull request #25 from BioAnalyticResource/alexjsully-update-cha…
Browse files Browse the repository at this point in the history
…ngelog-1.4.0

[version] Update changelog version
  • Loading branch information
asherpasha authored Sep 26, 2024
2 parents 751afb2 + 996345c commit 6b4c1e1
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 5 deletions.
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

0 comments on commit 6b4c1e1

Please sign in to comment.