Skip to content
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

chore(deps): bump io.github.Rosemoe.sora-editor:editor from 0.21.0 to 0.22.1 #423

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 31, 2023

Bumps io.github.Rosemoe.sora-editor:editor from 0.21.0 to 0.22.1.

Release notes

Sourced from io.github.Rosemoe.sora-editor:editor's releases.

0.22.1

Fixes and Enhancements

  • add more textmate colors for tooltip (#467 by @​PranavPurwar )
  • collapse sticky scroll lines automatically when text is selected for better reading (#468)
  • memorize cursor position in undo (#471, originally posted in AndroidIDE#1206)
  • ability to select text between two points. This avoids dragging on screen for long time. (originally posted in AndroidIDE#1215)
  • update tree-sitter version and replace deprecated usages with new ones
  • fix TSTree access violation when fetching bracket pairs
  • remove for-removal outdated class ContentCreator

0.22.0

This is a major update of editor.

Bugs Fixed

editor core

  • text action tool window causes some bugs in Gboard (#401 )
  • editor string resource ids can be shadowed easily (#406 by @​summerain0 )
  • clipboard text inserted is wrong when using code snippets (#409 by @​itsaky )
  • text regions is sometimes wrongly patched by highlighted delimiters
  • error on old Android device because of un-desugared classes (#417 by @​MuntashirAkon )
  • platform API TypedArray#close called on unsupported devices
  • null reference in code block list causes crash (#433 by @​itsaky )
  • inactive tab stops in code snippets mode are wrongly computed (#438 by @​yuruxuan )
  • platform deprecated class MutableInt is used
  • scaling is still possible when any selection handle is hold (#452 by @​summerain0 )
  • Styles#finishBuilding call is missing in languages
  • selection handle is not taken into account when editor tries to intercept parent from handling motion events (#456 )

language-java

editor-lsp

  • LspLanguage#getFormatter may return null values

language-textmate

  • illegal argument is not recognized but NPE is thrown when loading textmate grammar files

New Features and Enhancements

build and CI

  • snapshot builds are automatically published to maven central (#410 by @​itsaky )
  • update to AGP v8

editor core

  • code snippets: nested placeholder support (#409 by @​itsaky )
  • better selection handle experience with expanded region for touch detection (#358 )
  • add sticky scroll for better code reading (#376, experimental)
  • specific line number background can be modified by applying LineGutterBackground (#361 )
  • scroll fast when ALT key is pressed

language-textmate

tree-sitter

docs

About Sticky Scroll Preview

... (truncated)

Commits
  • 05b68c0 chore: bump version to 0.22.1
  • 8273b91 feat: memorize cursor position in undo phase (close #471)
  • 90c7b8c feat: choose two points to select text between (from AndroidIDE#1215)
  • 3558f2f fix: using deprecated tree-sitter API isValid & TSTree can be accessed in T...
  • fe44c92 fix(deps): update dependency com.google.truth:truth to v1.1.5
  • 87b108a fix(deps): update dependency org.yaml:snakeyaml to v2.1
  • 70f1788 docs: add tip for snapshot importing
  • 1df94bf feat: collapse sticky scroll lines automatically when text is selected (#468)
  • 5e91eeb feat: attribute selection direction in Cursor
  • b5068ca docs: add detailed description for LineNumberTipTextProvider
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [io.github.Rosemoe.sora-editor:editor](https://github.com/Rosemoe/sora-editor) from 0.21.0 to 0.22.1.
- [Release notes](https://github.com/Rosemoe/sora-editor/releases)
- [Commits](Rosemoe/sora-editor@0.21.0...0.22.1)

---
updated-dependencies:
- dependency-name: io.github.Rosemoe.sora-editor:editor
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 31, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/gradle/dev/io.github.Rosemoe.sora-editor-editor-0.22.1 branch September 2, 2023 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant