Skip to content

Commit

Permalink
Update change-log.js
Browse files Browse the repository at this point in the history
  • Loading branch information
salcido committed Apr 28, 2023
1 parent 9b31872 commit 2afd756
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions js/popup/change-log.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
module.exports = {
current: [
{
version: '3.2.0',
features: [
{
name: 'More Dark Themes',
description: 'Three dark themes are now available! Meteor, Gravity, and Nebula. Check them out and let me know what you think!',
link: '#darkTheme'
},
],
updates: [
{
name: 'Bug Fix',
description: 'Fixed an issue where the "Has x more items I want" links in the Marketplace might not show up when using the Filter By Country feature.'
},
],
thanks: [],
},
],
previous: [
{
version: '3.1.1',
features: [
Expand All @@ -17,8 +36,6 @@ module.exports = {
],
thanks: ['Massive thank you to Jason F. for the donation! I really apprecaite it.'],
},
],
previous: [
{
version: '3.1.0',
features: [
Expand Down

0 comments on commit 2afd756

Please sign in to comment.