Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
Minor version bump due to compounding functionality; Nothing else. See e820de9 & 288bd6e (pre-releases 1.5.0-rc2 & 1.5.0-rc1) for new functionality description.
  • Loading branch information
Brawlence committed Aug 3, 2020
1 parent e820de9 commit a44436b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions Extension/Background.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,12 +246,6 @@ var sir = {
);
},

/* A stub for a planned feature
dl: function (url, filename, referer) {
},
*/

dlWithTags: function (imageObject, tabId) {
chrome.tabs.sendMessage(tabId, { order: "giffTags", template: fileNameTemplate }, // ! tabId is an integer
function workWithThis(response) {
Expand Down
2 changes: 1 addition & 1 deletion Extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"48": "SIR_48x48.png",
"16": "SIR_16x16.png"
},
"version": "1.4.3",
"version": "1.5.0",
"manifest_version": 2,
"permissions": ["downloads", "contextMenus"],
"content_scripts": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sir_image_renamer",
"version": "1.4.3",
"version": "1.5.0",
"description": "SIR is an Image Renamer.\nProvides meaningful image names when saving on Pixiv, Deviantart, Artstation, etc.",
"scripts": {
"test": "web-ext lint --source-dir=./Extension/",
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// TODO: Plan & implement proper testing suite
// TODO: Implement proper testing suite
var Links_to_test = [
"https://www.artstation.com/artwork/zARRXD", // ID is alphanumeric
"https://deviantart.com/view/787225844", // Original was "https://www.deviantart.com/chrissiezullo/art/Nejire-Hadou-787225844"
Expand Down

0 comments on commit a44436b

Please sign in to comment.