Releases: Gnitoon/ppShow
Releases · Gnitoon/ppShow
v1.0.1e - Quick, hide this before they arrive
-
Now you can hide this changelog popup and the little info thingie using URL Parameters
- Add '?hide=news,info#channel' to hide both without having to click anywhere! (PS. hiding news does not mark as viewed)
- example: https://pp-show.vercel.app?hide=news#channel
-
Now is also possible to toggle autoConnect from URL!
- to use just add ?autoConnect=true (or autoConnect=false) to URL to enable/disable
- use autoConnect=true to enable
- use autoConnect=false to disable
- IMPORTANT: reload the page to take effect, then you don't need to have 'autoConnect=true' always
v1.0.1d Stay onFocus so i can take a unBlurred pic.
- Spining emote (i heard "it's spinning there in the screen" in a stream...)
you can change spin speed in options
- Removed onfocus and onblur events on input elements and added a condition to check if the element is a input on keypress event
- some comment lines added to code
- Added github repository link in options, next to license
v1.0.1c - Look at pp Facez
-
+ FrakerFaceZ emotes support
-
~ emote size dosen't have a 'x' anymore
I added a line that sets the size to the current without the x, should be fine but in any case check it in the options
v1.0.1b - Now with 30% more artificial sugar!
- Added news announcement card!
- Hotkeys:
(can be disabled in options)
'Esc' to close popups (options and news)
'o' to show/hide options
'c' to connect/disconnect
'h' to show/hide connection info
'n' to show/hide news announcement card - Added version meta tag
- Saving the date and time when an option is changed
- Some more comments in the code, might help if want to know how it works
-> Added webmanifest and Open Graph meta tags (enable search engines and social media to display a preview with title, image, description...), basically SEO
~ fixed some issues in CSS with help of devTools/Edge issues - updated some elements to complain with lighthouse report: https://googlechrome.github.io/lighthouse/viewer/?psiurl=https%3A%2F%2Fpp-show.vercel.app%2F&strategy=desktop
~ changed some elements to , does not exists and i don't want to mess with CSS now
~ changed color #616161 to hsl(0deg,0,50%) and hsl(0deg 0% 16%) for dark and light themes to get better contrast
v1.0.1 - Now with 30% more artificial sugar!
- Added news announcement card!
- Hotkeys:
(can be disabled in options)
'Esc' to close popups (options and news)
'o' to show/hide options
'c' to connect/disconnect
'h' to show/hide connection info
'n' to show/hide news announcement card - Added version meta tag
- Saving the date and time when an option is changed
- Some more comments in the code, might help if want to know how it works
-> Added webmanifest and Open Graph meta tags (enable search engines and social media to display a preview with title, image, description...), basically SEO
first release
First upload