Skip to content

Releases: taciturnaxolotl/grolf

v0.3.1

27 Aug 21:35
5ee011e
Compare
Choose a tag to compare

Changelog

Full Commit Log: https://github.com/kcoderhtml/grolf/commits/v0.3.1

[0.3.1] - 2024-08-27

🚀 Features

  • Add description of Grolf in README.md
  • Add thread image to README.md
  • Improve README.md with Grolf description and thread image
  • Add grolf logo
  • Migrate to new arcade api
  • Implement check for arcadeSessionData
  • Improve error handling for arcade API request
  • Add error handling for arcade API request in fetch.ts
  • Add url to the text field in the slack message to hopefully fix hakkun issues

📚 Documentation

  • Add inline images and improve the readme
  • Make the systemctl section a tip
  • Adding funny meme svg to readme
  • Move svg to better fit text
  • Change svg size again
  • Update image links to be absolute
  • Add padding to images
  • Add auto restart to systemd service

⚙️ Miscellaneous Tasks

  • Update deployment method to use systemctl service file
  • Increase session expiration time to 30 minutes
  • Removed unnused import
  • Bump package.json version to 0.3.1

Bug

  • Fix unique constraint failing because of default "" value on github user
  • Use Key instead of bearer

v0.3.0

15 Aug 00:33
a445f8b
Compare
Choose a tag to compare

Changelog

Full Commit Log: https://github.com/kcoderhtml/grolf/commits/v0.3.0

[0.3.0] - 2024-08-15

🚀 Features

  • Handle errs in view updating
  • Allow changing the user's username
  • Add a command to change your username!
  • Add instructions on how to use grolf in the home screen
  • Add more instructions in the apphome
  • Add 5 minute grace period
  • Ignore github actions
  • Ignore new repos being created

📚 Documentation

  • Add command to the docs
  • Add usage instructions
  • Fix formating issues
  • Add more formating changes

⚙️ Miscellaneous Tasks

  • Pretify
  • Ignore prisma migrations
  • Reformat icons
  • Ignore dependabot
  • Bump version to 0.3.0

Bug

  • Move ts expect error comments to correct lines
  • Return proper response object for github actions
  • Actualy fix repo adding

v0.2.4

12 Aug 20:21
6e6803d
Compare
Choose a tag to compare

Changelog

Full Commit Log: https://github.com/kcoderhtml/grolf/commits/v0.2.4

[0.2.4] - 2024-08-12

🚀 Features

  • Add Slack notification for successful fetch

⚙️ Miscellaneous Tasks

  • Add license information to README.md
  • Update version to 0.2.4

v0.2.3

02 Aug 14:12
e4a2588
Compare
Choose a tag to compare

Changelog

Full Commit Log: https://github.com/kcoderhtml/grolf/commits/v0.2.3

[0.2.3] - 2024-08-02

🚀 Features

  • Add prisma schema
  • Prisma switch part 1
  • Update githubHandler to use prisma
  • Added new close message for finished onboarding
  • Ignore github app uninstalls during onboarding process
  • Add prisma compatible docker file

📚 Documentation

  • Remove space
  • Title update
  • Add updated dev instructions

⚙️ Miscellaneous Tasks

  • Remove the installation step check
  • Migrate apphome over to prisma
  • Update user ID reference in appHome.ts
  • Update fetchHandler to use Prisma for updating user installation status
  • Update gitignore
  • Remove the rest of the drizzle stuff
  • Invert arcade session done to properly match logic
  • Move to increment for analytics
  • Update package.json version to 0.2.3

Bug

  • Fix app home analytics sorting
  • Update analytics incrementing so that it handles null values

v0.2.2

01 Aug 18:29
4e3c33c
Compare
Choose a tag to compare

Changelog

Full Commit Log: https://github.com/kcoderhtml/grolf/commits/v0.2.2

[0.2.2] - 2024-08-01

🚀 Features

  • Demo grolf

⚙️ Miscellaneous Tasks

  • Update package.json version to 0.2.2

Bug

  • Remove too long signup message title

v0.2.1

16 Jul 22:23
625a8b8
Compare
Choose a tag to compare

Changelog

Full Commit Log: https://github.com/kcoderhtml/grolf/commits/v0.2.1

[0.2.1] - 2024-07-16

🚀 Features

  • Put the raw commit or release url in the context portion
  • Add settings field to db
  • Add update settings function and export it
  • Add toggle button for app status in appHome settings menu
  • Add bar graphs for analytics for non admins
  • Show admin list at the bottom of the app home screen
  • Add reload button to appHome settings menu for non admins
  • Update reloadHandler to improve user authorization messages
  • All commit message templates now include the commit message!!! :blobby-bacon:
  • Add fetch disabled message for when the bot is disabled
  • Update fetch action titles for better user experience

⚙️ Miscellaneous Tasks

  • Make the non admin authorization message less anoying
  • Remove redundant ` for code formating
  • Update package.json version to 0.2.1

Bug

  • Properly invert the allowed boolean :blobby-bacon:
  • Fix yaml formating issue :blobby-bacon:

v0.2.0

08 Jul 13:50
b7bf313
Compare
Choose a tag to compare

Changelog

Full Commit Log: https://github.com/kcoderhtml/grolf/commits/v0.2.0

[0.2.0] - 2024-07-08

🚀 Features

  • Improve thread interaction by sending a message instead of opening a modal
  • Update fetch success message to use a template
  • Update fetch success message to use a template
  • Add a release template
  • Chnage how the expired message is displayed
  • Add analytics page
  • Update analytics section in appHome.ts
  • Log installation analytics and commit analytics
  • Add bar graphs for analytics
  • Add users to appHome settings menu

🐛 Bug Fixes

  • Make 'day' column unique in the 'analytics' table

📚 Documentation

  • Update readme with nest

⚙️ Miscellaneous Tasks

  • Remove console.log statement in fetch.ts
  • Remove < at the start of the commit mesage
  • Fix message templates for commits
  • Update package.json version to 0.2.0

v0.1.1

06 Jul 18:25
2820512
Compare
Choose a tag to compare

Changelog

Full Commit Log: https://github.com/kcoderhtml/grolf/commits/v0.1.1

[0.1.1] - 2024-07-06

⚙️ Miscellaneous Tasks

  • Remove seed.ts
  • Move db location to data
  • Dump version to 0.1.1

v0.1.0

06 Jul 16:43
9010aaf
Compare
Choose a tag to compare

Changelog

Full Commit Log: https://github.com/kcoderhtml/grolf/commits/v0.1.0

[0.1.0] - 2024-07-06

🚀 Features

  • Add drizzle migrations on program load
  • Allow drizzle in git ignore
  • Update logging about expired sessions to handle no user found without crashing

⚙️ Miscellaneous Tasks

  • Update Dockerfile to include templates.yaml and create db directory
  • Move dockerfile to user bun instead of building
  • Update package.json version to 0.1.0
  • Update migrations in migrate.ts to include migrationsSchema and migrationsTable
  • Update drizzle metadata with new snapshot ID

v0.0.6

06 Jul 15:41
2945a64
Compare
Choose a tag to compare

Changelog

Full Commit Log: https://github.com/kcoderhtml/grolf/commits/v0.0.6

[0.0.6] - 2024-07-06

⚙️ Miscellaneous Tasks

  • Limit log message length to 2500 characters
  • Refactor release deletion handling code
  • Update package.json version to 0.0.6