Skip to content

Commit

Permalink
Update JSON file with latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 14, 2024
1 parent 00cfd3b commit 3a40c8b
Showing 1 changed file with 23 additions and 6 deletions.
29 changes: 23 additions & 6 deletions apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"bundleIdentifier": "lo.cafe.winston",
"developerName": "Kinark",
"subtitle": "Winston, a beautiful and native Reddit client for iOS",
"version": "1.1.3",
"versionDate": "2024-03-12T17:02:28Z",
"versionDescription": "\u2022 Complete rewrite of how Winston displays the elements in each feed, resulting in a major boost to Winston\u2019s smoothness \r\n\u2022 Fixed bug regarding crossposts in compact mode\r\n\u2022 Fixed rare bug causing crashes when in compact mode \r\n\u2022 Addition of setting to select the comment skipper button location\r\n\u2022 Fixed compact mode bug relating to post link heights\r\n\u2022 Fixed crashed related to UI being updated in the background\r\n\u2022 Fixed bug relating to tab bar swiping\r\n\u2022 Fixed bug relating to swipe anywhere\r\n\r\n\r\n",
"downloadURL": "https://github.com/lo-cafe/winston/releases/download/v1.1.3/winston.ipa",
"version": "1.1.4",
"versionDate": "2024-03-14T17:18:44Z",
"versionDescription": "\u2022 Implemented option to toggle visibility of feeds prefixes\r\n\u2022 Fixed multis not showing up\r\n\u2022 Now compact posts settings will be hidden if the option is not enabled\r\n\u2022 Fixed comments context menu preview showing in the wrong size",
"downloadURL": "https://github.com/lo-cafe/winston/releases/download/v1.1.4/winston.ipa",
"localizedDescription": "Introducing Winston: \n A Stunning and native Reddit client for iOS\n- In-development, free, and open-source app and bot \n- User-friendly interface designed for easy navigation\n- Compliance with Reddit's Terms of Service for a seamless experience\n- Stay connected with the Reddit community in a sleek and intuitive way\n- Experience the beauty of Winston, your ultimate iOS Reddit companion.\n",
"iconURL": "https://raw.githubusercontent.com/lo-cafe/winston-altstore/main/images/0.png",
"tintColor": "#000000",
"size": 47330770,
"size": 47535139,
"screenshotURLs": [
"https://raw.githubusercontent.com/lo-cafe/winston-altstore/main/images/1.png",
"https://raw.githubusercontent.com/lo-cafe/winston-altstore/main/images/2.png",
Expand All @@ -35,6 +35,13 @@
"https://raw.githubusercontent.com/lo-cafe/winston-altstore/main/images/7.png"
],
"versions": [
{
"version": "1.1.4",
"date": "2024-03-14T17:18:44Z",
"localizedDescription": "\u2022 Implemented option to toggle visibility of feeds prefixes\r\n\u2022 Fixed multis not showing up\r\n\u2022 Now compact posts settings will be hidden if the option is not enabled\r\n\u2022 Fixed comments context menu preview showing in the wrong size",
"downloadURL": "https://github.com/lo-cafe/winston/releases/download/v1.1.4/winston.ipa",
"size": 47535139
},
{
"version": "1.1.3",
"date": "2024-03-12T17:02:28Z",
Expand Down Expand Up @@ -224,6 +231,16 @@
"imageURL": "https://raw.githubusercontent.com/Balackburn/Winston/main/images/news/news_2.png",
"notify": true,
"url": "https://github.com/lo-cafe/winston/releases/tag/v1.1.3"
},
{
"title": "1.1.4 - Winston for Reddit",
"identifier": "release-1.1.4",
"caption": "Update of Winston just got released!",
"date": "2024-03-14T17:18:44Z",
"tintColor": "#000000",
"imageURL": "https://raw.githubusercontent.com/Balackburn/Winston/main/images/news/news_2.png",
"notify": true,
"url": "https://github.com/lo-cafe/winston/releases/tag/v1.1.4"
}
]
}
}

0 comments on commit 3a40c8b

Please sign in to comment.