Skip to content

Commit 4cb3238

Browse files
authored
Merge pull request #281 from lo-cafe/alpha
Alpha
2 parents 732a5ab + 25de090 commit 4cb3238

188 files changed

Lines changed: 6741 additions & 2838 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

TestFlight/WhatToTest.en-US.txt

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
# Fixed
2-
3-
- Winston doesn't crash on iOS 16.X anymore
4-
- Fix some other potential instances where the app could crash
5-
- Fix "Show Upvote Ratio" option
6-
1+
- Huge performance upgrade!
2+
- Implemented saved posts. You can now access the "Saved" tab in your subs drawer.
3+
- Add controversial sort
4+
- Add subscribed indicator / button to search
5+
- Added option to use inline post toolbar in place of floating toolbar in the post page. (Theme -> Post page -> Inline upvote toolbar - at bottom)
6+
- Added ability to sort by only posts or only comments in a user profile. (Click the corresponding karma button)
7+
- Tweaked look of UI in many areas (mainly compact mode improvements).
8+
- Images in comments now open in the app.
9+
- In-app safari support improved.
10+
- Implemented iCloud syncing for credentials.
11+
- Removed deprecated bug reporting functionality.
12+
- Enhanced stability for the video player and made minor performance tweaks.
13+
- Deployed fix for user flairs and new comment indicators.
14+
- Various bug fixes, stability improvements and QOL tweaks.

TestFlight/changelog.json

Lines changed: 60 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,76 @@
11
{
22
"title": "What's new in Winston",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"features": [
55
{
6-
"subtitle": "We've added a cool new What's New sheet!",
7-
"systemImage": "star",
8-
"title": "What's New sheet"
6+
"subtitle": "Huge performance upgrade!",
7+
"systemImage": "hare",
8+
"title": "Performance Upgrade"
99
},
1010
{
11-
"subtitle": "Want to copy text you see in an image? Now you can!",
12-
"systemImage": "text.viewfinder",
13-
"title": "Live Text"
11+
"subtitle": "With the new saved posts feed you can finally look at all the cute cat pics you saved so long ago",
12+
"systemImage": "bookmark",
13+
"title": "Saved Posts Feed"
1414
},
1515
{
16-
"subtitle": "You can now lock Winston with a pin or biometrics.",
17-
"systemImage": "lock",
18-
"title": "Lock Winston"
16+
"subtitle": "You can finally look at those spicy opinions.",
17+
"systemImage": "figure.fencing",
18+
"title": "Add Controversial Sort"
1919
},
2020
{
21-
"subtitle": "Download other peoples themes with the all new Theme Store.",
22-
"systemImage": "paintpalette",
23-
"title": "Theme Store"
21+
"subtitle": "Add subscribed indicator / button to search",
22+
"systemImage": "checkmark.square",
23+
"title": "Subscribed Indicator in Search"
2424
},
2525
{
26-
"subtitle": "Wait didn't I read this already? With new comments indicators you dont need to ask yourself this question anymore!",
27-
"systemImage": "person",
28-
"title": "New Comments Indicator"
26+
"subtitle": "Added option to use inline post toolbar in place of floating toolbar in the post page. (Theme -> Post page -> Inline upvote toolbar - at bottom)",
27+
"systemImage": "rectangle.and.pencil.and.ellipsis",
28+
"title": "Inline Post Toolbar Option"
2929
},
3030
{
31-
"subtitle": "Show some flair with...flairs! Winston now displays flairs in comments.",
32-
"systemImage": "flag",
33-
"title": "User Flairs in Comments"
31+
"subtitle": "Added ability to sort by only posts or only comments in a user profile. (Click the corresponding karma button)",
32+
"systemImage": "arrow.up.arrow.down.square",
33+
"title": "User Profile Sorting"
34+
},
35+
{
36+
"subtitle": "Tweaked look of UI in many areas (mainly compact mode improvements).",
37+
"systemImage": "rectangle.3.group",
38+
"title": "UI Tweaks"
39+
},
40+
{
41+
"subtitle": "Images in comments now open in the app.",
42+
"systemImage": "photo",
43+
"title": "In-App Image Viewer"
44+
},
45+
{
46+
"subtitle": "In-app safari support improved.",
47+
"systemImage": "safari",
48+
"title": "Improved In-App Safari Support"
49+
},
50+
{
51+
"subtitle": "Implemented iCloud syncing for credentials.",
52+
"systemImage": "icloud",
53+
"title": "iCloud Syncing for Credentials"
54+
},
55+
{
56+
"subtitle": "Removed deprecated bug reporting functionality.",
57+
"systemImage": "xmark.octagon",
58+
"title": "Bug Reporting Removal"
59+
},
60+
{
61+
"subtitle": "Enhanced stability for the video player and made minor performance tweaks.",
62+
"systemImage": "play.rectangle",
63+
"title": "Video Player Stability and Performance"
64+
},
65+
{
66+
"subtitle": "Deployed fix for user flairs and new comment indicators.",
67+
"systemImage": "wrench.and.screwdriver",
68+
"title": "Fix for User Flairs and Comment Indicators"
69+
},
70+
{
71+
"subtitle": "Various bug fixes, stability improvements and QOL tweaks.",
72+
"systemImage": "hammer",
73+
"title": "Bug Fixes and QOL Tweaks"
3474
}
35-
],
36-
75+
]
3776
}

