Skip to content

Commit

Permalink
Update pkg files
Browse files Browse the repository at this point in the history
  • Loading branch information
GregTheMadMonk committed Aug 15, 2020
1 parent 16bf9b1 commit e208da7
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 22 deletions.
20 changes: 0 additions & 20 deletions pkg/.SRCINFO

This file was deleted.

26 changes: 26 additions & 0 deletions pkg/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
2020-08-15 GregTheMadMonk <yagreg7@gmail.com>
* 1.4.4
- Add custom status fields:
+ Custom status field is set via "fields.status.X" where X - is a field letter (uppercase or lowercase)
+ ":set fields.status.X value" - value is a string, that, after being "formatted" (cvars replaced with values), is displayed in status
+ %fields.status.X% returns field as it would be displayed in UI
+ See scripts/prettier_status.conf for an example of "prettyifying" the status
- Allow to access meta properties directly through %meta.prop_name% cvars (read/write)
- Allow to access alias code through %alias.alias_name% (read-only)
- Add more keys that ":bind" recognizes:
+ "home"
+ "end"
+ "backspace"
+ "delete"
+ "codeNUMBER" for key with code NUMBER
+ PageUp as "pgup"
+ PageDown as "pgdn"
- Make ":bind" recognize multi-key input:
+ "c^key" for ctrl+key
+ "a^key" for alt+key
+ can be combined like "a^c^key" or "c^a^key"
- Changing only background or foreground color with terminal sequence does not reset the
other color from now
- Move [prefix]_[name] to namespaces [prefix] in code
- Move cvar initialization to noaftodo_def.cpp

2020-08-07 GregTheMadMonk <yagreg7@gmail.com>
* 1.4.3r276.ff71532
- Fix a stupiddd typo in default config
Expand Down
4 changes: 2 additions & 2 deletions pkg/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Gregory Dushkin (GregTheMadMonk) <yagreg7@gmail.com>
pkgname=noaftodo-git
pkgver=1.4.3r276.ff71532
pkgver=1.4.4
pkgrel=1
pkgdesc="An ncurses TODO manager that No-One-Asked-For."
arch=(x86_64 i686)
Expand All @@ -16,7 +16,7 @@ md5sums=('SKIP')

pkgver() {
cd noaftodo
printf "1.4.3r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
printf "1.4.4r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

build() {
Expand Down

0 comments on commit e208da7

Please sign in to comment.