Sharkey/packages
dakkar 872258b04c embed git commit info in nodeinfo&c
this will make it much easier to debug problems for instances that run
unreleased versions!

when run on a tagged commit, `git describe --tags` prints the tag name;
otherwise it prints something like `2025.4.3-32-ga4c0ef824c` which
means:

- the closest tag is 2025.4.3
- there are 32 commits between that tag and this commit
- this commit's id is `a4c0ef824c` (the `g` is just a prefix)

notice that the version as reported by the frontend (in
`/about-sharkey` for example) is _not_ changed, that one is still
sourced from `/package.json` (so, for example, you don't get a
"sharkey has been updated!" pop-up every time)
2025-06-25 22:15:06 +01:00
..
backend embed git commit info in nodeinfo&c 2025-06-25 22:15:06 +01:00
frontend feat(frontend): Add Clone Button To Role Page 2025-06-20 21:12:51 +02:00
frontend-embed merge: Extract inline media from remote posts (resolves #1074, #1104, and #1105) (!1113) 2025-06-19 23:36:44 +00:00
frontend-shared merge: Fix uncaught exception hooks and add more shutdown logging. (!1111) 2025-06-13 07:14:28 +00:00
megalodon fix indents in megalodon files 2025-06-12 21:11:17 -04:00
misskey-bubble-game use uncaughtExceptionMonitor instead uncaughtException 2025-06-12 21:36:46 -04:00
misskey-js feat(frontend): Add Clone Button To Role Page 2025-06-20 21:12:51 +02:00
misskey-reversi use uncaughtExceptionMonitor instead uncaughtException 2025-06-12 21:36:46 -04:00
shared exclude storybook components from restricted globals rule 2025-04-02 10:42:04 -04:00
sw enable TypeScript incremental mode to speed up IDEs 2025-05-28 21:31:39 -04:00
meta.json refactoring 2021-11-12 02:02:25 +09:00