Skip to content

Commit

Permalink
Finalizing v.0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
joonaspaakko committed Jan 1, 2022
1 parent 3be9889 commit 9603f39
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/content-script/_components/layout/menuScreen.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ Vue.use(Buefy, {
import helpers from "@contscript-mixins/misc/helpers.js";
import changelog from "@output-mixins/changelog.js";
import toolbarVue from '../../../wallpaper-creator/_components/toolbar.vue';
export default {
name: "menuScreen",
props: ["storageHasData", "storageConfig", "domainExtension", "wishlistUrl", "dataVersion"],
Expand Down
31 changes: 31 additions & 0 deletions src/gallery/_mixins/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,37 @@ export default {
return {

changeLog: [
{
version: 'v.0.2.8',
highlights: `The "Audible Library Extractor" button in Audible's website now looks like a button and was moved above the search input, because Audible continually made small changes and it could no longer fit where it used to be.`,
changes: [
{
description: `Extraction comes up with 20 books (single page). Note: audible changed things`,
class: 'fixed',
link: { text: 'Fixed #72', href: githubIssues+'72' },
},
{
description: `Wishlist extraction discards all data and the wishlist gallery page comes up empty. Note: audible changed things`,
class: 'fixed',
link: { text: 'Fixed #71', href: githubIssues+'71' },
},
{
description: `Wallpaper creator showing a blank page (if used hadn't extracted collections).`,
class: 'fixed',
link: { text: 'Fixed #69', href: githubIssues+'69' },
},
{
description: `Some "unavailable" books not marked properly. Note: this bug was introduced in v.0.2.7`,
class: 'fixed',
link: { text: 'Fixed #68', href: githubIssues+'68' },
},
{
description: `Top menu disappears sometimes on certain pages bug`,
class: 'fixed',
link: { text: 'Fixed #67', href: githubIssues+'67' },
},
],
},
{
version: 'v.0.2.7',
highlights: `
Expand Down

0 comments on commit 9603f39

Please sign in to comment.