Bump to 0.7.12
authorEd Page <eopage@byu.net>
Sat, 18 Dec 2010 23:14:34 +0000 (17:14 -0600)
committerEd Page <eopage@byu.net>
Sat, 18 Dec 2010 23:14:34 +0000 (17:14 -0600)
.gitignore [new file with mode: 0644]
Makefile
src/constants.py
support/builddeb.py
www/quicknote.deb

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..0d20b64
--- /dev/null
@@ -0,0 +1 @@
+*.pyc
index 3642f91..850ed4e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -88,7 +88,7 @@ package: $(OBJ) build_mo
 upload:
        dput fremantle-extras-builder $(BUILD_PATH)/fremantle/$(PROJECT_NAME)*.changes
        dput diablo-extras-builder $(BUILD_PATH)/diablo/$(PROJECT_NAME)*.changes
-       cp $(BUILD_PATH)/debian/*.deb ../www/$(PROJECT_NAME).deb
+       cp $(BUILD_PATH)/debian/*.deb ./www/$(PROJECT_NAME).deb
 
 lint: $(OBJ)
        $(foreach file, $(SOURCE), $(LINT) $(file) ; )
index c75d44f..c917cf1 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "Quicknote"
 __app_name__ = "quicknote"
-__version__ = "0.7.11"
+__version__ = "0.7.12"
 __build__ = 0
 _data_path_ = os.path.join(os.path.expanduser("~"), ".quicknote")
 __app_magic__ = 0xdeadbeef
index b48a6fc..9b64e84 100755 (executable)
@@ -21,64 +21,9 @@ __email__ = "n800@axique.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-0.7.12
  * Small bugfix for launch
  * Some code cleanup
-
-0.7.11
- * Tiny speed improvement to startup
-
-0.7.10
- * Moved history to the (app)menu
- * Moved search to Ctrl+f and (app)menu
- * Switched category selection over to a touch selector entry, making it prettier and easier
- * Deleting empty notes no longer prompts the user
- * Cleaned up the history dialog a smidge
- * Ctrl+w/q to quit
- * Bug fix: not very consistent when a category is visible in dialogs
-
-0.7.9
- * UI Tweak: Removed "New Note..." due to weirdness and duplicated behavior
- * UI Tweak: Added App Menu to access some category functionality
- * Bugfix: Move To Category
- * Bugfix: Removed carriage return on Ctrl+Enter
- * Added .deb package support
-
-0.7.8
- * Spell checking (Desktop only)
- * Fixing the application title
- * Fremantle Support
- * Ctrl+i and Ctrl+o to zoom in/out the interface
- * Ctrl+enter to fullscreen app
- * Ctrl+l to copy to clipboard the application debug log
-
-0.7.7
- * Slight modifications to the note history and SQL dialogs
- * On zoom, also hiding the history status and button
- * Touched up the note list, making it ellipsize at the end rather than scroll
- * Storing of zoom, wordwrap, and fullscreen settings
-
-0.7.6
-  * Line-wrap
-  * Zoom
-
-0.7.4
-  * fixed small bugs
-  * move category
-
-0.7.3
-  * fixed small bugs
-  * move category
-
-0.7.2
-  * improved sync, fixed a small bug
-
-0.7.1
-  * improved sync
-
-0.7.0
-  * Initial Release.
-"""
+""".strip()
 
 
 __postinstall__ = """#!/bin/sh -e
index 3b3be04..00f333c 100644 (file)
Binary files a/www/quicknote.deb and b/www/quicknote.deb differ