Skip to content

Commit

Permalink
Merge pull request #170 from ncsa/main
Browse files Browse the repository at this point in the history
Release/0.4.0 (#167)
  • Loading branch information
longshuicy authored Jun 24, 2024
2 parents 8e114be + 098b573 commit dda8380
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.0] - 2024-06-13
### Added
- YouTube gather video from creator [#125](https://github.com/ncsa/standalone-smm-smile/issues/125)
- Add hierarchy to the social media platform listing in history page [#162](https://github.com/ncsa/standalone-smm-smile/issues/162)
Expand Down
4 changes: 2 additions & 2 deletions www/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 www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smile_server",
"version": "0.3.5",
"version": "0.4.0",
"description": "",
"main": "app.js",
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions www/public/bootstrap/js/customized/query_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ function init(){
parameters['youtubeSearchChannel']['q:'] = keyword;
parameters['youtubeSearchPlaylist']['q:'] = keyword;
parameters['youtubeMostPopular']['regionCode:'] = keyword;
parameters['youtubeCreatorVideos']['handle:'] = keyword;
Query =updateString(queryTerm,parameters);
$("#input").val(`{\n\n` + Query +`\n\n}`);
})
Expand Down

0 comments on commit dda8380

Please sign in to comment.