saketh / notalon (http://notalon.org/)

Notalon is note-taking, simplified. It is a note-taking software for students, lifting the burden of formatting so that you can focus on taking notes.

Clone this repository (size: 2.2 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/saketh/notalon/
commit 156: bbf27eab96b9
parent 155: 0d4d48c7f9d2
branch: default
changed version 0.5 => 0.5.1
Saketh Bhamidipati
7 months ago

Changed (Δ0 bytes):

raw changeset »

Makefile (1 lines added, 1 lines removed)

notalon.nsi (1 lines added, 1 lines removed)

notalonlib/meta/properties.py (1 lines added, 1 lines removed)

Up to file-list Makefile:

20
20
################################################################################
21
21
22
22
NAME ?= Notalon
23
VERSION ?= 0.5.0
23
VERSION ?= 0.5.1
24
24
25
25
SOURCE_DIR ?= dist
26
26
SOURCE_FILES ?= Notalon.app

Up to file-list notalon.nsi:

13
13
; NOTE: This installer is for Python 2.5.
14
14
15
15
!define PRODUCT_NAME "Notalon"
16
!define PRODUCT_VERSION "0.5.0"
16
!define PRODUCT_VERSION "0.5.1"
17
17
!define PRODUCT_PUBLISHER "Saketh Bhamidipati"
18
18
!define PRODUCT_WEB_SITE "http://notalon.org"
19
19
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\Notalon.exe"

Up to file-list notalonlib/meta/properties.py:

@@ -16,7 +16,7 @@ AUTHOR = "Saketh Bhamidipati"
16
16
AUTHOR_EMAIL = "saketh.bhamidipati@gmail.com"
17
17
DESCRIPTION = "Note-taking, simplified."
18
18
LONG_DESCRIPTION = "Notalon is a note-taking application for books and lectures, designed to let you focus on your notes."
19
VERSION = "0.5.0"
19
VERSION = "0.5.1"
20
20
URL = "http://notalon.org"
21
21
LICENSE = """Copyright (c) 2006-2009 Saketh Bhamidipati.
22
22