- 🚑 Fix steam accounts not restarting
- 🎨 app.js: prefer ternary operator
- 📝 readme: install production dependencies only
- ✏️ changelog: fix typo
- ✨ Add pretty script to format using prettier
- 🚀 Remove dependency on babel
- 🔧 Update .editorconfig
- 📝 Update Readme
- 🐛 Fix crash if database.json was not created already
- 🔨 Cleanup after conversion
- ✨ Add husky git-commit hooks
- 🐋 Update Dockerfile
- 🔥 Remove coffeelint.json
- 🔧 Add devDependencies
- 🐋 Update Dockerfile
- 🚀 Migrate from coffeescript to ES2016+ javascript!
- 📝 readme: add snyk.io vulnerabilities badge
- 📝 Add changelog
- 🔨 Use manageDB.read() where possible
- 🔧 Update .mailmap
- 👥 Add .mailmap
- 🔨 Move database migration code to own file
- 💥 Move config files to config folder
- 🔨 If there are no games do not login
- ✨ Add .yarnclean file
- 🐋 Add docker-compose.yml
- 🔥 Remove package-lock.json
- ✨ Integrate telegram bot into app.coffee
- 🐋 Use docker multistage feature
- 🐋 Add .dockerignore
- 🔨 Move database read/write logic to own file
- 🔥 Remove unused dependency
- 🚚 Fix telebot.gif path
- 🐛 Add missing require in user.coffee
- 🐋 Add Dockerfile
- 🚀 Modernize code
- ✨ Add .editorconfig
- 🔧 Update coffeelint.json
- 🚀 Modernize code
- ✨ Add .editorconfig
- 🔧 Update coffeelint.json
- Merge pull request #4 from M0V3/patch-1
- Fixed directory name in how to
- Fix telegraf-flow incompatibility
- Add telegram bot
- Minor code cleanup
- Update dependencies
- Generate 2fa code using callback
- Fix readLineSync error
- Use inquirer to select games
- Wait 1.5s for the sentry to be confirmed
- Always convert gameid to integer
- Reformat timeout error message
- Remove dead code
- Add missing_fat_arrows to coffeelint
- Make use of Promises
- Update steam-user to 3.11.0
- Prefer SteamTotp callback version
- Allow retry if 2FA failed
- Do not try to log off if steamguard failed earlier
- Optimize behaviour if steam guard is invalid
- Add support for 'npm start'
- Minor code reorganisations
- Remove debug code
- Simplify boost.coffee using lodash
- Cleanup boost.coffee
- Optimize indentation
- Remove superfluous 'loggedOn' event listeners
- When logging off set games played to none
- Bump steam-user version
- Fix various bugs
- Timestamp will now display 24h time
- Improve 'reliable connection' situation
- Change timestamp format
- Add minimal node version
- Improve handling of common errors
- Add coffeelint.json
- Add license (MIT)
- Add converter.coffee for old db.json style
- Do not prompt for steamguard code in boost.coffee
- Save sentry files automatically
- Initial commit