1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 12:55:55 +00:00
Commit graph

18 commits

Author SHA1 Message Date
SirStendec
7499f308a6 * Maintenance: Add workflow to automate builds of the main client for the user-script version of FFZ. 2024-10-24 13:35:58 -04:00
SirStendec
1c3e73e143 Dependency Maintenance
* Start using the [pnpm](https://pnpm.io/) package manager rather than npm.
* Replace `node-sass` with `sass`.
* Update versions of many dependencies
* Didn't yet update webpack to v5, since that'll be a mess.
* Clean some old build scripts out of package.json
2021-11-06 20:12:55 -04:00
SirStendec
6310a2ed49 4.20.22
This release implements a massive change to how link tool-tips and embeds work. They might act up a bit while we get the new back-end installed and tweaked.

* Added: Options to use custom formats for dates and times, under `Appearance > Localization`.
* Added: Options to change the colors of tool-tips.
* Changed: Completely rewrite how link information is formatted together with a complete rewrite of the link information service.
* Changed: The FFZ Control Center now remembers you previously open settings if you reload the page.
* Fixed: Update chat lines when i18n data loads.
* Fixed: i18n not correctly formatting certain numbers.
* Fixed: Theater mode automatically enabling on user home pages. (Closes #866)
* Fixed: Theater metadata overlapping chat with Swap Sidebars enabled. (Closes #835)
* API Added: New icons: `location`, `link`, and `volume-off`
* API Fixed: `createElement` not properly handling `<video>` related attributes.
2020-08-04 18:26:11 -04:00
SirStendec
38c87840af This is a maintenance commit with no released build.
* Added: `npm run font` command for editing the Fontello icon font. Use it to get started, then start the development server with `npm start` and changes will automatically save when you click `Export Font` from Fontello.
* Changed: The list of Fontello icons is now extracted from our Fontello config file so that it doesn't have to be manually updated.
2019-09-29 15:49:29 -04:00
SirStendec
7ecd45fcfb Clean up a bunch of linting stuff. Clean up event listeners in tooltips to stop potential memory leaks. 2018-04-02 03:30:22 -04:00
SirStendec
f506b512b4 Make JS X Again
* Configure the project to allow the use of JSX in .jsx files.
* Add linting for JSX.
* Rewrite most existing code that uses `createElement` to use JSX syntax.
* Stop importing `createElement as e`. That's what the minifier is for. And we don't have to write it manually so much now because of JSX syntax.
2018-04-01 18:24:08 -04:00
SirStendec
79e4b02e6b Add a setting for tab-completion of FFZ emotes. Process default values of settings with merge strategies. 2018-03-30 19:54:26 -04:00
SirStendec
f9f5f0affa The Big Linting Commit.
* Add linting for Vue files.
* Fix a bunch of linting problems in Vue files.
* Update README with notes about configuring editors.
2018-03-30 17:58:56 -04:00
Nils
419273f4dd
fix quotes in readme 2017-11-13 22:21:49 +01:00
SirStendec
262757a20d 4.0.0 Beta 1 2017-11-13 01:23:39 -05:00
SirStendec
35b0665618 3.5.369. Re-add Hide Promoted Games. Add high-DPI FFZ badges. Fix moderation card additional buttons with multiple commands. 2016-11-12 11:58:38 -05:00
SirStendec
830726432b Update licensing information. 2016-11-09 23:45:08 -05:00
SirStendec
a2c796f502 Update the year in README. 2016-10-01 15:00:12 -04:00
Fugiman
27f8354cf1 Fix initial setup, have dev server only listen on localhost. 2015-08-08 23:36:02 -07:00
SirStendec
5e286098d1 Moved the development server into the gulpfile and added it to the "gulp watch" command for easier development. Updated readme to reflect changes. 2015-02-08 04:06:56 -05:00
SirStendec
343a9c927b Convert all files to UNIX line endings. Why do I never pay attention to that when starting a project? ;_; 2015-01-20 01:53:18 -05:00
SirStendec
1663b8e2ea Update the readme for the changes to developer mode. 2015-01-15 14:10:52 -05:00
SirStendec
2e37e1970c Add a readme. 2015-01-12 18:07:44 -05:00