diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..413f86e --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,13 @@ +name: Github Action Demo +on: [push, pull_request] +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Run a one-line script + run: echo Hello, world! + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. diff --git a/CHANGELOG.md b/CHANGELOG.md index db622c4..02a4589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,14 @@ # Change Log ## [Released] +- 2.4.5 + - fixed #97 update note failed when local cache crashed. + - 2.4.2 - handle user token dismiss. - 2.4.0 - - Readonly notes support. + - Readonly notes support. - CSS sytle tuned. - 2.3.15 @@ -30,7 +33,7 @@ - Add support for changing evernote font rendering in the extension settings. - Add support for customizing theme file. - Performance and experience improved. - + For more details, check the full documents [here](http://monkey.yoryor.me) - v2.3.7 @@ -100,7 +103,7 @@ - v1.0.1 - Fixed local cache crashed. - + - v1.0.0 Initial release. diff --git a/README.md b/README.md index 04ab674..91d06e7 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,19 @@ # EverMonkey [](https://travis-ci.org/michalyao/evermonkey) -[](https://www.bithound.io/github/michalyao/evermonkey) -[](https://www.bithound.io/github/michalyao/evermonkey) -[](https://www.bithound.io/github/michalyao/evermonkey/master/dependencies/npm) -[](https://www.bithound.io/github/michalyao/evermonkey/master/dependencies/npm) + Evernoting in vscode with *Markdown* Support! -### 中国的朋友可以加我的微信公众号,**自在极客(微信号:javadev_)**。我会分享一些编程以及工作生活经验。有evermonkey 的使用问题也可以通过公众号反馈。 + +YourKit supports open source projects with its full-featured Java Profiler. +YourKit, LLC is the creator of YourKit Java Profiler +and YourKit .NET Profiler, +innovative and intelligent tools for profiling Java and .NET applications. + +中国的朋友可以加我的微信公众号,**自在极客(微信号:javadev_)**。我会分享一些编程以及工作生活经验。有evermonkey 的使用问题也可以通过公众号反馈。 + [Get Full Doc And Star Me](http://monkey.yoryor.top) @@ -56,11 +60,8 @@ Then open your user setting by `Preferences: Open User Settings`, and copy&paste If you really like evermonkey, what about buying me a coffee? :smile: -[paypal](https://paypal.me/Michalyao) -  - **Have fun!** diff --git a/docs/CNAME b/docs/CNAME index a914587..8348a98 100644 --- a/docs/CNAME +++ b/docs/CNAME @@ -1 +1 @@ -monkey.yoryor.top +monkey.yoryor.top \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 63765a9..d0dfa1b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,8 +6,9 @@