Actually Fix Readme
This commit is contained in:
parent
863b3960c8
commit
6daab80ca0
96
README.md
96
README.md
|
|
@ -27,7 +27,7 @@ You can reach out by bugging rainbownapkin on the ttn discord or ourfore.st, you
|
|||
## Pineapple Express Indev Release Notes
|
||||
This is the first indev release for fore.st 1.1 Pineapple Express. This is the last push before the codebase is merged upstream with the newest version of cytube. Should probably get that done sooner than later. Heres a check list of the planned/completed features in this revision:
|
||||
|
||||
* quick shit & bugfixes ✓
|
||||
- quick shit & bugfixes ✓
|
||||
- change markdown filters to require three symbols on each side, quickest fix for filters ✓
|
||||
- move refresh button to title bar ✓
|
||||
- delete custom embed button, replace with button under generel "add video" button ✓
|
||||
|
|
@ -49,74 +49,74 @@ This is the first indev release for fore.st 1.1 Pineapple Express. This is the l
|
|||
- rename "legacy playlist buttons" to compact, fix location. This seems like it could be usable if not better than default ✓
|
||||
- save temporary vids to channel library
|
||||
|
||||
* slide out panel (not an end user feature in and of itself, however a common UI element used for most menus, made to be quick and ezpz ✓
|
||||
- slide out panel (not an end user feature in and of itself, however a common UI element used for most menus, made to be quick and ezpz ✓
|
||||
- function for opening, closing ✓
|
||||
- allow switching menus on panel without having to open/close it ✓
|
||||
- pretty slide out animation ✓
|
||||
|
||||
* improved poll UI ✓
|
||||
- improved poll UI ✓
|
||||
- poll panel auto-opens when poll starts ✓
|
||||
- button slides in chatbar from left, slides back after poll done ✓
|
||||
- on click toggles poll ui on left of chat menu ✓
|
||||
- improved poll chat announcements ~Original announcement removed. May implement once server whisper implemented.
|
||||
|
||||
* improved emote ui ✓
|
||||
- improved emote ui ✓
|
||||
- slide out emote ui ✓
|
||||
- search bar ✓
|
||||
- optional alphabet sort(default) ✓
|
||||
- optional legacy emote menu available ✓
|
||||
|
||||
* cytube+ ripout ✓
|
||||
- cytube+ ripout ✓
|
||||
- scroll to current item button ✓
|
||||
- orientation buttons in title bar ✓
|
||||
- quick settings(icon next to emote button) ✓
|
||||
- -general pref
|
||||
- --theme ✓
|
||||
- -playback pref ✓
|
||||
- --video orientation ✓
|
||||
- --toggle orientation buttons ✓
|
||||
- --sync threshold (in seconds) ✓
|
||||
- --youtube source (add after degoogling) ~
|
||||
- -chat pref ✓
|
||||
- --use legacy cytube emote menu ✓
|
||||
- --blink title on chat ✓
|
||||
- --chat notification sound ✓
|
||||
- --chat desktop notification ✓
|
||||
- general pref
|
||||
- theme ✓
|
||||
- playback pref ✓
|
||||
- video orientation ✓
|
||||
- toggle orientation buttons ✓
|
||||
- sync threshold (in seconds) ✓
|
||||
- youtube source (add after degoogling) ~
|
||||
- chat pref ✓
|
||||
- use legacy cytube emote menu ✓
|
||||
- blink title on chat ✓
|
||||
- chat notification sound ✓
|
||||
- chat desktop notification ✓
|
||||
|
||||
* trim/tidy default cytube commands
|
||||
- trim/tidy default cytube commands
|
||||
- replace / with ! as defualt server-side command indicator to match tokebot and TTN commands. / will be used for future client-side commands ✓
|
||||
- -me ✓
|
||||
- -sp ✓
|
||||
- -afk ✓
|
||||
- -poll ✓
|
||||
- -hpoll ✓
|
||||
- -mute ✓
|
||||
- -smute ✓
|
||||
- -unmute ✓
|
||||
- -kick ✓
|
||||
- -ban ✓
|
||||
- -ipban ✓
|
||||
- -clear ✓
|
||||
- -clean ✓
|
||||
- -cleantitle ✓
|
||||
- me ✓
|
||||
- sp ✓
|
||||
- afk ✓
|
||||
- poll ✓
|
||||
- hpoll ✓
|
||||
- mute ✓
|
||||
- smute ✓
|
||||
- unmute ✓
|
||||
- kick ✓
|
||||
- ban ✓
|
||||
- ipban ✓
|
||||
- clear ✓
|
||||
- clean ✓
|
||||
- cleantitle ✓
|
||||
- remove/consolidate/add to commands ✓
|
||||
- -say -> announce(change tokebot modflair CSS to announce CSS, make normal modflair for bot/admin rank) ✓
|
||||
- -remove kickanons ✓
|
||||
- -remove d (drink) ✓
|
||||
- -add user specific function to clear ('!clear <username>' to clear chats by said user) ✓
|
||||
- say -> announce(change tokebot modflair CSS to announce CSS, make normal modflair for bot/admin rank) ✓
|
||||
- remove kickanons ✓
|
||||
- remove d (drink) ✓
|
||||
- add user specific function to clear ('!clear <username>' to clear chats by said user) ✓
|
||||
|
||||
* Merge Upstream to newest cytube commit
|
||||
- Merge Upstream to newest cytube commit
|
||||
|
||||
* improved server-whisper system
|
||||
- improved server-whisper system
|
||||
- public leave/join messages
|
||||
- server-whisper target parameter for user specific whispers
|
||||
- server-whisper name
|
||||
|
||||
* getplaylistlinks outputs in fpanel
|
||||
- getplaylistlinks outputs in fpanel
|
||||
- I mean its pretty fucking simple I dont know how you can screw this one up bud.
|
||||
- ezpzlmnsqze
|
||||
|
||||
* ui sizing overhaul
|
||||
- ui sizing overhaul
|
||||
- rip out all but the ONE TRUE layout. It's not 2014 anymore, one layout with dynamic elements will get you further than multiple static ones.
|
||||
- chat/player sized to fit canvas with navbar (remove -+ buttons on player)
|
||||
- theatre mode toggle icon on title bar (hides navbar, player/chat takes up entire screen)
|
||||
|
|
@ -127,18 +127,18 @@ This is the first indev release for fore.st 1.1 Pineapple Express. This is the l
|
|||
- popout chat button
|
||||
- remove legacy cytube themes. If they wheren't compatible after the emote panel, they certainly won't be now lmao
|
||||
|
||||
* decaffeinate player.js
|
||||
- decaffeinate player.js
|
||||
- Coffee script was a bad idea then, and it makes even less sense now.
|
||||
- fuck me its just javascript with worse syntax, no real debugging tools, and build times
|
||||
- literally fucking why though?(I guess it made sense before ES6 but still fuck me)
|
||||
|
||||
* degoogling
|
||||
- degoogling
|
||||
- yt-dlp backend for serverside metadata acquisition of youtube videos w/o registered API key or google account
|
||||
- potentially leverage yt-dlp backend for other media sources
|
||||
- invidious embed support for youtube video playback
|
||||
- youtube source in user prefrences (three or four invidious instances from different countries/continents, official youtube embed, or custom invidious instance)
|
||||
|
||||
* autobump
|
||||
- autobump
|
||||
- sepearate bump lists, based on js/txt files at first, will be stored in db next update (may use multiple at once)
|
||||
- skip next bump/disable bumping
|
||||
- bump frequency (default: 1)
|
||||
|
|
@ -146,15 +146,15 @@ This is the first indev release for fore.st 1.1 Pineapple Express. This is the l
|
|||
- override next bump
|
||||
- require video be at least 4 minutes to add bump (mods can override from bump menu)
|
||||
|
||||
* merge tokebot into ourfore.st codebase, one server instead of two.
|
||||
- merge tokebot into ourfore.st codebase, one server instead of two.
|
||||
- profile and userlist entry
|
||||
- -bot specific rank
|
||||
- bot specific rank
|
||||
- reset cooldown accessible from modmenu (quiet and loud, quiet by default)
|
||||
- log tokes w/ date to file. This will be switched to mariadb in the next update
|
||||
- tokefile, list of usernames with toke count. This will be switched to mariadb in the next update
|
||||
- total tokes listed on profile tooltip
|
||||
|
||||
* mod panel
|
||||
- mod panel
|
||||
- button on chatbar
|
||||
- mod message (sends message to all active mods)
|
||||
- new poll button
|
||||
|
|
@ -165,9 +165,9 @@ This is the first indev release for fore.st 1.1 Pineapple Express. This is the l
|
|||
- open playlist below video (if closed, otherwise this does not appear)
|
||||
- open playlist below video by default
|
||||
|
||||
* merge fore.st theme changes to fore.st dusk, consider moving some of them over to cytube.css for easier management
|
||||
- merge fore.st theme changes to fore.st dusk, consider moving some of them over to cytube.css for easier management
|
||||
|
||||
* extra shit(probs wait til next update, or hotfix)
|
||||
- extra shit(probs wait til next update, or hotfix)
|
||||
- short chats (acronyms, emoji, single letters/numbers/symbols) pop in over video from left starting at top left, overflow pops in below, instead of in chat box. Chats slide back up into top of vid after 2s. (optional, default on)
|
||||
- basic mod chat (save to mod channel + pm all online mods)
|
||||
- basic profile page (in side panel)
|
||||
|
|
|
|||
Loading…
Reference in a new issue