1
0
mirror of https://github.com/chylex/Discord-History-Tracker.git synced 2024-10-17 09:42:44 +02:00
Commit Graph

510 Commits

Author SHA1 Message Date
21af795ee6 Hopefully make it possible for non-win systems to run builds again 2017-05-21 03:03:24 +02:00
65a64b30bb Add persistence of settings using cookies 2017-05-21 01:08:41 +02:00
03bc03c51d Implement some tweaks and fixes for minification 2017-05-20 22:23:13 +02:00
ed68136e25 Reimplement uglifyjs prop mangling 2017-05-20 21:01:09 +02:00
c2f0134cf8 Tweak message shown when running script inside a channel 2017-05-20 16:07:10 +02:00
874b5282a7 Add a button to close the UI 2017-05-20 16:03:01 +02:00
6f9659fbad Fix formatting and minor issues in last PR 2017-05-20 15:39:28 +02:00
0a6c126e2e Merge pull request #8 from jahands/master
Use blob to allow larger downloads
2017-05-20 15:25:21 +02:00
0c335fb4bc Update readme 2017-05-20 15:21:59 +02:00
e96aa4fb96 Update readme 2017-05-20 15:20:36 +02:00
17bcf1da42 Generate track.html even if minification is disabled 2017-05-20 15:20:30 +02:00
64d277cb6d Remove google closure compiler 2017-05-20 15:19:48 +02:00
f9012638fd Push Node with preinstalled modules for easier building and update build.py
Closes #7
2017-05-20 14:57:05 +02:00
Jacob Hands
8c3a55eb58 Use blob to allow larger downloads 2017-05-19 21:06:03 -05:00
54cfe57c47 Update README.md 2016-12-03 19:28:37 +01:00
43917632bd Fix escaping of doubled formatting characters in renderer 2016-11-15 14:22:48 +01:00
f0de2709c2 Rewrite escaped formatting character handling in renderer 2016-11-15 13:49:44 +01:00
6a480f7e91 Merge branch 'master' of https://github.com/chylex/Discord-History-Tracker 2016-11-15 13:32:04 +01:00
ee8c923c3a Fix issues with no embed url rendering 2016-11-15 13:32:01 +01:00
23bafbf06f Update README.md 2016-11-03 17:41:59 +01:00
70484d9db2 Make the bookmark file build have a bookmarkable link 2016-11-03 16:31:20 +01:00
41124f4e8c Add track.html generator with a bookmark link into the build script 2016-11-03 02:03:40 +01:00
0c76900774 Add a Discord website check to the tracker 2016-11-03 02:03:06 +01:00
c52ee683fa Use last uploaded file name as the downloaded file in tracker 2016-11-03 01:35:14 +01:00
6637468a70 Show tracker settings after clicking Reset 2016-11-03 01:31:18 +01:00
9bb2d0a69a Add 'enableFormatting' to reserved words 2016-11-03 01:19:40 +01:00
f023c75f9e Add a renderer setting to toggle message formatting 2016-11-03 00:57:00 +01:00
737ea37c61 Refactor scr.gui.js to make checkboxes easier to setup in renderer settings 2016-11-03 00:54:14 +01:00
8e394ff1be Add an option to toggle image previews in renderer 2016-11-02 23:00:16 +01:00
babdafea01 Add a base for renderer settings modal 2016-11-02 22:59:57 +01:00
f1a6345385 Add an About button to renderer 2016-11-02 22:20:35 +01:00
8961569114 Add a base for modal dialogs in renderer 2016-11-02 22:20:11 +01:00
2e34c8c315 Reorder functions in scr.gui.js and add organizational comments 2016-11-02 19:56:59 +01:00
2a0e686d64 Refactor scr.state.js to use a sorter from scr.processor.js in renderer 2016-11-02 19:17:18 +01:00
d87fdd877f Add a WIP message processor with filters and sorters 2016-11-02 19:16:50 +01:00
082e6d0a1a Refactor and reorganize scr.state.js in renderer 2016-11-02 18:23:26 +01:00
b54ab16a39 Refactor savefile and state in renderer 2016-11-02 17:20:40 +01:00
c5b6e1d110 Add object iteration and combining functions to scr.utils.js 2016-11-02 17:20:22 +01:00
50f184cc09 Add scr.utils.js to renderer with a readJsonFile function, and refactor execution file 2016-11-02 17:20:07 +01:00
87ef25129e Restructure renderer style.css into multiple files 2016-11-02 16:34:56 +01:00
78561c9689 Add a separator class to renderer, rename previous separator to splitter and tweak the style 2016-11-01 20:04:59 +01:00
a10c1c993a Refactor pagination from scr.exec.js to scr.state.js in renderer 2016-11-01 17:26:26 +01:00
2c05220e19 Fix angled brackets around urls not getting removed in renderer 2016-11-01 16:50:15 +01:00
8ffdd8eaec Fix style of code elements, detection of inline code, and prevent formatting inside them 2016-11-01 16:37:26 +01:00
a71bb740c2 Rename the regex for escaped characters and add unescaped ones in renderer 2016-11-01 16:36:35 +01:00
823b4049f7 Fix detection of escaped asterisk in renderer 2016-11-01 16:35:51 +01:00
ab9eacc060 Improve the look of pagination buttons in renderer 2016-11-01 16:11:03 +01:00
d22163b358 Stop execution of tracker when automatically moving to Friends list 2016-11-01 16:10:38 +01:00
4db76900d3 Add handling of escaped formatting characters in renderer 2016-11-01 16:09:28 +01:00
454bc0fb39 Fix images going out of bounds in renderer 2016-11-01 15:56:29 +01:00