Commit graph

384 commits

Author SHA1 Message Date
Crawl
dd3fa0c2b7
fix: local clients time offset
fixes #92
2018-09-19 19:52:44 +02:00
Crawl
bacbb97fee
release: version upgrade 2018-09-16 00:23:47 +02:00
Crawl
282c9adb78
chore: upgrade packages 2018-09-16 00:22:59 +02:00
WebD
1b6c1f93bb feat: Add nix language support (#87) 2018-09-16 00:18:46 +02:00
Lasha Kanteladze
ede7590036 Adding every pawn language extensions (#90) 2018-09-16 00:17:52 +02:00
Crawl
56a18cc690
release: up version 2018-08-27 02:01:40 +02:00
Eugene
9ccd5baee5 Add WASM support (#83)
* Add WASM support

* Update languages.json
2018-08-27 01:31:14 +02:00
Crawl
18fdb08c02
release: patch to clean up deps 2018-08-25 21:18:42 +02:00
Crawl
b818b83f59
release: ubuntu patch 2018-08-25 21:03:36 +02:00
Crawl
cdb95a2674
release: upgrade version 2018-08-18 21:18:27 +02:00
Crawl
7559fc9b86
feat: add nim langauge 2018-08-18 21:14:43 +02:00
Crawl
a19afaadd9
Merge branch 'master' of https://github.com/iCrawl/discord-vscode 2018-08-18 21:14:34 +02:00
Crawl
42dff4a64f
chore: update packages 2018-08-18 21:14:07 +02:00
Crawl
ae3e2e554e
chore: update license 2018-08-18 21:13:52 +02:00
Sascha
b3963fdce6 add support for .sp files (SourcePawn) (#79) 2018-08-18 21:07:30 +02:00
Crawl
9d23cb23bd
release: 2.7.0 2018-07-21 21:27:10 +02:00
Crawl
db42b16936
feat: add cshtml 2018-07-21 20:55:54 +02:00
Crawl
494672a464
chore: update deps 2018-07-21 20:55:36 +02:00
Crawl
f989319bd2
fix: login now uses an object instead of parameters 2018-07-03 04:45:24 +02:00
Crawl
a6bd7df5a4
chore: upgrade packages 2018-07-03 04:44:52 +02:00
Crawl
c14809988c
release: up version 2018-06-18 13:08:26 +02:00
Crawl
97316635cc
chore: remove useless html in markdown 2018-06-18 13:08:18 +02:00
Crawl
042e77708d
feat: pawn support 2018-06-18 13:07:30 +02:00
Crawl
52c871fb96
chore: upgrade deps 2018-06-18 13:07:17 +02:00
Jordan Brown
1ca2e6e548 Adds DreamMaker support (#71) 2018-06-18 12:55:29 +02:00
Kshitij Sharma
a7261cce3b Updated package.json (#70)
As, its details.Debugging shouldn't it be, "Debugging {filename}" as opposed to "Editing {filename}" similar to how it is in discord.lowerDetailsDebugging
2018-06-15 11:43:52 +02:00
Oscar - Archived (I think)
302a66a100 Fix an annoying typo. (#65)
* Fix an annoying typo.

* Update extension.ts
2018-06-06 20:42:10 +02:00
Crawl
5e167a5f7f
release: version up 2018-05-01 15:22:10 +02:00
Frangu Vlad
4fd0d2eb5e feat: Add current column to the details section (#60)
* Add current column

* Update package.json

* Fix bugs!!!
2018-05-01 15:16:59 +02:00
Frangu Vlad
3906cde96a [RFC] Change the activity setter if you are in the same file (#59)
* Remove the blocker for the activity setter

* Do this properly
2018-05-01 15:16:24 +02:00
Crawl
481bad2330
release: up version 2018-04-30 11:46:09 +02:00
Crawl
dbb504c1fe
refactor: use interface instead of type 2018-04-30 11:36:49 +02:00
Frangu Vlad
389757d7e2 rewrite: generateDetails, add support for line numbers and file sizes and much more (#58) 2018-04-30 11:28:20 +02:00
Frangu Vlad
6ae9d98730 docs: Improve documentation for all options (#56)
* 💬 Update details for all options

* I'm as consistent as rocks

* Clearer
2018-04-29 16:36:07 +02:00
Frangu Vlad
29ddf87284 Don't show a timer on idle (#57)
Not needed anyways, and buggy to say the least.
2018-04-29 16:35:37 +02:00
Crawl
16ab8c85c5
release: version up 2018-03-30 08:39:11 +02:00
Crawl
9b82da7545
tslint check 2018-03-30 03:22:56 +02:00
Crawl
7518a98b2d
update version 2018-03-30 02:56:44 +02:00
Frangu Vlad
56f65fc5e1 Cleanup (#44) 2018-02-23 16:13:02 +01:00
Frangu Vlad
8fc1461fff Allow people to set the state or details section to be empty (#47) 2018-02-13 01:11:28 +01:00
iCrawl
24f1d51f06
release: version up 2018-02-07 13:40:11 +01:00
Frangu Vlad
e82b783ffb Fix image null (#43) 2018-02-07 13:38:15 +01:00
ItsPugle
1e63a4add6 Adding fork link & clone fork not origin 😄 (#33) 2018-02-06 17:59:37 +01:00
iCrawl
c54b07752d
release: up version 2018-02-06 17:57:57 +01:00
Frangu Vlad
3377934070 Add myself to the contributors (#40)
* Add myself to the contributors

* Request
2018-02-04 17:29:40 +01:00
Frangu Vlad
2d91d4f86e fix: Disable command not working well (#37)
* Fix the disable command
Due to update being a Thenable, and config not updating when changes happen,
the code would never know that it has been disabled.
Now it does!

* Do Crawl's request
2018-02-04 17:13:19 +01:00
Frangu Vlad
5685bfc522 fix: Desync issues with config updates (#38)
* Fix desync issues with config updates
requireing a reload

* Update the config before setting the activity
2018-02-04 17:13:09 +01:00
Frangu Vlad
e83619ae37 Allow the language key to be added to the largeImage (#39)
Naming for the params can be changed, but as it currently stands, it represents
the language extension
2018-02-04 17:06:42 +01:00
iCrawl
06be6e722d
release: up version 2018-01-06 19:09:48 +01:00
Zachary Kohnen
842873b4cd Reconnection bugfixes and improvements (#30)
* Reconnect bugfix

* one line

* added to the readme
2018-01-06 19:08:30 +01:00