-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update to 2.5.4 #28
update to 2.5.4 #28
Commits on Apr 10, 2020
-
set lang attr on <html> according to user's choice
Signed-off-by: BinotaLIU <binota@binota.org>
Configuration menu - View commit details
-
Copy full SHA for 2453b2a - Browse repository at this point
Copy the full SHA 2453b2aView commit details -
set default lang attr for note to 'en'
Signed-off-by: BinotaLIU <binota@binota.org>
Configuration menu - View commit details
-
Copy full SHA for bdd2de7 - Browse repository at this point
Copy the full SHA bdd2de7View commit details -
escape attribute value for lang
Signed-off-by: BinotaLIU <binota@binota.org>
Configuration menu - View commit details
-
Copy full SHA for 9b899c7 - Browse repository at this point
Copy the full SHA 9b899c7View commit details
Commits on Sep 10, 2020
-
Convert "include" directives to functions
Signed-off-by: Tamotsu Takahashi <ttakah@gmail.com>
Tamotsu Takahashi committedSep 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 3df0903 - Browse repository at this point
Copy the full SHA 3df0903View commit details
Commits on Sep 11, 2020
-
Make permission labels translatable.
hackmdio#1581 (comment) Signed-off-by: Tamotsu Takahashi <ttakah@gmail.com>
Tamotsu Takahashi committedSep 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 0aff524 - Browse repository at this point
Copy the full SHA 0aff524View commit details -
Make permission and status translatable
Move HTML from JS to EJS. hackmdio#1581 (comment) hackmdio#1581 (comment) Signed-off-by: Tamotsu Takahashi <ttakah@gmail.com>
Tamotsu Takahashi committedSep 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 66fdf7b - Browse repository at this point
Copy the full SHA 66fdf7bView commit details -
Make "Expand all" translatable
Move HTML from JS to EJS I don't know how to register i18n helper to handlebars, so "export to raw HTML" has not been touched. You can do the same for html.hbs if you want. Signed-off-by: Tamotsu Takahashi <ttakah@gmail.com>
Tamotsu Takahashi committedSep 11, 2020 Configuration menu - View commit details
-
Copy full SHA for dec2f98 - Browse repository at this point
Copy the full SHA dec2f98View commit details -
hackmdio#1580 (comment) Signed-off-by: Tamotsu Takahashi <ttakah@gmail.com>
Tamotsu Takahashi committedSep 11, 2020 Configuration menu - View commit details
-
Copy full SHA for ffac645 - Browse repository at this point
Copy the full SHA ffac645View commit details
Commits on Sep 25, 2020
-
Fix matchInContainer false positives
The function should match only the beginnings of lines. For example, see this testcase: ``` :::spoiler here is a ::: ::: ::: ``` The last line should be completed. Without this patch, the third line is completed and the last is not. Signed-off-by: Tamotsu Takahashi <ttakah@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ac43db8 - Browse repository at this point
Copy the full SHA ac43db8View commit details
Commits on Nov 21, 2020
-
Signed-off-by: Joachim Mathes <joachim_mathes@web.de>
Configuration menu - View commit details
-
Copy full SHA for 0ec949d - Browse repository at this point
Copy the full SHA 0ec949dView commit details
Commits on May 12, 2021
-
simplify the regex suggested by yukaii in hackmdio#1605 Co-authored-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4002306 - Browse repository at this point
Copy the full SHA 4002306View commit details
Commits on May 13, 2021
-
simplify the regex suggested by yukaii in hackmdio#1605 Co-authored-by: Yukai Huang <yukaihuangtw@gmail.com> Signed-off-by: Tamotsu Takahashi <ttakah@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ad1bfa6 - Browse repository at this point
Copy the full SHA ad1bfa6View commit details -
Merge branch 'patch-1' of https://github.com/tamo/codimd into patch-1
Tamotsu Takahashi committedMay 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 9343d32 - Browse repository at this point
Copy the full SHA 9343d32View commit details -
fix: handle when request url has no valid referer
Signed-off-by: Max Wu <jackymaxj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5e70965 - Browse repository at this point
Copy the full SHA 5e70965View commit details -
fix: avoid append zero suffix on exporting user data
Signed-off-by: Max Wu <jackymaxj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for db5fc50 - Browse repository at this point
Copy the full SHA db5fc50View commit details -
Merge pull request hackmdio#1680 from hackmdio/bugfix/fix-export-user…
…-data-filename-zero Avoid append zero suffix on exporting user data
Configuration menu - View commit details
-
Copy full SHA for 3af5408 - Browse repository at this point
Copy the full SHA 3af5408View commit details -
Merge pull request hackmdio#1679 from hackmdio/bugfix/fix-no-referrer…
…-for-return-url Handle when request url has no valid referer
Configuration menu - View commit details
-
Copy full SHA for 54f6e55 - Browse repository at this point
Copy the full SHA 54f6e55View commit details -
fix: S3 client config passing for image upload
ref issue: aws/aws-sdk-js-v3#1396 Signed-off-by: Max Wu <jackymaxj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a41c4db - Browse repository at this point
Copy the full SHA a41c4dbView commit details -
feat: add TeX mhchem extensions for MathJax
Signed-off-by: Max Wu <jackymaxj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e9293b0 - Browse repository at this point
Copy the full SHA e9293b0View commit details
Commits on May 18, 2021
-
feat: bump package-lock codimd version
Signed-off-by: Max Wu <jackymaxj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a913c61 - Browse repository at this point
Copy the full SHA a913c61View commit details -
feat: upgrade flowchart.js to version 1.15.0
Signed-off-by: Max Wu <jackymaxj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b6837f1 - Browse repository at this point
Copy the full SHA b6837f1View commit details
Commits on May 19, 2021
-
Merge pull request hackmdio#1683 from hackmdio/bugfix/fix-image-uploa…
…d-s3-config Fix S3 client config passing for image upload
Configuration menu - View commit details
-
Copy full SHA for 599fd41 - Browse repository at this point
Copy the full SHA 599fd41View commit details
Commits on May 25, 2021
-
Merge pull request hackmdio#1684 from hackmdio/feature/support-mhchem…
…-mathjax Add TeX mhchem extensions for MathJax
Configuration menu - View commit details
-
Copy full SHA for b27f147 - Browse repository at this point
Copy the full SHA b27f147View commit details -
Merge pull request hackmdio#1685 from hackmdio/feature/upgrade-flowch…
…art.js-1.15.0 Upgrade flowchart.js to version 1.15.0
Configuration menu - View commit details
-
Copy full SHA for 8c20d9f - Browse repository at this point
Copy the full SHA 8c20d9fView commit details
Commits on May 28, 2021
-
Signed-off-by: Raccoon <raccoon@hackmd.io>
Configuration menu - View commit details
-
Copy full SHA for 2338113 - Browse repository at this point
Copy the full SHA 2338113View commit details
Commits on Jun 10, 2021
-
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 34f502c - Browse repository at this point
Copy the full SHA 34f502cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71dce28 - Browse repository at this point
Copy the full SHA 71dce28View commit details -
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2432397 - Browse repository at this point
Copy the full SHA 2432397View commit details -
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dcfdb01 - Browse repository at this point
Copy the full SHA dcfdb01View commit details
Commits on Jun 12, 2021
-
fix: should not clear guest history when guest pin note
Signed-off-by: Raccoon <raccoon@hackmd.io>
Configuration menu - View commit details
-
Copy full SHA for b6d5db3 - Browse repository at this point
Copy the full SHA b6d5db3View commit details
Commits on Jun 16, 2021
-
Merge pull request hackmdio#1694 from hackmdio/chore/github-actions
Run CI with GitHub Actions
Configuration menu - View commit details
-
Copy full SHA for 282fcab - Browse repository at this point
Copy the full SHA 282fcabView commit details -
feat: implement CSRF token in export user data
Signed-off-by: Raccoon <raccoon@hackmd.io>
Configuration menu - View commit details
-
Copy full SHA for 0280a2e - Browse repository at this point
Copy the full SHA 0280a2eView commit details -
fix: profile dropdown should not set active class
Signed-off-by: Raccoon <raccoon@hackmd.io>
Configuration menu - View commit details
-
Copy full SHA for b8203ae - Browse repository at this point
Copy the full SHA b8203aeView commit details -
fix: strip html tags for gist id to avoid stored XSS on showing error…
… [Security Issue] Signed-off-by: Max Wu <jackymaxj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6966881 - Browse repository at this point
Copy the full SHA 6966881View commit details -
fix: strip html tags for gist file, gist line, gist highlight line, g…
…ist show loading attrtributes Signed-off-by: Max Wu <jackymaxj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2eefe77 - Browse repository at this point
Copy the full SHA 2eefe77View commit details -
feat: upgrade mermaid to version 8.10.1
to avoid mermaid prototype pollution mermaid-js/mermaid#1940 Signed-off-by: Max Wu <jackymaxj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e75e28c - Browse repository at this point
Copy the full SHA e75e28cView commit details -
feat: upgrade mermaid to version 8.10.2
Signed-off-by: Max Wu <jackymaxj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 16a1e82 - Browse repository at this point
Copy the full SHA 16a1e82View commit details -
Merge pull request hackmdio#1691 from hackmdio/bugfix/fix-gist-id-sto…
…red-XSS Strip HTML tags for gist id to avoid stored XSS on showing error [Security Issue]
Configuration menu - View commit details
-
Copy full SHA for 82b7800 - Browse repository at this point
Copy the full SHA 82b7800View commit details -
Merge pull request hackmdio#1690 from hackmdio/feature/upgrade-mermai…
…d-8.10.1 Upgrade mermaid to version 8.10.2 to avoid prototype pollution
Configuration menu - View commit details
-
Copy full SHA for e623b72 - Browse repository at this point
Copy the full SHA e623b72View commit details -
Merge pull request hackmdio#1688 from hackmdio/chore/dev-container
Add dev container for GitHub Codespaces and VSCode remote container
Configuration menu - View commit details
-
Copy full SHA for 1bdedf1 - Browse repository at this point
Copy the full SHA 1bdedf1View commit details
Commits on Jul 5, 2021
-
Signed-off-by: YadominJinta <i@yadom.in>
Configuration menu - View commit details
-
Copy full SHA for 9c280b0 - Browse repository at this point
Copy the full SHA 9c280b0View commit details
Commits on Jul 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6b8950d - Browse repository at this point
Copy the full SHA 6b8950dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b78202 - Browse repository at this point
Copy the full SHA 4b78202View commit details -
Merge pull request hackmdio#1580 from tamo/master
Convert "include" directives to functions
Configuration menu - View commit details
-
Copy full SHA for 620197f - Browse repository at this point
Copy the full SHA 620197fView commit details -
Merge pull request hackmdio#1587 from tamo/more-i18n
Move HTML-related code from JS to EJS to enable more i18n
Configuration menu - View commit details
-
Copy full SHA for e7a5ea8 - Browse repository at this point
Copy the full SHA e7a5ea8View commit details -
Merge pull request hackmdio#1701 from YadominJinta/develop
Add arm64 docker image build.
Configuration menu - View commit details
-
Copy full SHA for 3b1e270 - Browse repository at this point
Copy the full SHA 3b1e270View commit details
Commits on Jul 31, 2021
-
fix: may referernce out of bound index in clearDuplicatedHistory
Signed-off-by: Raccoon <raccoon@hackmd.io>
Configuration menu - View commit details
-
Copy full SHA for b2e2743 - Browse repository at this point
Copy the full SHA b2e2743View commit details
Commits on Aug 23, 2021
-
feat: add organizations whitelist to GitHub OAuth
Currently CodiMD does not support limiting access of GitHub OAuth users based on their organization membership. This is a very useful functionality for teams that want to limit write access to their notes. I've implemented a crude solution to this problem, which most probably requires some adjusments to make it better. I'm not sure if this implementation is kosher, but it definitely works on my deployment. Open to suggestions on how I can improve it. Signed-off-by: Jakub Sokołowski <jakub@status.im>
Configuration menu - View commit details
-
Copy full SHA for 0d1cd1d - Browse repository at this point
Copy the full SHA 0d1cd1dView commit details
Commits on Sep 27, 2021
-
chore: upgrade codemirror to 5.61.3
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 80fc6bc - Browse repository at this point
Copy the full SHA 80fc6bcView commit details
Commits on Oct 14, 2021
-
Documentation - add Music section and move abc abd fretboard to this …
…section Signed-off-by: Bruno Duyé <brunetton@brunetton.org>
Configuration menu - View commit details
-
Copy full SHA for d627d9f - Browse repository at this point
Copy the full SHA d627d9fView commit details
Commits on Oct 15, 2021
-
Merge pull request hackmdio#1706 from hackmdio/fix/incorrect-array-in…
…dex-reference-in-clearDuplicatedHistory fix: may referernce out of bound index in clearDuplicatedHistory
Configuration menu - View commit details
-
Copy full SHA for 5db11d2 - Browse repository at this point
Copy the full SHA 5db11d2View commit details -
Merge pull request hackmdio#1695 from hackmdio/feat/csrf-export-user-…
…data Feat/csrf export user data
Configuration menu - View commit details
-
Copy full SHA for e45194e - Browse repository at this point
Copy the full SHA e45194eView commit details
Commits on Oct 19, 2021
-
chore: bump meta-marked to 0.5.0
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c013c22 - Browse repository at this point
Copy the full SHA c013c22View commit details -
chore: remove unused uglifyjs-webpack-plugin dep
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e1ea214 - Browse repository at this point
Copy the full SHA e1ea214View commit details -
feat: deprecate sequelize.import usage
- https://sequelize.org/master/manual/models-definition.html - hackmdio#1579 Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 08592f8 - Browse repository at this point
Copy the full SHA 08592f8View commit details
Commits on Oct 22, 2021
-
Merge pull request hackmdio#1724 from hackmdio/refactor/sequelize-import
sequelize.import deprecation
Configuration menu - View commit details
-
Copy full SHA for 5b564c6 - Browse repository at this point
Copy the full SHA 5b564c6View commit details -
chore: upgrade codemirror to 5.63.2
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bfda919 - Browse repository at this point
Copy the full SHA bfda919View commit details
Commits on Oct 25, 2021
-
Merge pull request hackmdio#1716 from hackmdio/chore/upgrade-codemirror
Upgrade codemirror to 5.63.2
Configuration menu - View commit details
-
Copy full SHA for 32f3246 - Browse repository at this point
Copy the full SHA 32f3246View commit details -
Merge pull request hackmdio#1723 from hackmdio/chore/remove-uglifyjs
chore: remove unused uglifyjs-webpack-plugin dep
Configuration menu - View commit details
-
Copy full SHA for ded6b58 - Browse repository at this point
Copy the full SHA ded6b58View commit details
Commits on Oct 31, 2021
-
Update README.md to remove IE from supporting list
Signed-off-by: Max Wu <jackymaxj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 54e5b93 - Browse repository at this point
Copy the full SHA 54e5b93View commit details
Commits on Jan 6, 2022
-
Fix fence class array initialization
Signed-off-by: Vincent Nadoll <vincent.nadoll@googlemail.com>
Configuration menu - View commit details
-
Copy full SHA for adb0dd5 - Browse repository at this point
Copy the full SHA adb0dd5View commit details
Commits on Jan 17, 2022
-
better german Signed-off-by: NotYourBusiness <NotYourBusiness>
TJ authored and NotYourBusiness committedJan 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 212d8b3 - Browse repository at this point
Copy the full SHA 212d8b3View commit details
Commits on Jan 18, 2022
-
Merge pull request hackmdio#1741 from rubstudent/develop
Update de.json
Configuration menu - View commit details
-
Copy full SHA for be3b2a9 - Browse repository at this point
Copy the full SHA be3b2a9View commit details -
doc(release-note): Releaes 2.4.1
Signed-off-by: Raccoon <raccoon@hackmd.io>
Configuration menu - View commit details
-
Copy full SHA for ce1b1cc - Browse repository at this point
Copy the full SHA ce1b1ccView commit details
Commits on Mar 3, 2022
-
🐛 [fix] modify replacement rule for disqus short-name
Signed-off-by: chenxuanzzy <chenxsuan019@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 07cfb29 - Browse repository at this point
Copy the full SHA 07cfb29View commit details
Commits on May 6, 2022
-
s3 support multiple cloud providers: hackmdio#1761
Signed-off-by: blademainer <blademainer@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1a38aaa - Browse repository at this point
Copy the full SHA 1a38aaaView commit details -
s3 support multiple cloud providers: hackmdio#1761
Signed-off-by: blademainer <blademainer@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7b1e4e3 - Browse repository at this point
Copy the full SHA 7b1e4e3View commit details
Commits on Aug 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e6d2b7a - Browse repository at this point
Copy the full SHA e6d2b7aView commit details
Commits on Aug 6, 2022
-
doc(release-note): change release version to 2.4.2
Signed-off-by: Raccoon <raccoon@hackmd.io>
Configuration menu - View commit details
-
Copy full SHA for b55bf97 - Browse repository at this point
Copy the full SHA b55bf97View commit details -
Merge pull request hackmdio#1742 from hackmdio/develop
Release 2.4.2
Configuration menu - View commit details
-
Copy full SHA for 5d84066 - Browse repository at this point
Copy the full SHA 5d84066View commit details
Commits on Dec 4, 2022
-
upgrading pg to 8.8.0 to support new scram-sha-256 authentication
this fixes "error: uncaughtException: Unknown authenticationOk message typeMessage { name: 'authenticationOk', length: 23 }" Signed-off-by: Anton Wolkov <7001904+phntom@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 03f8649 - Browse repository at this point
Copy the full SHA 03f8649View commit details
Commits on Jan 10, 2023
-
fix: restrict export type and use sandbox to prevent potential attack
Signed-off-by: Charlie Hsieh <gasbomb_tw@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5d72fae - Browse repository at this point
Copy the full SHA 5d72faeView commit details -
fix: sanitize vimeo video id to prevent XSS
Signed-off-by: Charlie Hsieh <gasbomb_tw@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9df1c34 - Browse repository at this point
Copy the full SHA 9df1c34View commit details
Commits on Jan 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a7564e7 - Browse repository at this point
Copy the full SHA a7564e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ab0b7e - Browse repository at this point
Copy the full SHA 3ab0b7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21345ed - Browse repository at this point
Copy the full SHA 21345edView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2565bd - Browse repository at this point
Copy the full SHA a2565bdView commit details -
Merge pull request hackmdio#1729 from hackmdio/feature/readme-remove-…
…IE-support Update README.md to remove IE from supporting list
Configuration menu - View commit details
-
Copy full SHA for 8b29d05 - Browse repository at this point
Copy the full SHA 8b29d05View commit details -
chore: update formidable to 2.1.1
Signed-off-by: Charlie Hsieh <gasbomb_tw@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8efc2d0 - Browse repository at this point
Copy the full SHA 8efc2d0View commit details -
fix: handle error when check is image valid
Signed-off-by: Charlie Hsieh <gasbomb_tw@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1ab2a36 - Browse repository at this point
Copy the full SHA 1ab2a36View commit details -
Merge pull request hackmdio#1792 from galaxian85/bugfix/potential-xss…
…-vulnerability
Configuration menu - View commit details
-
Copy full SHA for 30fe18d - Browse repository at this point
Copy the full SHA 30fe18dView commit details -
Merge pull request hackmdio#1789 from galaxian85/bugfix/invalid-filen…
…ame-cause-crash FIX: server crash when filename too long
Configuration menu - View commit details
-
Copy full SHA for 19f494d - Browse repository at this point
Copy the full SHA 19f494dView commit details
Commits on Jan 15, 2023
-
Typos + Better translation for "Externals"
Signed-off-by: Cédric Eyssette <cedric.eyssette@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6a5da1e - Browse repository at this point
Copy the full SHA 6a5da1eView commit details
Commits on Jan 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3a3e892 - Browse repository at this point
Copy the full SHA 3a3e892View commit details -
Configuration menu - View commit details
-
Copy full SHA for c78bb69 - Browse repository at this point
Copy the full SHA c78bb69View commit details
Commits on Feb 14, 2023
-
fix(buildpacks): replace custom buildpack with APT buildpack
Signed-off-by: Étienne Michon <etienne@scalingo.com>
Configuration menu - View commit details
-
Copy full SHA for ee47c6c - Browse repository at this point
Copy the full SHA ee47c6cView commit details
Commits on Feb 26, 2023
-
feat: Migrate to gtag and support GA4
Signed-off-by: Sean Young <assanges@icloud.com>
Configuration menu - View commit details
-
Copy full SHA for 6ff5a3a - Browse repository at this point
Copy the full SHA 6ff5a3aView commit details
Commits on Mar 1, 2023
-
Update minimum required node.js version to v12
Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
Configuration menu - View commit details
-
Copy full SHA for 3ea10a6 - Browse repository at this point
Copy the full SHA 3ea10a6View commit details -
Update npm package dependencies
Try to simply update the npm packages without any additional changes. Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
Configuration menu - View commit details
-
Copy full SHA for 500fe78 - Browse repository at this point
Copy the full SHA 500fe78View commit details
Commits on Mar 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 342ff2b - Browse repository at this point
Copy the full SHA 342ff2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b09a472 - Browse repository at this point
Copy the full SHA b09a472View commit details -
Merge pull request hackmdio#1799 from PeterDaveHello/updateDependenci…
…esBaseline Update minimum required node.js version to v12 with npm package dependencies
Configuration menu - View commit details
-
Copy full SHA for 52bfb9b - Browse repository at this point
Copy the full SHA 52bfb9bView commit details
Commits on Mar 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 08e2dcd - Browse repository at this point
Copy the full SHA 08e2dcdView commit details
Commits on Mar 23, 2023
-
Signed-off-by: Masatoshi Yamaguchi <masatoshi@yamaguchi.org> Signed-off-by: MasatoshiYamaguchi <masatoshi.yamaguchi@asia-quest.jp>
Configuration menu - View commit details
-
Copy full SHA for 4399457 - Browse repository at this point
Copy the full SHA 4399457View commit details -
Merge pull request hackmdio#1802 from AQ-masatoshi-yamaguchi/reword-j…
…apanese 【fix】reword japanese
Configuration menu - View commit details
-
Copy full SHA for 75d830d - Browse repository at this point
Copy the full SHA 75d830dView commit details
Commits on Apr 10, 2023
-
fix: use encoded note id to update history
Signed-off-by: Theo Li <bbtfrr@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 20e71a3 - Browse repository at this point
Copy the full SHA 20e71a3View commit details
Commits on Jun 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 298db32 - Browse repository at this point
Copy the full SHA 298db32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8af3638 - Browse repository at this point
Copy the full SHA 8af3638View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3a789b - Browse repository at this point
Copy the full SHA a3a789bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1ed885 - Browse repository at this point
Copy the full SHA f1ed885View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae38fd3 - Browse repository at this point
Copy the full SHA ae38fd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for be1f4cf - Browse repository at this point
Copy the full SHA be1f4cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 289db3d - Browse repository at this point
Copy the full SHA 289db3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09e7dfe - Browse repository at this point
Copy the full SHA 09e7dfeView commit details -
Revert "feat: update package-lock.json"
This reverts commit 09e7dfe.
Configuration menu - View commit details
-
Copy full SHA for 03e456f - Browse repository at this point
Copy the full SHA 03e456fView commit details -
feat: update package-lock.json
Signed-off-by: Max Wu <jackymaxj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e2ecaa8 - Browse repository at this point
Copy the full SHA e2ecaa8View commit details -
feat: update package-lock.json
Signed-off-by: Max Wu <jackymaxj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dd4c236 - Browse repository at this point
Copy the full SHA dd4c236View commit details -
Signed-off-by: Max Wu <jackymaxj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5ce1537 - Browse repository at this point
Copy the full SHA 5ce1537View commit details -
Signed-off-by: Max Wu <jackymaxj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c97e224 - Browse repository at this point
Copy the full SHA c97e224View commit details -
fix: hide exportNoteData form in history page nav
to avoid overlapping other buttons, affected by hackmdio#1695 Signed-off-by: Max Wu <jackymaxj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b5b95df - Browse repository at this point
Copy the full SHA b5b95dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4f607f - Browse repository at this point
Copy the full SHA c4f607fView commit details
Commits on Aug 11, 2023
-
Update both Traditional and Simplified Chinese locales
Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
Configuration menu - View commit details
-
Copy full SHA for b6078a6 - Browse repository at this point
Copy the full SHA b6078a6View commit details -
Update npm dependencies with
npm audit fix
, exceptmarkmap-lib
npm found 160 vulnerabilities (6 low, 75 moderate, 63 high, 16 critical) from the original dependencies. Using `npm audit fix` to update most of the dependencies will eliminate 37 of the 160 vulnerabilities. markmap-lib was excluded in this update because it actually contains breaking changes. Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
Configuration menu - View commit details
-
Copy full SHA for 192698b - Browse repository at this point
Copy the full SHA 192698bView commit details -
Update npm dependency markmap-lib to ^0.9.3
Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
Configuration menu - View commit details
-
Copy full SHA for 976bca3 - Browse repository at this point
Copy the full SHA 976bca3View commit details -
Update npm dependencies with
npm audit fix
after markmap-lib updateSigned-off-by: Peter Dave Hello <hsu@peterdavehello.org>
Configuration menu - View commit details
-
Copy full SHA for 3f7d202 - Browse repository at this point
Copy the full SHA 3f7d202View commit details -
Update node.js version in .nvmrc
Reference: e6d2b7a Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
Configuration menu - View commit details
-
Copy full SHA for 8efa75e - Browse repository at this point
Copy the full SHA 8efa75eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6eba05 - Browse repository at this point
Copy the full SHA b6eba05View commit details
Commits on Dec 15, 2023
-
fix: sanitize pdf url to prevent xss
Signed-off-by: Michael Wang <michael19920327@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 11cd200 - Browse repository at this point
Copy the full SHA 11cd200View commit details
Commits on Dec 26, 2023
-
fix: markmap api changes in 0.9.3
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2a977bc - Browse repository at this point
Copy the full SHA 2a977bcView commit details -
Merge pull request hackmdio#1817 from PeterDaveHello/updateDependenci…
…esBaseline Update npm dependencies
Configuration menu - View commit details
-
Copy full SHA for 6d95fd1 - Browse repository at this point
Copy the full SHA 6d95fd1View commit details -
Merge pull request hackmdio#1832 from hackmdio/bugfix/sanitize-url-to…
…-prevent-xss fix: sanitize pdf url to prevent XSS on inline PDFs
Configuration menu - View commit details
-
Copy full SHA for dca7f8c - Browse repository at this point
Copy the full SHA dca7f8cView commit details -
Merge pull request hackmdio#1815 from PeterDaveHello/updateLocales
Update both Traditional and Simplified Chinese locales
Configuration menu - View commit details
-
Copy full SHA for 070808b - Browse repository at this point
Copy the full SHA 070808bView commit details -
Signed-off-by: hcyuser <user@hcy.idv.tw>
Configuration menu - View commit details
-
Copy full SHA for 027a4b4 - Browse repository at this point
Copy the full SHA 027a4b4View commit details -
add newline here to pass the standard lint.
Signed-off-by: hcyuser <user@hcy.idv.tw>
Configuration menu - View commit details
-
Copy full SHA for 96a589d - Browse repository at this point
Copy the full SHA 96a589dView commit details -
fix: formidable option API changes
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1b1ff89 - Browse repository at this point
Copy the full SHA 1b1ff89View commit details -
Configuration menu - View commit details
-
Copy full SHA for f58c669 - Browse repository at this point
Copy the full SHA f58c669View commit details -
fix: logout api should add callback
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c436af1 - Browse repository at this point
Copy the full SHA c436af1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9790586 - Browse repository at this point
Copy the full SHA 9790586View commit details -
doc(release-note): release 2.5.0
Signed-off-by: stanley2058 <stanley2058@yahoo.com.tw>
Configuration menu - View commit details
-
Copy full SHA for f8b0301 - Browse repository at this point
Copy the full SHA f8b0301View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b8a2de - Browse repository at this point
Copy the full SHA 9b8a2deView commit details -
doc(release-note): update release code name
Signed-off-by: stanley2058 <stanley2058@yahoo.com.tw>
Configuration menu - View commit details
-
Copy full SHA for 86bf44f - Browse repository at this point
Copy the full SHA 86bf44fView commit details -
doc(release-note): update release note
Signed-off-by: stanley2058 <stanley2058@yahoo.com.tw>
Configuration menu - View commit details
-
Copy full SHA for afe49f4 - Browse repository at this point
Copy the full SHA afe49f4View commit details -
Merge pull request hackmdio#1835 from hackmdio/release/2.5.0
Release 2.5.0
Configuration menu - View commit details
-
Copy full SHA for 78e6663 - Browse repository at this point
Copy the full SHA 78e6663View commit details
Commits on Dec 29, 2023
-
fix: dependency resolving with prom-client v12
prometheus-api-metrics@2.2.5 has prom-client@11 as peer dependency Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1b2f97a - Browse repository at this point
Copy the full SHA 1b2f97aView commit details -
fix: http authentication for git
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 97eb1f2 - Browse repository at this point
Copy the full SHA 97eb1f2View commit details
Commits on Jan 2, 2024
-
Merge pull request hackmdio#1834 from hackmdio/bugfix/fix-dependency-…
…conflicting-with-prom-client fix: dependency resolving with prom-client v12
Configuration menu - View commit details
-
Copy full SHA for 7257ac6 - Browse repository at this point
Copy the full SHA 7257ac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3ccd1a - Browse repository at this point
Copy the full SHA a3ccd1aView commit details
Commits on Jan 3, 2024
-
Signed-off-by: Michael Wang <michael19920327@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4a7c54a - Browse repository at this point
Copy the full SHA 4a7c54aView commit details -
Merge pull request hackmdio#1843 from hackmdio/chore/bump-pandocjs-ve…
…rsion chore: bump pandocjs version
Configuration menu - View commit details
-
Copy full SHA for 3b8b9e7 - Browse repository at this point
Copy the full SHA 3b8b9e7View commit details -
chore: replace mattermost-redux with mattermost/client
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 31fd655 - Browse repository at this point
Copy the full SHA 31fd655View commit details -
Merge pull request hackmdio#1840 from hackmdio/bugfix/dev-655-replace…
…-mattermost-redux-deps-with-client chore: replace mattermost-redux with mattermost/client
Configuration menu - View commit details
-
Copy full SHA for 5508a93 - Browse repository at this point
Copy the full SHA 5508a93View commit details -
chore: @hackmd/pandoc.js to 0.2.1
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 78c5193 - Browse repository at this point
Copy the full SHA 78c5193View commit details -
Merge pull request hackmdio#1845 from hackmdio/bugfix/pandoc-2-1-0
chore: @hackmd/pandoc.js to 0.2.1
Configuration menu - View commit details
-
Copy full SHA for 03cd0c3 - Browse repository at this point
Copy the full SHA 03cd0c3View commit details -
docs: update release note for 2.5.1
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 59fa411 - Browse repository at this point
Copy the full SHA 59fa411View commit details -
chore: bump package version to 2.5.1
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b0d1999 - Browse repository at this point
Copy the full SHA b0d1999View commit details -
Merge pull request hackmdio#1844 from hackmdio/release/2.5.1
Release 2.5.1
Configuration menu - View commit details
-
Copy full SHA for d6ac65e - Browse repository at this point
Copy the full SHA d6ac65eView commit details -
Merge branch 'master' into develop
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cc78023 - Browse repository at this point
Copy the full SHA cc78023View commit details
Commits on Jan 4, 2024
-
chore: bump @hackmd/pandoc to 0.3.4
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0f4b988 - Browse repository at this point
Copy the full SHA 0f4b988View commit details -
fix: only allow string type exportType paramter
fixes hackmdio#1846 Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cd52cb7 - Browse repository at this point
Copy the full SHA cd52cb7View commit details -
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dd5bdcd - Browse repository at this point
Copy the full SHA dd5bdcdView commit details -
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9eaec01 - Browse repository at this point
Copy the full SHA 9eaec01View commit details -
Merge pull request hackmdio#1847 from hackmdio/chore/bump-pandoc-js
Address pandoc related issues
Configuration menu - View commit details
-
Copy full SHA for 9846143 - Browse repository at this point
Copy the full SHA 9846143View commit details -
Merge pull request hackmdio#1848 from hackmdio/chore/build-image-with…
…-github-action chore/build image with github action
Configuration menu - View commit details
-
Copy full SHA for 72aca4e - Browse repository at this point
Copy the full SHA 72aca4eView commit details -
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 82fe56c - Browse repository at this point
Copy the full SHA 82fe56cView commit details -
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c282a3d - Browse repository at this point
Copy the full SHA c282a3dView commit details -
fix: push by labels in matrix stage
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fa0d7e8 - Browse repository at this point
Copy the full SHA fa0d7e8View commit details -
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a68054f - Browse repository at this point
Copy the full SHA a68054fView commit details
Commits on Jan 5, 2024
-
fix: update buildpack/runtime tag to 16.20.2-35fe7e39
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5ce5e2a - Browse repository at this point
Copy the full SHA 5ce5e2aView commit details -
Merge pull request hackmdio#1849 from hackmdio/chore/build-image-cont
Build docker image using github actions
Configuration menu - View commit details
-
Copy full SHA for 4521f6e - Browse repository at this point
Copy the full SHA 4521f6eView commit details -
docs: update 2.5.2 release note
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d94ac6c - Browse repository at this point
Copy the full SHA d94ac6cView commit details -
Merge pull request hackmdio#1850 from hackmdio/release/2.5.2
Release 2.5.2
Configuration menu - View commit details
-
Copy full SHA for b396c4d - Browse repository at this point
Copy the full SHA b396c4dView commit details
Commits on Jan 6, 2024
-
Merge branch 'master' into develop
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b9da191 - Browse repository at this point
Copy the full SHA b9da191View commit details -
feat: add codeium meta in head
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3206b11 - Browse repository at this point
Copy the full SHA 3206b11View commit details -
feat: add check-release workflow
check both public/docs/release-note.md is updated and package.json is updated Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 12d9812 - Browse repository at this point
Copy the full SHA 12d9812View commit details
Commits on Jan 7, 2024
-
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3a2a80e - Browse repository at this point
Copy the full SHA 3a2a80eView commit details
Commits on Jan 8, 2024
-
Merge pull request hackmdio#1851 from hackmdio/feature/add-codeium-br…
…owser-extension-meta Support codeium chrome extension
Configuration menu - View commit details
-
Copy full SHA for deee9ef - Browse repository at this point
Copy the full SHA deee9efView commit details -
Merge pull request hackmdio#1852 from hackmdio/chore/add-release-chec…
…k-github-workflow feat: add check-release workflow
Configuration menu - View commit details
-
Copy full SHA for 802d664 - Browse repository at this point
Copy the full SHA 802d664View commit details -
chore: bump package.json version to 2.5.3
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8b5066b - Browse repository at this point
Copy the full SHA 8b5066bView commit details -
docs: update relase note for 2.5.3
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b97a2bf - Browse repository at this point
Copy the full SHA b97a2bfView commit details -
Merge pull request hackmdio#1854 from hackmdio/release/2.5.3
Release 2.5.3
Configuration menu - View commit details
-
Copy full SHA for 80cd92f - Browse repository at this point
Copy the full SHA 80cd92fView commit details
Commits on Jan 9, 2024
-
chore: update docker-compose default image version to 2.5.3
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c4bdf48 - Browse repository at this point
Copy the full SHA c4bdf48View commit details
Commits on Jan 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d157fde - Browse repository at this point
Copy the full SHA d157fdeView commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 50befee - Browse repository at this point
Copy the full SHA 50befeeView commit details
Commits on Mar 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a96ce5b - Browse repository at this point
Copy the full SHA a96ce5bView commit details
Commits on Apr 30, 2024
-
fix: exclude name attribute from iframe filterXSS allowlist
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1407e16 - Browse repository at this point
Copy the full SHA 1407e16View commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 93cff2f - Browse repository at this point
Copy the full SHA 93cff2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b535ad - Browse repository at this point
Copy the full SHA 1b535adView commit details -
Configuration menu - View commit details
-
Copy full SHA for b546b52 - Browse repository at this point
Copy the full SHA b546b52View commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fabb874 - Browse repository at this point
Copy the full SHA fabb874View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc182a3 - Browse repository at this point
Copy the full SHA cc182a3View commit details
Commits on Jun 5, 2024
-
Merge pull request hackmdio#1855 from hackmdio/chore/bump-docker-comp…
…ose-image-version chore: update docker-compose default image version to 2.5.3
Configuration menu - View commit details
-
Copy full SHA for 9075ad1 - Browse repository at this point
Copy the full SHA 9075ad1View commit details -
typo opened source -> open sourced
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 64fecd7 - Browse repository at this point
Copy the full SHA 64fecd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b96ae67 - Browse repository at this point
Copy the full SHA b96ae67View commit details -
Merge pull request hackmdio#1869 from hackmdio/fix/readme-typo
typo: opened source -> open sourced
Configuration menu - View commit details
-
Copy full SHA for d767cc4 - Browse repository at this point
Copy the full SHA d767cc4View commit details -
Merge pull request hackmdio#1865 from hackmdio/bugfix/exlucde-name-at…
…tribute-from-iframe-render-allowlist fix: exclude name attribute from iframe filterXSS allowlist
Configuration menu - View commit details
-
Copy full SHA for f8cfe81 - Browse repository at this point
Copy the full SHA f8cfe81View commit details -
Signed-off-by: yamashush <38120991+yamashush@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0701fd7 - Browse repository at this point
Copy the full SHA 0701fd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0287726 - Browse repository at this point
Copy the full SHA 0287726View commit details -
fix: use randomFileName as default start file name to ensure the rand…
…omness Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 59a6277 - Browse repository at this point
Copy the full SHA 59a6277View commit details -
Update lib/imageRouter/filesystem.js
Co-authored-by: Max Wu <jackymaxj@gmail.com> Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5eb3591 - Browse repository at this point
Copy the full SHA 5eb3591View commit details -
Merge pull request hackmdio#1867 from hackmdio/refactor/reuse-random-…
…filename refactor: reuse random filename in filesystem image provider
Configuration menu - View commit details
-
Copy full SHA for a0c82d3 - Browse repository at this point
Copy the full SHA a0c82d3View commit details -
Merge pull request hackmdio#1856 from yamashush/add-index-at-revisions
Add index at revision table for improving system performance 🚀
Configuration menu - View commit details
-
Copy full SHA for f00df50 - Browse repository at this point
Copy the full SHA f00df50View commit details
Commits on Jun 6, 2024
-
chore: update release note for 2.5.4
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3285121 - Browse repository at this point
Copy the full SHA 3285121View commit details -
chore: bump package version to 2.5.4
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 94ec934 - Browse repository at this point
Copy the full SHA 94ec934View commit details
Commits on Jun 18, 2024
-
Merge pull request hackmdio#1870 from hackmdio/release/2.5.4
Release 2.5.4
Configuration menu - View commit details
-
Copy full SHA for da511d0 - Browse repository at this point
Copy the full SHA da511d0View commit details
Commits on Jul 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9189c77 - Browse repository at this point
Copy the full SHA 9189c77View commit details
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f23430c - Browse repository at this point
Copy the full SHA f23430cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5f2241 - Browse repository at this point
Copy the full SHA e5f2241View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90d44b4 - Browse repository at this point
Copy the full SHA 90d44b4View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for edbf589 - Browse repository at this point
Copy the full SHA edbf589View commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a6a1dc7 - Browse repository at this point
Copy the full SHA a6a1dc7View commit details -
Merge pull request #27 from shigerix/staging-smarthr
本番環境用のapp.yaml を修正
Configuration menu - View commit details
-
Copy full SHA for 7b30e25 - Browse repository at this point
Copy the full SHA 7b30e25View commit details