Skip to content

Commit

Permalink
version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StigNygaard committed Jul 17, 2023
1 parent 54358bf commit 272992d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion WebExtension/background/flickr_fixr.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function installHandler({reason, temporary, previousVersion}) {
switch (reason) {
case 'update':
console.log("Updated from details.previousVersion: " + previousVersion);
break; // Show onboarding when updating or not?...
// break; // Show onboarding when updating or not?...
case 'install':
// browser.runtime.openOptionsPage();
// browser.runtime.getURL()
Expand Down
2 changes: 1 addition & 1 deletion WebExtension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Flickr Fixr",
"short_name": "Flickr Fixr",
"description": "Makes Flickr almost awesome - while waiting for SmugMug to fully fix it ;-)",
"version": "2.1.0",
"version": "2.2.0",
"author": "Stig Nygaard",
"homepage_url": "https://github.com/StigNygaard/Stigs_Flickr_Fixr",
"permissions": [
Expand Down
Binary file added WebExtension/onboard/FixrDates-572x131.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 16 additions & 2 deletions WebExtension/onboard/onboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@
width: 720px;
margin: 4em auto;
}
img#logo {
img {
display: block;
border: 1px solid #000;
}
img#logo {
float: right;
width: 128px;
height: 128px;
margin: -1.7em 0 -1em 1em;
padding: 0;
border: none;
}
.ffo {
display: none;
Expand Down Expand Up @@ -52,8 +56,18 @@ <h1>Congratulations!...</h1>

<p>If you are new to Flickr Fixr, make sure to look through features on the <a href="#" class="settings">Options Page</a>.</p>

<h2>What's <em>new</em> in this version?!...</h2>

<img src="FixrDates-572x131.gif" alt="New date feature animated" />

<p>The most important news in this version of Flickr Fixr is how and what date/time information are shown on
photopages. Flickr recently made some changes to photopages putting emphasizing on Upload date <em>instead of</em>
the Taken date, which I found very confusing and illogical. So I made a fix for that! Also now, Flickr Fixr will
sometimes add an extra "Replaced" date to the photopage.</p>
<p><em><a href="https://www.flickr.com/groups/96035807@N00/discuss/72157655601688753/72157721919017547" target="_blank">Get the details in the Flickr Hacks forum!</a></em></p>

<h2>Help, information, feedback?...</h2>
<p>Visit the <a href="https://www.flickr.com/groups/flickrhacks/discuss/72157655601688753/" target="_blank">Flickr Fixr thread in Flickr Hacks forum</a>. I regularly watch that thread for new comments.</p>
<p>Visit the <a href="https://www.flickr.com/groups/flickrhacks/discuss/72157655601688753/" target="_blank">Flickr Fixr thread</a> in Flickr Hacks forum. I regularly watch that thread for new comments.</p>

<p>I hope you enjoy Flickr even more with Flickr Fixr...</p>

Expand Down

0 comments on commit 272992d

Please sign in to comment.