repo-altstore.json

Lines changed: 0 additions & 116 deletions
This file was deleted.

winston-everywhere/Resources/content.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ document.querySelectorAll('a').forEach(link => {
1111
try {
1212
var url = new URL(link.href);
1313
if (url.hostname.includes('reddit.com')) {
14-
link.href = link.href.replace(/(https?:\/\/)?(www\.)?reddit\.com/gi, 'https://app.winston.lo.cafe');
14+
link.href = link.href.replace(/(https?:\/\/)?(www\.)?reddit\.com/gi, 'https://winston.cafe');
1515
}
1616
} catch (e) {
1717
console.error('Invalid URL', link.href);
@@ -25,7 +25,7 @@ document.querySelectorAll('a').forEach(link => {
2525
var hostName = window.location.hostname;
2626
if (hostName.includes('reddit.com')) {
2727
var url = location.pathname+location.search
28-
var openInWinstonBanner = `<div id="winstonBanner" style="position:fixed;z-index:9999999999;bottom: 8px;left: 8px;right:0;border-radius: 64px;width: calc(100% - 16px);height: 72px;display: flex;align-items: center;justify-content: space-between;padding: 0 24px;background: radial-gradient(circle,#212136,#0f0e12);box-sizing: border-box;color: #fff;font-weight: 700;font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-user-select: none;-webkit-user-drag: none;"><img src="https://app.winston.lo.cafe/james-webb.jpg" style="position: absolute;left: 0;z-index: -1;width:100%;height:100%;object-fit: cover;object-position: center;right: 0;margin: auto;border-radius: 64px;opacity: 0.25;"><div style="display:flex;color: white;align-items: center;gap: 12px;font-size: 14px;"><img src="https://app.winston.lo.cafe/transparent-winston.png" style="
28+
var openInWinstonBanner = `<div id="winstonBanner" style="position:fixed;z-index:9999999999;bottom: 8px;left: 8px;right:0;border-radius: 64px;width: calc(100% - 16px);height: 72px;display: flex;align-items: center;justify-content: space-between;padding: 0 24px;background: radial-gradient(circle,#212136,#0f0e12);box-sizing: border-box;color: #fff;font-weight: 700;font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-user-select: none;-webkit-user-drag: none;"><img src="https://winston.cafe/james-webb.jpg" style="position: absolute;left: 0;z-index: -1;width:100%;height:100%;object-fit: cover;object-position: center;right: 0;margin: auto;border-radius: 64px;opacity: 0.25;"><div style="display:flex;color: white;align-items: center;gap: 12px;font-size: 14px;"><img src="https://winston.cafe/transparent-winston.png" style="
2929
width: 48px;
3030
"><div>Hey!</div></div><a href="winstonapp:/${url}" style="padding: 8px 16px;background: #008eff;border: none;border-radius: 16px;font-size: 14px;text-decoration: none;color: white;">Open in Winston!</a><button id="closeBannerButton" style="width: 20px;height: 20px;background: red;border: none;border-radius: 10px;font-size: 11px;position: absolute;right: 14px;top: -11px;line-height: 20px;vertical-align: middle;text-align:center;">X</button>
3131
</div>`

0 commit comments

Comments
 (0)