Next | Query returned 76 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2023-08-28 10:25:40 by pin | Files touched by this commit (3) | Package updated
Log message:
editors/tp-note: update to 1.21.13

Fix minor regression: ref docs by sort-tag only

A minor regression introduced with Tp-Note v1.21.11
prevented the viewer from following links to other Tp-Note
documents by indicating the sort-tag only. This commit
restores the previous behaviour.
   2023-08-25 11:26:45 by pin | Files touched by this commit (3)
Log message:
editors/tp-note: 1.21.12

 - Maintenance release: remove helper fn from public API
   2023-08-18 12:47:17 by pin | Files touched by this commit (3) | Package updated
Log message:
editors/tp-note: update to 1.21.11

Fix for minor regression introduced with v1.21.10

The incomplete refactoring of filename related code in v1.21.10 led to
some buggy behavior in some edge cases.
   2023-08-17 04:46:23 by pin | Files touched by this commit (3) | Package updated
Log message:
editors/tp-note: update to 1.21.10

 Improve the sort-tag detection algorithm

 This release adds the optional configuration file variable
 `filename.sort_tag_separator="-"` which specifies how the sort tag is
 separated from the rest of the filename without being part of the former.
 As a result, the additional `filename.sort_tag_extra_separator="''"` is
 required less often.
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-07-28 22:49:19 by pin | Files touched by this commit (3) | Package updated
Log message:
editors/tp-note: update to 1.21.9

Maintenance release, no new features

* Docs updated
* `atty` crate dependency removed
   2023-07-10 21:38:58 by pin | Files touched by this commit (3) | Package updated
Log message:
editors/tp-note: update to 1.21.8

Windows: default file extension is `.md`

Recent versions of `notepad` can deal with `.md` files. From this release on,
all created note files on all platforms have `.md` extension.

Configuration file: the variables `app_args.*` interpret
`{{ get_env(name="<ENVIRONMENT_VARIABLE>") }}` as templates variable.
   2023-06-20 20:55:16 by pin | Files touched by this commit (3) | Package updated
Log message:
editors/tp-note: update to 1.21.7

Maintenance release: improve the natural language detection speed

Maintenance release:

* Improve the natural language detection speed
* Reduce the binary size by 20%
* Improve the test harnesses
   2023-06-09 17:48:01 by pin | Files touched by this commit (3) | Package updated
Log message:
editors/tp-note: update to 1.21.6

 - Add compilation feature `lang-detection`
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Next | Query returned 76 messages, browsing 31 to 40 | Previous