Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Releases: thepurplebubble/magic-mirror

v0.3.0

17 Jul 21:28
2b53995
Compare
Choose a tag to compare
hotfix 2

v0.2.2

08 Jul 20:16
bf1198b
Compare
Choose a tag to compare

Changelog

Full Commit Log: https://github.com/thepurplebubble/magic-mirror/commits/v0.2.2

[0.2.2] - 2024-07-08

⚙️ Miscellaneous Tasks

  • Update Dockerfile to fix file path in CMD command
  • Update cliff.yaml to include latest changes in the changelog
  • Bump package.json version to 0.2.2

v0.2.1

08 Jul 20:08
94d05a7
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Changelog

Full Commit Log: https://github.com/thepurplebubble/magic-mirror/commits/v0.2.1

[0.2.1] - 2024-07-08

🚀 Features

  • Add ADMINS environment variable to compose.yaml
  • Update the docker file to use the node bun image as base

⚙️ Miscellaneous Tasks

  • Change docker-compose.yaml to update server port mapping
  • Update Bun Docker image version to 1.1.18 and include Prisma updates
  • Update Dockerfile to optimize build process and include Prisma updates
  • Bump version

v0.2.0

08 Jul 00:40
0707207
Compare
Choose a tag to compare

Changelog

Full Commit Log: https://github.com/thepurplebubble/magic-mirror/commits/v0.2.0

[0.2.0] - 2024-07-08

🚀 Features

  • Made message syncing simpler and actauly working both ways!
  • Add appHome function for handling app home tab opening event
  • Make the settings menu work!
  • Add a reusable blocks function
  • Add analytics section to settings menu
  • Add admin list to settings menu
  • Update appHome settings menu with seperate toggle button for app status
  • Consolidate logging for app home
  • Add fileBlocks to mirror function for displaying file links
  • Handle empty blocks case
  • Add analytics model and update mirror function to track synced messages and new threads
  • Add analytics data to settings menu blocks
  • Add barChartGenerator function
  • Update appHome to display bar charts for messages and threads over the last 5 days
  • Update barChartGenerator to include dataPoint parameter
  • Display label as day of the week short
  • Sort analytics data by day in appHome.ts
  • Update bar chart gen method
  • Add reloadDashboard function to appHome.ts
  • Update mirror.ts to include message update functionality
  • Add condition to skip updating message if it is in a thread

🐛 Bug Fixes

  • Include full timestamp in day variable in mirror.ts

🚜 Refactor

  • Update mirror function to handle user_team property in message object
  • Update mirror function to handle user_team property in message object

📚 Documentation

  • Update Docker guide reference to Bun Docker guide

⚙️ Miscellaneous Tasks

  • Update compose.yaml to use 'unless-stopped' restart policy
  • Update Dockerfile and package.yaml for image and package publishing
  • Remove channel list and use channel values instead
  • Add Settings model for app configuration and an enabled setting
  • Remove unused context params in the message listeners
  • Update getEnabled function to fix bug preventing mirror function execution
  • Add ts expect error for the toggle functions
  • Move emoji on analytics to the side
  • Remove unused import in mirror.ts
  • Remove console.log in mirror.ts
  • Run prettier
  • Run prettier again
  • Remove unneeded console.log
  • Remove unused convertToMonaspace function
  • Update package.json version to 0.2.0

Bug

  • Fix no image messages not being sent

Changelog

Full Commit Log: https://github.com/thepurplebubble/magic-mirror/commits/v0.1.1

[0.1.1] - 2024-07-03

⚙️ Miscellaneous Tasks

  • Fix docker image
  • Update package.yaml for publishing package
  • Update Dockerfile to fix build command
  • Update Dockerfile to include bun install command
  • Update Dockerfile and package.yaml for image and package publishing
  • Update package.yaml for image and package publishing
  • Combine build and push into one action
  • Hardcode name
  • Update login action
  • Update package.yaml to use actor's GitHub token for Docker login
  • Update tag strategy

Bug

  • Revert tag switching

Changelog

Full Commit Log: https://github.com/thepurplebubble/magic-mirror/commits/v0.1.0

[0.1.0] - 2024-07-03

Bug

  • Remove the latest tag from cliff

Changelog

Full Commit Log: https://github.com/thepurplebubble/magic-mirror/commits/bun

[bun] - 2024-07-02

⚙️ Miscellaneous Tasks

  • Update package.json scripts and dependencies to migrate to bun
  • Rip out a bunch of stuff to make way for slack edge
  • Fix various things

v0.1.1

03 Jul 15:47
ab276a9
Compare
Choose a tag to compare

Changelog

Full Commit Log: https://github.com/thepurplebubble/magic-mirror/commits/v0.1.1

[0.1.1] - 2024-07-03

⚙️ Miscellaneous Tasks

  • Fix docker image
  • Update package.yaml for publishing package
  • Update Dockerfile to fix build command
  • Update Dockerfile to include bun install command
  • Update Dockerfile and package.yaml for image and package publishing
  • Update package.yaml for image and package publishing
  • Combine build and push into one action
  • Hardcode name
  • Update login action
  • Update package.yaml to use actor's GitHub token for Docker login
  • Update tag strategy

Bug

  • Revert tag switching

Changelog

Full Commit Log: https://github.com/thepurplebubble/magic-mirror/commits/v0.1.0

[0.1.0] - 2024-07-03

Bug

  • Remove the latest tag from cliff

Changelog

Full Commit Log: https://github.com/thepurplebubble/magic-mirror/commits/bun

[bun] - 2024-07-02

⚙️ Miscellaneous Tasks

  • Update package.json scripts and dependencies to migrate to bun
  • Rip out a bunch of stuff to make way for slack edge
  • Fix various things

v0.1.0

03 Jul 13:58
e2215c3
Compare
Choose a tag to compare

Changelog

Full Commit Log: https://github.com/thepurplebubble/magic-mirror/commits/v0.1.0

[0.1.0] - 2024-07-03

Bug

  • Remove the latest tag from cliff

Changelog

Full Commit Log: https://github.com/thepurplebubble/magic-mirror/commits/bun

[bun] - 2024-07-02

⚙️ Miscellaneous Tasks

  • Update package.json scripts and dependencies to migrate to bun
  • Rip out a bunch of stuff to make way for slack edge
  • Fix various things