commit/placeMarkers: 2 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: commits+int+220+6085746285340533186@xxxxxxxxxxxxxxxxxxxxx, nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Wed, 14 Nov 2018 07:24:11 +0000 (UTC)

2 new commits in placeMarkers:

https://bitbucket.org/nvdaaddonteam/placemarkers/commits/b6164781b5dd/
Changeset:   b6164781b5dd
Branch:      None
User:        norrumar
Date:        2018-11-14 06:56:14+00:00
Summary:     Bump version: 11.3

Affected #:  1 file

diff --git a/buildVars.py b/buildVars.py
index 0623ab8..ba0697c 100755
--- a/buildVars.py
+++ b/buildVars.py
@@ -19,7 +19,7 @@ addon_info = {
        # Translators: Long description to be shown for this add-on on add-on 
information from add-ons manager
        "addon_description" : _("Add-on for setting place markers on specific 
virtual documents"),
        # version
-       "addon_version" : "11.2",
+       "addon_version" : "11.3",
        # Author(s)
        "addon_author" : u"Noelia <nrm1977@xxxxxxxxx>, Chris 
<llajta2012@xxxxxxxxx>",
        # URL for the add-on documentation support


https://bitbucket.org/nvdaaddonteam/placemarkers/commits/90167c3a7b8b/
Changeset:   90167c3a7b8b
Branch:      stable
User:        norrumar
Date:        2018-11-14 06:59:09+00:00
Summary:     Bump version: 12.0

Affected #:  3 files

diff --git a/addon/globalPlugins/placeMarkers/__init__.py 
b/addon/globalPlugins/placeMarkers/__init__.py
index cbc662a..b395acd 100644
--- a/addon/globalPlugins/placeMarkers/__init__.py
+++ b/addon/globalPlugins/placeMarkers/__init__.py
@@ -731,7 +731,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
                start.setEndPoint(end, "endToStart")
                count = len(start.text)
                bookmarks = getSavedBookmarks()
-               noteTitle = 
obj.makeTextInfo(textInfos.POSITION_SELECTION).text[:100].encode("mbcs")
+               noteTitle = 
obj.makeTextInfo(textInfos.POSITION_SELECTION).text[:100].encode("utf-8")
                if count in bookmarks:
                        noteBody = bookmarks[count].body
                else:

diff --git a/buildVars.py b/buildVars.py
index ba0697c..891c997 100755
--- a/buildVars.py
+++ b/buildVars.py
@@ -19,7 +19,7 @@ addon_info = {
        # Translators: Long description to be shown for this add-on on add-on 
information from add-ons manager
        "addon_description" : _("Add-on for setting place markers on specific 
virtual documents"),
        # version
-       "addon_version" : "11.3",
+       "addon_version" : "12.0",
        # Author(s)
        "addon_author" : u"Noelia <nrm1977@xxxxxxxxx>, Chris 
<llajta2012@xxxxxxxxx>",
        # URL for the add-on documentation support

diff --git a/readme.md b/readme.md
index 4dc6c01..52872bf 100644
--- a/readme.md
+++ b/readme.md
@@ -32,6 +32,8 @@ Using the Place markers submenu under NVDA's Preferences 
menu, you can access:
 
 Note: The bookmark position is based on the number of characters; and 
therefore in dynamic pages it is better to use the specific search, not 
bookmarks.
 
+## Changes for 12.0 ##
+*      Fixed a critical bug which caused NVDA to crash when trying to open the 
Notes dialog, if chinese characters were selected before saving bookmarks.
 
 ## Changes for 11.0 ##
 *      Compatible with NVDA 2018.3 or later (required).

Repository URL: https://bitbucket.org/nvdaaddonteam/placemarkers/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts: